Home
last modified time | relevance | path

Searched refs:f_ff (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/math/
Dmodff.c5 static struct f_ff t[] = {
16 struct f_ff *p; in main()
Dsincosf.c6 static struct f_ff t[] = {
17 struct f_ff *p; in main()
/third_party/musl/libc-test/src/math/gen/
Dfunctions.h197 T(modff, f_ff)
200 T(sincosf, f_ff)
/third_party/musl/libc-test/src/common/
Dmtest.h85 struct f_ff {POS int r; float x; float y; float dy; float y2; float dy2; int e; }; argument