Searched refs:f_fi (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/math/gen/template/ |
D | f_fi.c | 5 static struct f_fi t[] = { 16 struct f_fi *p; in main()
|
/third_party/musl/libc-test/src/math/ |
D | frexpf.c | 5 static struct f_fi t[] = { 18 struct f_fi *p; in main()
|
D | lgammaf_r.c | 8 static struct f_fi t[] = { 21 struct f_fi *p; in main()
|
D | lgammaf.c | 8 static struct f_fi t[] = { 21 struct f_fi *p; in main()
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 160 T(frexpf, f_fi) 174 T(lgammaf, f_fi) 177 T(lgammaf_r, f_fi)
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 76 struct f_fi {POS int r; float x; float y; float dy; long long i; int e; }; argument
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 643 fr = f_fi(f1,i9); in mixed_number_tests() 653 FFI_CALL(cif,f_fi,args,&fr); in mixed_number_tests()
|
D | test-callback.c | 481 if (data != (void*)&f_fi) { fprintf(out,"wrong data for f_fi\n"); exit(1); } in f_fi_simulator() 1776 fr = f_fi(f1,i9); in main() 1785 PREP_CALLBACK(cif,f_fi_simulator,(void*)&f_fi); in main()
|
D | testcases.c | 332 float ABI_ATTR f_fi (float a, int z) in f_fi() function
|