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

Go to the source code of this file.

Functions

static int floating (int a, float b, double c, long double d)
 
int main (void)
 

Function Documentation

◆ floating()

static int floating ( int  a,
float  b,
double  c,
long double  d 
)
static

Definition at line 11 of file float.c.

References large_tag::d.

Referenced by main().

◆ main()

int main ( void  )

Definition at line 20 of file float.c.

References CHECK, large_tag::d, f, ffi_call(), FFI_DEFAULT_ABI, ffi_prep_cif(), floating(), and MAX_ARGS.