Searched defs:islessgreater (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h79 #undef islessgreater macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h532 #undef islessgreater macro
583 islessgreater(_Tp __f1, _Tp __f2) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h123 __DEVICE__ bool islessgreater(float __x, float __y) { function
126 __DEVICE__ bool islessgreater(double __x, double __y) { function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h714 #undef islessgreater macro
/freebsd-11-stable/lib/msun/src/
H A Dmath.h121 #define islessgreater(x, y) __builtin_islessgreater((x), (y)) macro
128 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro

Completed in 180 milliseconds