Searched refs:iuneq (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/post/lib_powerpc/fpu/ |
D | compare-fp-1.c | 36 static void iuneq (float x, float y, int ok) in iuneq() function 126 iuneq (ninf, pinf, 0); in fpu_post_test_math6() 127 iuneq (NaN, NaN, 1); in fpu_post_test_math6() 128 iuneq (pinf, ninf, 0); in fpu_post_test_math6() 129 iuneq (1, 4, 0); in fpu_post_test_math6() 130 iuneq (3, 3, 1); in fpu_post_test_math6() 131 iuneq (5, 2, 0); in fpu_post_test_math6()
|