Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/math/gen/
Dfunctions.h164 T(ldexpf, fi_f)
167 T(scalbnf, fi_f)
170 T(scalblnf, fi_f)
212 T(jnf, fi_f)
214 T(ynf, fi_f)
/third_party/musl/libc-test/src/math/gen/template/
Dfi_f.c5 static struct fi_f t[] = {
15 struct fi_f *p; in main()
/third_party/musl/libc-test/src/math/
Dscalbnf.c5 static struct fi_f t[] = {
17 struct fi_f *p; in main()
Dldexpf.c5 static struct fi_f t[] = {
17 struct fi_f *p; in main()
Dscalblnf.c5 static struct fi_f t[] = {
17 struct fi_f *p; in main()
Djnf.c7 static struct fi_f t[] = {
18 struct fi_f *p; in main()
Dynf.c7 static struct fi_f t[] = {
18 struct fi_f *p; in main()
/third_party/musl/libc-test/src/common/
Dmtest.h79 struct fi_f {POS int r; float x; long long i; float y; float dy; int e; }; argument