Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/gen/template/
Dd_di.c5 static struct d_di t[] = {
16 struct d_di *p; in main()
/third_party/musl/libc-test/src/math/
Dfrexp.c5 static struct d_di t[] = {
18 struct d_di *p; in main()
Dlgamma_r.c8 static struct d_di t[] = {
21 struct d_di *p; in main()
Dlgamma.c6 static struct d_di t[] = {
19 struct d_di *p; in main()
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h159 T(frexp, d_di)
173 T(lgamma, d_di)
176 T(lgamma_r, d_di)
/third_party/musl/libc-test/src/common/
Dmtest.h75 struct d_di {POS int r; double x; double y; float dy; long long i; int e; }; argument
/third_party/libffi/testsuite/libffi.bhaible/
Dtest-call.c787 dr = d_di(d1,i9); in mixed_number_tests()
797 FFI_CALL(cif,d_di,args,&dr); in mixed_number_tests()
Dtest-callback.c603 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()
Dtestcases.c393 double ABI_ATTR d_di (double a, int z) in d_di() function