Home
last modified time | relevance | path

Searched defs:isgreater (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc47 void isgreater() { } in isgreater() function
H A Dc99_classification_macros_c++.cc46 void isgreater() { } in isgreater() function
/openbsd/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h101 #define isgreater(x, y) __builtin_isgreater(x, y) macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_hip_cmath.h107 __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.h117 __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 Dmath.h104 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h563 isgreater(_Tp __f1, _Tp __f2) in isgreater() function
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h791 isgreater(_Tp __f1, _Tp __f2) { return __capture_isgreater(__f1, __f2); } in isgreater() function
/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h485 _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 DPOSIX.xs442 # define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro