OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dblit
(Results
1 - 2
of
2
) sorted by null
/external/libffi/testsuite/libffi.call/
float1.c
19
static double
dblit
(float f)
function
46
ffi_call(&cif, FFI_FN(
dblit
), &result[0].d, values);
50
CHECK(result[0].d -
dblit
(f) < DBL_EPSILON);
float4.c
21
static double
dblit
(double d)
function
48
ffi_call(&cif, FFI_FN(
dblit
), &result[0].d, values);
54
CHECK(result[0].d ==
dblit
(d));
Completed in 953 milliseconds