• Home
  • Raw
  • Download

Lines Matching defs:out

11 static void test_rint(uint32 *in, uint32 *out,  in test_rint()
64 char *test_ceil(uint32 *in, uint32 *out) { in test_ceil()
69 char *test_floor(uint32 *in, uint32 *out) { in test_floor()
74 static void test_rintf(uint32 *in, uint32 *out, in test_rintf()
120 char *test_ceilf(uint32 *in, uint32 *out) { in test_ceilf()
125 char *test_floorf(uint32 *in, uint32 *out) { in test_floorf()
130 char *test_fmod(uint32 *a, uint32 *b, uint32 *out) { in test_fmod()
204 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out) { in test_fmodf()
271 char *test_ldexp(uint32 *x, uint32 *np, uint32 *out) { in test_ldexp()
349 char *test_ldexpf(uint32 *x, uint32 *np, uint32 *out) { in test_ldexpf()
419 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp()
457 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout) { in test_frexpf()
557 char *test_copysign(uint32 *x, uint32 *y, uint32 *out) in test_copysign()
569 char *test_copysignf(uint32 *x, uint32 *y, uint32 *out) in test_copysignf()
580 char *test_isfinite(uint32 *x, uint32 *out) in test_isfinite()
589 char *test_isfinitef(uint32 *x, uint32 *out) in test_isfinitef()
597 char *test_isinff(uint32 *x, uint32 *out) in test_isinff()
605 char *test_isinf(uint32 *x, uint32 *out) in test_isinf()
615 char *test_isnanf(uint32 *x, uint32 *out) in test_isnanf()
625 char *test_isnan(uint32 *x, uint32 *out) in test_isnan()
636 char *test_isnormalf(uint32 *x, uint32 *out) in test_isnormalf()
646 char *test_isnormal(uint32 *x, uint32 *out) in test_isnormal()
656 char *test_signbitf(uint32 *x, uint32 *out) in test_signbitf()
663 char *test_signbit(uint32 *x, uint32 *out) in test_signbit()
670 char *test_fpclassify(uint32 *x, uint32 *out) in test_fpclassify()
683 char *test_fpclassifyf(uint32 *x, uint32 *out) in test_fpclassifyf()
811 char *test_isgreater(uint32 *x, uint32 *y, uint32 *out) in test_isgreater()
818 char *test_isgreaterequal(uint32 *x, uint32 *y, uint32 *out) in test_isgreaterequal()
825 char *test_isless(uint32 *x, uint32 *y, uint32 *out) in test_isless()
832 char *test_islessequal(uint32 *x, uint32 *y, uint32 *out) in test_islessequal()
839 char *test_islessgreater(uint32 *x, uint32 *y, uint32 *out) in test_islessgreater()
846 char *test_isunordered(uint32 *x, uint32 *y, uint32 *out) in test_isunordered()
859 char *test_isgreaterf(uint32 *x, uint32 *y, uint32 *out) in test_isgreaterf()
866 char *test_isgreaterequalf(uint32 *x, uint32 *y, uint32 *out) in test_isgreaterequalf()
873 char *test_islessf(uint32 *x, uint32 *y, uint32 *out) in test_islessf()
880 char *test_islessequalf(uint32 *x, uint32 *y, uint32 *out) in test_islessequalf()
887 char *test_islessgreaterf(uint32 *x, uint32 *y, uint32 *out) in test_islessgreaterf()
894 char *test_isunorderedf(uint32 *x, uint32 *y, uint32 *out) in test_isunorderedf()