Searched defs:isgreater (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/lib/msun/src/
H A Dmath.h117 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
124 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h594 #undef isgreater macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h99 __DEVICE__ bool isgreater(float __x, float __y) { function
102 __DEVICE__ bool isgreater(double __x, double __y) { function
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h75 #undef isgreater macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h528 #undef isgreater macro
563 isgreater(_Tp __f1, _Tp __f2) function

Completed in 116 milliseconds