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 | logbf.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 | nearbyintf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | sqrtf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | floorf.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 | pow10f.c | 6 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | asinhf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | cbrtf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | truncf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | fabsf.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()
|
D | j0f.c | 7 static struct f_f t[] = { 19 struct f_f *p; in main()
|
D | coshf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | j1f.c | 7 static struct f_f t[] = { 19 struct f_f *p; in main()
|
D | acosf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | tanf.c | 5 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 | asinf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | logf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | ceilf.c | 5 static struct f_f t[] = { 18 struct f_f *p; in main()
|
D | atanhf.c | 5 static struct f_f t[] = { 17 struct f_f *p; in main()
|
D | acoshf.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