Searched refs:ninf (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/post/lib_powerpc/fpu/ |
| H A D | compare-fp-1.c | 34 static float ninf; variable 124 ninf = -__builtin_inf (); in fpu_post_test_math6() 127 iuneq (ninf, pinf, 0); in fpu_post_test_math6() 129 iuneq (pinf, ninf, 0); in fpu_post_test_math6() 138 iltgt (ninf, pinf, 1); in fpu_post_test_math6() 140 iltgt (pinf, ninf, 1); in fpu_post_test_math6() 149 iunlt (NaN, ninf, 1); in fpu_post_test_math6() 151 iunlt (pinf, ninf, 0); in fpu_post_test_math6() 153 iunlt (ninf, ninf, 0); in fpu_post_test_math6() 162 iunle (NaN, ninf, 1); in fpu_post_test_math6() [all …]
|