Searched refs:d_di (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/libc-test/src/math/gen/template/ |
D | d_di.c | 5 static struct d_di t[] = { 16 struct d_di *p; in main()
|
/third_party/musl/libc-test/src/math/ |
D | frexp.c | 5 static struct d_di t[] = { 18 struct d_di *p; in main()
|
D | lgamma_r.c | 8 static struct d_di t[] = { 21 struct d_di *p; in main()
|
D | lgamma.c | 6 static struct d_di t[] = { 19 struct d_di *p; in main()
|
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 159 T(frexp, d_di) 173 T(lgamma, d_di) 176 T(lgamma_r, d_di)
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 75 struct d_di {POS int r; double x; double y; float dy; long long i; int e; }; argument
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | test-call.c | 787 dr = d_di(d1,i9); in mixed_number_tests() 797 FFI_CALL(cif,d_di,args,&dr); in mixed_number_tests()
|
D | test-callback.c | 603 if (data != (void*)&d_di) { fprintf(out,"wrong data for d_di\n"); exit(1); } in d_di_simulator() 1902 dr = d_di(d1,i9); in main() 1911 PREP_CALLBACK(cif,d_di_simulator,(void*)&d_di); in main()
|
D | testcases.c | 393 double ABI_ATTR d_di (double a, int z) in d_di() function
|