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

1 2 3 4 5

  /external/libcxx/include/
math.h 149 bool islessequal(arithmetic x, arithmetic y);
568 // islessequal
570 #ifdef islessequal
577 return islessequal(__lcpp_x, __lcpp_y);
580 #undef islessequal macro
590 islessequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
596 #endif // islessequal
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 149 bool islessequal(arithmetic x, arithmetic y);
549 // islessequal
551 #ifdef islessequal
558 return islessequal(__lcpp_x, __lcpp_y);
561 #undef islessequal macro
571 islessequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
577 #endif // islessequal
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 61 _LIBCPP_ALWAYS_INLINE bool islessequal( double x, double y ) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 61 _LIBCPP_ALWAYS_INLINE bool islessequal( double x, double y ) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 63 _LIBCPP_ALWAYS_INLINE bool islessequal( double x, double y ) function
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 95 __DEVICE__ bool islessequal(float __x, float __y) { function
98 __DEVICE__ bool islessequal(double __x, double __y) { function
  /bionic/libc/include/
math.h 66 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
  /development/ndk/platforms/android-13/include/
math.h 120 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
127 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /development/ndk/platforms/android-18/include/
math.h 120 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
127 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /development/ndk/platforms/android-21/include/
math.h 111 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
118 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /development/ndk/platforms/android-9/include/
math.h 120 #define islessequal(x, y) __builtin_islessequal((x), (y)) macro
127 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y)) macro
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 97 __DEVICE__ bool islessequal(float __x, float __y) { function
100 __DEVICE__ bool islessequal(double __x, double __y) { function
230 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessequal);
365 using ::islessequal;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 97 __DEVICE__ bool islessequal(float __x, float __y) { function
100 __DEVICE__ bool islessequal(double __x, double __y) { function
230 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessequal);
365 using ::islessequal;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 97 __DEVICE__ bool islessequal(float __x, float __y) { function
100 __DEVICE__ bool islessequal(double __x, double __y) { function
230 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessequal);
365 using ::islessequal;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 97 __DEVICE__ bool islessequal(float __x, float __y) { function
100 __DEVICE__ bool islessequal(double __x, double __y) { function
230 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, islessequal);
365 using ::islessequal;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 43 # undef islessequal macro
66 # define islessequal(x, y) \ macro
103 # define islessequal(x, y) \ macro

Completed in 1846 milliseconds

1 2 3 4 5