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

/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h654 #undef isless macro
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-ldouble.c57 #define isless(x, y) __builtin_isless (x, y) macro
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h77 #undef isless macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h530 #undef isless macro
573 isless(_Tp __f1, _Tp __f2) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h111 __DEVICE__ bool isless(float __x, float __y) { function
114 __DEVICE__ bool isless(double __x, double __y) { function
/freebsd-11-stable/lib/msun/src/
H A Dmath.h119 #define isless(x, y) __builtin_isless((x), (y)) macro
126 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro

Completed in 99 milliseconds