Searched defs:isless (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h69 #undef isless macro
70 #define isless(x, y) __builtin_isless(x, y) macro
/netbsd-current/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
H A Dmath_c99.h69 #undef isless macro
70 #define isless(x, y) __builtin_isless(x, y) macro
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h673 #undef isless macro
/netbsd-current/external/gpl3/gcc/dist/fixincludes/tests/base/
H A Dmath.h140 #define isless(x, y) __builtin_isless((x),(y)) macro
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Dibm-ldouble.c53 #define isless(x, y) __builtin_isless (x, y) macro
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Dibm-ldouble.c53 #define isless(x, y) __builtin_isless (x, y) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h71 __DEVICE__ bool isless(float __x, float __y) { function
74 __DEVICE__ bool isless(double __x, double __y) { function
H A D__clang_cuda_cmath.h129 __DEVICE__ bool isless(float __x, float __y) { function
132 __DEVICE__ bool isless(double __x, double __y) { function
/netbsd-current/include/
H A Dmath.h468 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro

Completed in 175 milliseconds