OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rldl
(Results
1 - 1
of
1
) sorted by null
/external/libffi/testsuite/libffi.call/
return_ldl.c
19
long double ldl,
rldl
;
local
30
ffi_call(&cif, FFI_FN(return_ldl), &
rldl
, values);
31
CHECK(
rldl
== 2 * ldl);
Completed in 50 milliseconds