Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/gen/template/
Df_fi.c5 static struct f_fi t[] = {
16 struct f_fi *p; in main()
/third_party/musl/libc-test/src/math/
Dfrexpf.c5 static struct f_fi t[] = {
18 struct f_fi *p; in main()
Dlgammaf_r.c8 static struct f_fi t[] = {
21 struct f_fi *p; in main()
Dlgammaf.c8 static struct f_fi t[] = {
21 struct f_fi *p; in main()
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h160 T(frexpf, f_fi)
174 T(lgammaf, f_fi)
177 T(lgammaf_r, f_fi)
/third_party/musl/libc-test/src/common/
Dmtest.h76 struct f_fi {POS int r; float x; float y; float dy; long long i; int e; }; argument
/third_party/libffi/testsuite/libffi.bhaible/
Dtest-call.c643 fr = f_fi(f1,i9); in mixed_number_tests()
653 FFI_CALL(cif,f_fi,args,&fr); in mixed_number_tests()
Dtest-callback.c481 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()
Dtestcases.c332 float ABI_ATTR f_fi (float a, int z) in f_fi() function