Lines Matching refs:uint32
11 static void test_rint(uint32 *in, uint32 *out, in test_rint()
15 uint32 xh, xl, roundword; 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()
78 uint32 x, roundword; 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()
133 uint32 am[2], bm[2]; in test_fmod()
138 uint32 an, bn; in test_fmod()
175 test_frexp(a, am, (uint32 *)&aex); in test_fmod()
176 test_frexp(b, bm, (uint32 *)&bex); in test_fmod()
199 test_ldexp(am, (uint32 *)&aex, out); in test_fmod()
204 char *test_fmodf(uint32 *a, uint32 *b, uint32 *out) { in test_fmodf()
207 uint32 am, bm; in test_fmodf()
212 uint32 an, bn; in test_fmodf()
244 test_frexpf(a, &am, (uint32 *)&aex); in test_fmodf()
245 test_frexpf(b, &bm, (uint32 *)&bex); in test_fmodf()
266 test_ldexpf(&am, (uint32 *)&aex, out); in test_fmodf()
271 char *test_ldexp(uint32 *x, uint32 *np, uint32 *out) { in test_ldexp()
274 uint32 y[2]; in test_ldexp()
289 test_frexp(x, y, (uint32 *)&n2); in test_ldexp()
317 uint32 roundword; in test_ldexp()
349 char *test_ldexpf(uint32 *x, uint32 *np, uint32 *out) { in test_ldexpf()
352 uint32 y; in test_ldexpf()
365 test_frexpf(x, &y, (uint32 *)&n2); in test_ldexpf()
391 uint32 roundword; in test_ldexpf()
419 char *test_frexp(uint32 *x, uint32 *out, uint32 *nout) { in test_frexp()
429 uint32 xh, xl; in test_frexp()
457 char *test_frexpf(uint32 *x, uint32 *out, uint32 *nout) { in test_frexpf()
466 uint32 xv; in test_frexpf()
489 char *test_modf(uint32 *x, uint32 *fout, uint32 *iout) { in test_modf()
492 uint32 fh, fl; in test_modf()
526 char *test_modff(uint32 *x, uint32 *fout, uint32 *iout) { in test_modff()
529 uint32 f; in test_modff()
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()
701 static int fpcmp4(uint32 *x, uint32 *y) in fpcmp4()
761 static int fpcmp4f(uint32 *x, uint32 *y) in fpcmp4f()
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()