Home
last modified time | relevance | path

Searched refs:islessgreater (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c++.cc54 void islessgreater() { } in islessgreater() function
79 res = std::islessgreater(f1, f2); in test_c99_classify()
H A Dc99_classification_macros_c.cc55 void islessgreater() { } in islessgreater() function
/openbsd/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h108 #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.h105 __DEVICE__ bool islessgreater(double, double);
106 __DEVICE__ bool islessgreater(float, float);
235 using ::islessgreater;
H A D__clang_cuda_cmath.h141 __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.h131 __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 Dopencl-c.h10669 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 Dmath.h70 using std::islessgreater;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h70 using std::islessgreater;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h79 #undef islessgreater
/openbsd/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h79 #undef islessgreater
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h742 { 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 Dstd_cmath.h512 { return islessgreater(__f1, __f2); } in __capture_islessgreater()
532 #undef islessgreater
583 islessgreater(_Tp __f1, _Tp __f2) in islessgreater() function
/openbsd/include/
H A Dmath.h108 #define islessgreater(x, y) (!isunordered((x), (y)) && \ macro
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t164 isgreaterequal isinf isless islessequal islessgreater isnan
/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h359 # 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 Dcmath152 bool islessgreater(arithmetic x, arithmetic y);
346 using ::islessgreater _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs446 # 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 DREADME.txt440 int test2(double x, double y) { return islessgreater(x, y);}
/openbsd/gnu/llvm/libcxx/include/experimental/
H A Dsimd585 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 Dcmath323 using std::islessgreater;
/openbsd/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst475 * ``islessgreater``
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def656 DEF_GCC_BUILTIN (BUILT_IN_ISLESSGREATER, "islessgreater", BT_FN_INT_VAR, ATTR_CONST_NOTHROW_…
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc554 SYMBOL(islessgreater, None, <math.h>)
/openbsd/gnu/gcc/fixincludes/
H A Dinclhack.def2026 isless, islessequal, islessgreater and isunordered functions. */
3080 "#undef islessgreater\n"
3081 "#define islessgreater(x, y) ((x) __builtin_islessgreater(y))\n"

12