Ruby  2.4.2p198(2017-09-14revision59899)
Functions
float3.c File Reference
#include "ffitest.h"
#include "float.h"
Include dependency graph for float3.c:

Go to the source code of this file.

Functions

static double floating_1 (float a, double b, long double c)
 
static double floating_2 (long double a, double b, float c)
 
int main (void)
 

Function Documentation

◆ floating_1()

static double floating_1 ( float  a,
double  b,
long double  c 
)
static

Definition at line 12 of file float3.c.

Referenced by main().

◆ floating_2()

static double floating_2 ( long double  a,
double  b,
float  c 
)
static

Definition at line 17 of file float3.c.

Referenced by main().

◆ main()

int main ( void  )