Home
last modified time | relevance | path

Searched refs:di_d (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
Dfunctions.h163 T(ldexp, di_d)
166 T(scalbn, di_d)
169 T(scalbln, di_d)
211 T(jn, di_d)
213 T(yn, di_d)
/third_party/musl/libc-test/src/math/gen/template/
Ddi_d.c5 static struct di_d t[] = {
15 struct di_d *p; in main()
/third_party/musl/libc-test/src/math/
Djn.c6 static struct di_d t[] = {
17 struct di_d *p; in main()
Dscalbn.c5 static struct di_d t[] = {
17 struct di_d *p; in main()
Dldexp.c5 static struct di_d t[] = {
17 struct di_d *p; in main()
Dscalbln.c5 static struct di_d t[] = {
17 struct di_d *p; in main()
Dyn.c6 static struct di_d t[] = {
17 struct di_d *p; in main()
/third_party/musl/libc-test/src/common/
Dmtest.h78 struct di_d {POS int r; double x; long long i; double y; float dy; int e; }; argument