Searched defs:UNGE (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c16 #define UNGE(a, b) (__builtin_isunordered ((a), (b)) || ((a) >= (b))) macro
H A Dcompare-fp-4.c16 #define UNGE(a, b) (((a) >= (b)) || __builtin_isunordered ((a), (b))) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dcompare-fp-1.c16 #define UNGE(a, b) (__builtin_isunordered ((a), (b)) || ((a) >= (b))) macro
H A Dcompare-fp-4.c16 #define UNGE(a, b) (((a) >= (b)) || __builtin_isunordered ((a), (b))) macro

Completed in 84 milliseconds