Home
last modified time | relevance | path

Searched refs:iuneq (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/post/lib_powerpc/fpu/
H A Dcompare-fp-1.c36 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()