Searched refs:f_f (Results 1 – 25 of 46) sorted by relevance
12
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 14 T(acosf, f_f) 17 T(acoshf, f_f) 20 T(asinf, f_f) 23 T(asinhf, f_f) 26 T(atanf, f_f) 32 T(atanhf, f_f) 35 T(cbrtf, f_f) 38 T(ceilf, f_f) 44 T(cosf, f_f) 47 T(coshf, f_f) [all …]
|
/third_party/musl/libc-test/src/math/ |
D | floorf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | exp10f.c | 6 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | erff.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | rintf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | log1pf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | logf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | acoshf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | atanhf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | tanhf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | atanf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | fabsf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | sinhf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | tgammaf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | exp2f.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | log10f.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | erfcf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | asinhf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | tanf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | expm1f.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | pow10f.c | 6 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | cosf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | sinf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | roundf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
/third_party/musl/libc-test/src/math/gen/template/ |
D | f_f.c | 5 static struct f_f t[] = { 15 struct f_f *p; in main()
|
12