Lines Matching defs:y
274 uint32 y[2]; in test_ldexp() local
352 uint32 y; in test_ldexpf() local
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()
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()