Searched defs:isgreater (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
H A D | c99_classification_macros_c.cc | 47 void isgreater() { } in isgreater() function
|
H A D | c99_classification_macros_c++.cc | 46 void isgreater() { } in isgreater() function
|
/openbsd/gnu/gcc/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 101 #define isgreater(x, y) __builtin_isgreater(x, y) macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_hip_cmath.h | 107 __DEVICE__ __CONSTEXPR__ bool isgreater(float __x, float __y) { in isgreater() function 110 __DEVICE__ __CONSTEXPR__ bool isgreater(double __x, double __y) { in isgreater() function
|
H A D | __clang_cuda_cmath.h | 117 __DEVICE__ bool isgreater(float __x, float __y) { in isgreater() function 120 __DEVICE__ bool isgreater(double __x, double __y) { in isgreater() function
|
/openbsd/include/ |
H A D | math.h | 104 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 563 isgreater(_Tp __f1, _Tp __f2) in isgreater() function
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 791 isgreater(_Tp __f1, _Tp __f2) { return __capture_isgreater(__f1, __f2); } in isgreater() function
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | math.h | 485 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isgreater(_A1 __x, _A2 __y) _NOEXCEPT { in isgreater() function
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 442 # define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
|