Searched refs:floating_2 (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
D | float3.c | 17 static double floating_2(long double a, double b, float c) in floating_2() function 65 floating_2 (ld, d, f); in main() 67 ffi_call(&cif, FFI_FN(floating_2), &rd, values); in main() 69 CHECK(rd - floating_2(ld, d, f) < DBL_EPSILON); in main()
|
/external/libffi/testsuite/libffi.call/ |
D | float3.c | 17 static double floating_2(long double a, double b, float c) in floating_2() function 65 floating_2 (ld, d, f); in main() 67 ffi_call(&cif, FFI_FN(floating_2), &rd, values); in main() 69 CHECK(rd - floating_2(ld, d, f) < DBL_EPSILON); in main()
|