Searched refs:iunlt (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c47 int iunlt (float x, float y, int ok) function
136 iunlt (NaN, ninf, 1);
137 iunlt (pinf, NaN, 1);
138 iunlt (pinf, ninf, 0);
139 iunlt (pinf, pinf, 0);
140 iunlt (ninf, ninf, 0);
141 iunlt (1, 4, 1);
142 iunlt (3, 3, 0);
143 iunlt (5, 2, 0);
H A Dcompare-fp-4.c48 int iunlt (float x, float y, int ok) function
137 iunlt (NaN, ninf, 1);
138 iunlt (pinf, NaN, 1);
139 iunlt (pinf, ninf, 0);
140 iunlt (pinf, pinf, 0);
141 iunlt (ninf, ninf, 0);
142 iunlt (1, 4, 1);
143 iunlt (3, 3, 0);
144 iunlt (5, 2, 0);

Completed in 94 milliseconds