Searched refs:ll_l (Results 1 – 18 of 18) sorted by relevance
/third_party/musl/libc-test/src/math/gen/ |
D | functions.h | 5 T(addl, ll_l) 8 T(mull, ll_l) 11 T(divl, ll_l) 30 T(atan2l, ll_l) 42 T(copysignl, ll_l) 69 T(fdiml, ll_l) 75 T(fmaxl, ll_l) 78 T(fminl, ll_l) 81 T(fmodl, ll_l) 84 T(hypotl, ll_l) [all …]
|
/third_party/musl/libc-test/src/math/gen/template/ |
D | fl_f.c | 5 static struct ll_l t[] = { 19 struct ll_l *p; in main()
|
D | ll_l.c | 5 static struct ll_l t[] = { 19 struct ll_l *p; in main()
|
D | dl_d.c | 5 static struct ll_l t[] = { 19 struct ll_l *p; in main()
|
/third_party/musl/libc-test/src/math/ |
D | nextafterl.c | 5 static struct ll_l t[] = { 23 struct ll_l *p; in main()
|
D | fmodl.c | 5 static struct ll_l t[] = { 24 struct ll_l *p; in main()
|
D | nexttowardl.c | 5 static struct ll_l t[] = { 23 struct ll_l *p; in main()
|
D | hypotl.c | 5 static struct ll_l t[] = { 24 struct ll_l *p; in main()
|
D | fmaxl.c | 5 static struct ll_l t[] = { 23 struct ll_l *p; in main()
|
D | fdiml.c | 5 static struct ll_l t[] = { 23 struct ll_l *p; in main()
|
D | powl.c | 5 static struct ll_l t[] = { 25 struct ll_l *p; in main()
|
D | nexttoward.c | 6 static struct ll_l t[] = { 24 struct ll_l *p; in main()
|
D | fminl.c | 5 static struct ll_l t[] = { 23 struct ll_l *p; in main()
|
D | copysignl.c | 5 static struct ll_l t[] = { 23 struct ll_l *p; in main()
|
D | remainderl.c | 5 static struct ll_l t[] = { 23 struct ll_l *p; in main()
|
D | atan2l.c | 5 static struct ll_l t[] = { 24 struct ll_l *p; in main()
|
D | nexttowardf.c | 6 static struct ll_l t[] = { 24 struct ll_l *p; in main()
|
/third_party/musl/libc-test/src/common/ |
D | mtest.h | 74 struct ll_l {POS int r; long double x; long double x2; long double y; float dy; int e; }; argument
|