HomeSort by relevance Sort by last modified time
    Searched defs:isless (Results 1 - 25 of 124) sorted by null

1 2 3 4 5

  /external/libcxx/include/
math.h 148 bool isless(arithmetic x, arithmetic y);
538 // isless
540 #ifdef isless
547 return isless(__lcpp_x, __lcpp_y);
550 #undef isless macro
560 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
566 #endif // isless
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 148 bool isless(arithmetic x, arithmetic y);
519 // isless
521 #ifdef isless
528 return isless(__lcpp_x, __lcpp_y);
531 #undef isless macro
541 isless(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
547 #endif // isless
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 55 _LIBCPP_ALWAYS_INLINE bool isless( double x, double y ) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 55 _LIBCPP_ALWAYS_INLINE bool isless( double x, double y ) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 57 _LIBCPP_ALWAYS_INLINE bool isless( double x, double y ) function
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 89 __DEVICE__ bool isless(float __x, float __y) { function
92 __DEVICE__ bool isless(double __x, double __y) { function
  /bionic/libc/include/
math.h 65 #define isless(x, y) __builtin_isless((x), (y)) macro
  /development/ndk/platforms/android-13/include/
math.h 119 #define isless(x, y) __builtin_isless((x), (y)) macro
126 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /development/ndk/platforms/android-18/include/
math.h 119 #define isless(x, y) __builtin_isless((x), (y)) macro
126 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /development/ndk/platforms/android-21/include/
math.h 110 #define isless(x, y) __builtin_isless((x), (y)) macro
117 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /development/ndk/platforms/android-9/include/
math.h 119 #define isless(x, y) __builtin_isless((x), (y)) macro
126 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y)) macro
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 91 __DEVICE__ bool isless(float __x, float __y) { function
94 __DEVICE__ bool isless(double __x, double __y) { function
229 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isless);
364 using ::isless;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 91 __DEVICE__ bool isless(float __x, float __y) { function
94 __DEVICE__ bool isless(double __x, double __y) { function
229 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isless);
364 using ::isless;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 91 __DEVICE__ bool isless(float __x, float __y) { function
94 __DEVICE__ bool isless(double __x, double __y) { function
229 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isless);
364 using ::isless;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 91 __DEVICE__ bool isless(float __x, float __y) { function
94 __DEVICE__ bool isless(double __x, double __y) { function
229 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isless);
364 using ::isless;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 42 # undef isless macro
60 # define isless(x, y) \ macro
97 # define isless(x, y) \ macro

Completed in 1452 milliseconds

1 2 3 4 5