Searched defs:isless (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/gcc/fixincludes/tests/base/internal/
H A Dmath_core.h25 #define isless(x,y) \ macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/internal/
H A Dmath_core.h25 #define isless(x,y) \ macro
/openbsd-current/gnu/gcc/fixincludes/tests/base/iso/
H A Dmath_c99.h104 #undef isless macro
105 #define isless(x, y) __builtin_isless(x, y) macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/testsuite/26_numerics/
H A Dc99_classification_macros_c.cc51 void isless() { } function
H A Dc99_classification_macros_c++.cc50 void isless() { } function
/openbsd-current/gnu/llvm/libcxx/include/
H A Dmath.h352 # undef isless macro
/openbsd-current/gnu/gcc/gcc/config/rs6000/
H A Ddarwin-ldouble.c57 #define isless(x, y) __builtin_isless (x, y) macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cmath.h77 #undef isless macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cmath.h530 #undef isless macro
573 isless(_Tp __f1, _Tp __f2) function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cmath.h77 #undef isless macro
/openbsd-current/include/
H A Dmath.h106 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h129 __DEVICE__ bool isless(float __x, float __y) { function
132 __DEVICE__ bool isless(double __x, double __y) { function
H A D__clang_hip_cmath.h119 __DEVICE__ __CONSTEXPR__ bool isless(float __x, float __y) { function
122 __DEVICE__ __CONSTEXPR__ bool isless(double __x, double __y) { function
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h758 #undef isless macro
800 isless(_Tp __f1, _Tp __f2) { return __capture_isless(__f1, __f2); } function in namespace:__gnu_cxx

Completed in 201 milliseconds