/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/ |
H A D | c99_classification_macros_c++.cc | 50 void isless() { } in isless() function 77 res = std::isless(f1, f2); in test_c99_classify()
|
H A D | c99_classification_macros_c.cc | 51 void isless() { } in isless() function
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/ |
H A D | math.t | 147 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 D | export.t | 164 isgreaterequal isinf isless islessequal islessgreater isnan
|
/openbsd/gnu/gcc/fixincludes/tests/base/iso/ |
H A D | math_c99.h | 104 #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.h | 101 __DEVICE__ bool isless(double, double); 104 __DEVICE__ bool isless(float, float); 233 using ::isless;
|
H A D | __clang_cuda_cmath.h | 129 __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.h | 119 __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 D | math_core.h | 25 #define isless(x,y) \ macro
|
/openbsd/gnu/gcc/fixincludes/tests/base/internal/ |
H A D | math_core.h | 25 #define isless(x,y) \ macro
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_compatibility/ |
H A D | math.h | 68 using std::isless;
|
/openbsd/gnu/gcc/libstdc++-v3/include/c_compatibility/ |
H A D | math.h | 68 using std::isless;
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c/ |
H A D | std_cmath.h | 77 #undef isless
|
/openbsd/gnu/gcc/libstdc++-v3/include/c/ |
H A D | std_cmath.h | 77 #undef isless
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 732 __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 D | std_cmath.h | 502 __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 D | darwin-ldouble.c | 57 #define isless(x, y) __builtin_isless (x, y) macro 62 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
|
/openbsd/include/ |
H A D | math.h | 106 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | math.h | 351 # 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 D | cmath | 150 bool isless(arithmetic x, arithmetic y); 344 using ::isless _LIBCPP_USING_IF_EXISTS;
|
/openbsd/usr.bin/spell/ |
H A D | stop | 474 isless
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 444 # 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 D | simd | 577 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 D | cmath | 321 using std::isless;
|
/openbsd/gnu/llvm/libcxx/docs/ |
H A D | UsingLibcxx.rst | 473 * ``isless``
|