HomeSort by: relevance | last modified time | path
    Searched defs:isless (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/include/
math.h 147 bool isless(arithmetic x, arithmetic y);
661 // isless
663 #ifdef isless
670 return isless(__lcpp_x, __lcpp_y);
673 #undef isless macro
683 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
689 #endif // isless
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h 69 #undef isless macro
70 #define isless(x, y) __builtin_isless(x, y) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h 69 #undef isless macro
70 #define isless(x, y) __builtin_isless(x, y) macro
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
math.h 141 #define isless(x, y) __builtin_isless((x),(y)) macro
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
math.h 141 #define isless(x, y) __builtin_isless((x),(y)) macro
  /src/external/apache2/llvm/dist/clang/lib/Headers/
__clang_cuda_cmath.h 129 __DEVICE__ bool isless(float __x, float __y) { function
132 __DEVICE__ bool isless(double __x, double __y) { function
271 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isless);
399 using ::isless;
__clang_hip_cmath.h 71 __DEVICE__ bool isless(float __x, float __y) { function
74 __DEVICE__ bool isless(double __x, double __y) { function
457 __HIP_OVERLOAD2(bool, isless)
622 using ::isless;
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
ibm-ldouble.c 53 #define isless(x, y) __builtin_isless (x, y) macro
58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
ibm-ldouble.c 53 #define isless(x, y) __builtin_isless (x, y) macro
58 #define nonfinite(a) unlikely (! isless (fabs (a), inf ()))
  /src/include/
math.h 481 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro

Completed in 42 milliseconds