Home
last modified time | relevance | path

Searched refs:ff_f (Results 1 – 15 of 15) sorted by relevance

/third_party/musl/libc-test/src/math/gen/
Dfunctions.h4 T(addf, ff_f)
7 T(mulf, ff_f)
10 T(divf, ff_f)
29 T(atan2f, ff_f)
41 T(copysignf, ff_f)
68 T(fdimf, ff_f)
74 T(fmaxf, ff_f)
77 T(fminf, ff_f)
80 T(fmodf, ff_f)
83 T(hypotf, ff_f)
[all …]
/third_party/musl/libc-test/src/math/
Datan2f.c5 static struct ff_f t[] = {
18 struct ff_f *p; in main()
Dfmodf.c5 static struct ff_f t[] = {
18 struct ff_f *p; in main()
Dhypotf.c5 static struct ff_f t[] = {
18 struct ff_f *p; in main()
Ddremf.c6 static struct ff_f t[] = {
18 struct ff_f *p; in main()
Dcopysignf.c5 static struct ff_f t[] = {
17 struct ff_f *p; in main()
Dscalbf.c7 static struct ff_f t[] = {
19 struct ff_f *p; in main()
Dnextafterf.c5 static struct ff_f t[] = {
17 struct ff_f *p; in main()
Dfmaxf.c5 static struct ff_f t[] = {
17 struct ff_f *p; in main()
Dfdimf.c5 static struct ff_f t[] = {
17 struct ff_f *p; in main()
Dfminf.c5 static struct ff_f t[] = {
17 struct ff_f *p; in main()
Dremainderf.c5 static struct ff_f t[] = {
17 struct ff_f *p; in main()
Dpowf.c5 static struct ff_f t[] = {
18 struct ff_f *p; in main()
/third_party/musl/libc-test/src/math/gen/template/
Dff_f.c5 static struct ff_f t[] = {
15 struct ff_f *p; in main()
/third_party/musl/libc-test/src/common/
Dmtest.h72 struct ff_f {POS int r; float x; float x2; float y; float dy; int e; }; argument