Home
last modified time | relevance | path

Searched refs:rldl (Results 1 – 1 of 1) sorted by relevance

/third_party/libffi/testsuite/libffi.call/
Dreturn_ldl.c19 long double ldl, rldl; in main() local
30 ffi_call(&cif, FFI_FN(return_ldl), &rldl, values); in main()
31 CHECK(rldl == 2 * ldl); in main()