/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
H A D | c99_classification_macros_c++.cc | 54 void islessgreater() { } in islessgreater() function 79 res = std::islessgreater(f1, f2); in test_c99_classify()
|
H A D | c99_classification_macros_c.cc | 55 void islessgreater() { } in islessgreater() function
|
/openbsd/gnu/gcc/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 108 #undef islessgreater 109 #define islessgreater(x, y) __builtin_islessgreater(x, y) macro
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 105 __DEVICE__ bool islessgreater(double, double); 106 __DEVICE__ bool islessgreater(float, float); 235 using ::islessgreater;
|
H A D | __clang_cuda_cmath.h | 141 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater() function 144 __DEVICE__ bool islessgreater(double __x, double __y) { in islessgreater() function 273 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessgreater); 401 using ::islessgreater;
|
H A D | __clang_hip_cmath.h | 131 __DEVICE__ __CONSTEXPR__ bool islessgreater(float __x, float __y) { in islessgreater() function 134 __DEVICE__ __CONSTEXPR__ bool islessgreater(double __x, double __y) { in islessgreater() function 515 __HIP_OVERLOAD2(bool, islessgreater) 684 using ::islessgreater;
|
H A D | opencl-c.h | 10669 int __ovld __cnfn islessgreater(float, float); 10670 int2 __ovld __cnfn islessgreater(float2, float2); 10671 int3 __ovld __cnfn islessgreater(float3, float3); 10672 int4 __ovld __cnfn islessgreater(float4, float4); 10673 int8 __ovld __cnfn islessgreater(float8, float8); 10676 int __ovld __cnfn islessgreater(double, double); 10684 int __ovld __cnfn islessgreater(half, half); 10685 short2 __ovld __cnfn islessgreater(half2, half2); 10686 short3 __ovld __cnfn islessgreater(half3, half3); 10687 short4 __ovld __cnfn islessgreater(half4, half4); [all …]
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | math.h | 70 using std::islessgreater;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | math.h | 70 using std::islessgreater;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/ |
H A D | std_cmath.h | 79 #undef islessgreater
|
/openbsd/gnu/gcc/libstdc++-v3/include/c/ |
H A D | std_cmath.h | 79 #undef islessgreater
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 742 { return islessgreater(__f1, __f2); } in __capture_islessgreater() 760 #undef islessgreater 809 islessgreater(_Tp __f1, _Tp __f2) in islessgreater() function 830 using __gnu_cxx::islessgreater;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/ |
H A D | std_cmath.h | 512 { return islessgreater(__f1, __f2); } in __capture_islessgreater() 532 #undef islessgreater 583 islessgreater(_Tp __f1, _Tp __f2) in islessgreater() function
|
/openbsd/include/ |
H A D | math.h | 108 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | export.t | 164 isgreaterequal isinf isless islessequal islessgreater isnan
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | math.h | 359 # ifdef islessgreater 360 # undef islessgreater 525 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() function
|
H A D | cmath | 152 bool islessgreater(arithmetic x, arithmetic y); 346 using ::islessgreater _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 446 # define islessgreater(x, y) (!isunordered((x), (y)) && \ macro 466 # define c99_islessgreater islessgreater 2530 islessgreater = 10
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | README.txt | 440 int test2(double x, double y) { return islessgreater(x, y);}
|
/openbsd/gnu/llvm/libcxx/include/experimental/ |
H A D | simd | 585 template <class Abi> simd_mask<float, Abi> islessgreater(floatv<Abi> x, floatv<Abi> y); 586 template <class Abi> simd_mask<double, Abi> islessgreater(doublev<Abi> x, doublev<Abi> y); 587 template <class Abi> simd_mask<long double, Abi> islessgreater(ldoublev<Abi> x, ldoublev<Abi> y);
|
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/ |
H A D | cmath | 323 using std::islessgreater;
|
/openbsd/gnu/llvm/libcxx/docs/ |
H A D | UsingLibcxx.rst | 475 * ``islessgreater``
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 656 DEF_GCC_BUILTIN (BUILT_IN_ISLESSGREATER, "islessgreater", BT_FN_INT_VAR, ATTR_CONST_NOTHROW_…
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 554 SYMBOL(islessgreater, None, <math.h>)
|
/openbsd/gnu/gcc/fixincludes/ |
H A D | inclhack.def | 2026 isless, islessequal, islessgreater and isunordered functions. */ 3080 "#undef islessgreater\n" 3081 "#define islessgreater(x, y) ((x) __builtin_islessgreater(y))\n"
|