Searched defs:islessgreater (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h108 #undef islessgreater macro
109 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc55 void islessgreater() { } function
H A Dc99_classification_macros_c++.cc54 void islessgreater() { } function
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h360 # undef islessgreater macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h79 #undef islessgreater macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h532 #undef islessgreater macro
583 islessgreater(_Tp __f1, _Tp __f2) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h79 #undef islessgreater macro
/openbsd-current/include/
H A Dmath.h108 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h141 __DEVICE__ bool islessgreater(float __x, float __y) { function
144 __DEVICE__ bool islessgreater(double __x, double __y) { function
H A D__clang_hip_cmath.h131 __DEVICE__ __CONSTEXPR__ bool islessgreater(float __x, float __y) { function
134 __DEVICE__ __CONSTEXPR__ bool islessgreater(double __x, double __y) { function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h760 #undef islessgreater macro
809 islessgreater(_Tp __f1, _Tp __f2) function in namespace:__gnu_cxx

Completed in 111 milliseconds