Lines Matching defs:out

12 static void test_rint(uint32 *in, uint32 *out,  in test_rint()
65 char *test_ceil(uint32 *in, uint32 *out) { in test_ceil()
70 char *test_floor(uint32 *in, uint32 *out) { in test_floor()
75 static void test_rintf(uint32 *in, uint32 *out, in test_rintf()
121 char *test_ceilf(uint32 *in, uint32 *out) { in test_ceilf()
126 char *test_floorf(uint32 *in, uint32 *out) { in test_floorf()
131 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod()
205 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out) { in test_fmodf()
272 char *test_ldexp(uint32 *x, uint32 *np, uint32 *out) { in test_ldexp()
350 char *test_ldexpf(uint32 *x, uint32 *np, uint32 *out) { in test_ldexpf()
420 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp()
458 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout) { in test_frexpf()
558 char *test_copysign(uint32 *x, uint32 *y, uint32 *out) in test_copysign()
570 char *test_copysignf(uint32 *x, uint32 *y, uint32 *out) in test_copysignf()
581 char *test_isfinite(uint32 *x, uint32 *out) in test_isfinite()
590 char *test_isfinitef(uint32 *x, uint32 *out) in test_isfinitef()
598 char *test_isinff(uint32 *x, uint32 *out) in test_isinff()
606 char *test_isinf(uint32 *x, uint32 *out) in test_isinf()
616 char *test_isnanf(uint32 *x, uint32 *out) in test_isnanf()
626 char *test_isnan(uint32 *x, uint32 *out) in test_isnan()
637 char *test_isnormalf(uint32 *x, uint32 *out) in test_isnormalf()
647 char *test_isnormal(uint32 *x, uint32 *out) in test_isnormal()
657 char *test_signbitf(uint32 *x, uint32 *out) in test_signbitf()
664 char *test_signbit(uint32 *x, uint32 *out) in test_signbit()
671 char *test_fpclassify(uint32 *x, uint32 *out) in test_fpclassify()
684 char *test_fpclassifyf(uint32 *x, uint32 *out) in test_fpclassifyf()
812 char *test_isgreater(uint32 *x, uint32 *y, uint32 *out) in test_isgreater()
819 char *test_isgreaterequal(uint32 *x, uint32 *y, uint32 *out) in test_isgreaterequal()
826 char *test_isless(uint32 *x, uint32 *y, uint32 *out) in test_isless()
833 char *test_islessequal(uint32 *x, uint32 *y, uint32 *out) in test_islessequal()
840 char *test_islessgreater(uint32 *x, uint32 *y, uint32 *out) in test_islessgreater()
847 char *test_isunordered(uint32 *x, uint32 *y, uint32 *out) in test_isunordered()
860 char *test_isgreaterf(uint32 *x, uint32 *y, uint32 *out) in test_isgreaterf()
867 char *test_isgreaterequalf(uint32 *x, uint32 *y, uint32 *out) in test_isgreaterequalf()
874 char *test_islessf(uint32 *x, uint32 *y, uint32 *out) in test_islessf()
881 char *test_islessequalf(uint32 *x, uint32 *y, uint32 *out) in test_islessequalf()
888 char *test_islessgreaterf(uint32 *x, uint32 *y, uint32 *out) in test_islessgreaterf()
895 char *test_isunorderedf(uint32 *x, uint32 *y, uint32 *out) in test_isunorderedf()