Home
last modified time | relevance | path

Searched refs:isless (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c++.cc50 void isless() { } in isless() function
77 res = std::isless(f1, f2); in test_c99_classify()
H A Dc99_classification_macros_c.cc51 void isless() { } in isless() function
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmath.t147 ok(isless(1, 2), "isless 1 2");
148 ok(!isless(2, 1), "isless 2 1");
149 ok(!isless(1, 1), "isless 1 1");
155 ok(!isless(1, NaN), "isless 1 NaN");
H A Dexport.t164 isgreaterequal isinf isless islessequal islessgreater isnan
/openbsd/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h104 #undef isless
105 #define isless(x, y) __builtin_isless(x, y) macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h101 __DEVICE__ bool isless(double, double);
104 __DEVICE__ bool isless(float, float);
233 using ::isless;
H A D__clang_cuda_cmath.h129 __DEVICE__ bool isless(float __x, float __y) { in isless() function
132 __DEVICE__ bool isless(double __x, double __y) { in isless() function
271 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isless);
399 using ::isless;
H A D__clang_hip_cmath.h119 __DEVICE__ __CONSTEXPR__ bool isless(float __x, float __y) { in isless() function
122 __DEVICE__ __CONSTEXPR__ bool isless(double __x, double __y) { in isless() function
513 __HIP_OVERLOAD2(bool, isless)
682 using ::isless;
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/internal/
H A Dmath_core.h25 #define isless(x,y) \ macro
/openbsd/gnu/gcc/fixincludes/tests/base/internal/
H A Dmath_core.h25 #define isless(x,y) \ macro
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/
H A Dmath.h68 using std::isless;
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/
H A Dmath.h68 using std::isless;
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h77 #undef isless
/openbsd/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h77 #undef isless
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h732 __capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); } in __capture_isless()
758 #undef isless
800 isless(_Tp __f1, _Tp __f2) { return __capture_isless(__f1, __f2); } in isless() function
828 using __gnu_cxx::isless;
/openbsd/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h502 __capture_isless(_Tp __f1, _Tp __f2) { return isless(__f1, __f2); } in __capture_isless()
530 #undef isless
573 isless(_Tp __f1, _Tp __f2) in isless() function
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-ldouble.c57 #define isless(x, y) __builtin_isless (x, y) macro
62 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
/openbsd/include/
H A Dmath.h106 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h351 # ifdef isless
352 # undef isless
505 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isless(_A1 __x, _A2 __y) _NOEXCEPT { in isless() function
H A Dcmath150 bool isless(arithmetic x, arithmetic y);
344 using ::isless _LIBCPP_USING_IF_EXISTS;
/openbsd/usr.bin/spell/
H A Dstop474 isless
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs444 # define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
464 # define c99_isless isless
2521 isless = 8
/openbsd/gnu/llvm/libcxx/include/experimental/
H A Dsimd577 template <class Abi> simd_mask<float, Abi> isless(floatv<Abi> x, floatv<Abi> y);
578 template <class Abi> simd_mask<double, Abi> isless(doublev<Abi> x, doublev<Abi> y);
579 template <class Abi> simd_mask<long double, Abi> isless(ldoublev<Abi> x, ldoublev<Abi> y);
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcmath321 using std::isless;
/openbsd/gnu/llvm/libcxx/docs/
H A DUsingLibcxx.rst473 * ``isless``

12