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

1 2 3 4 5

  /external/libcxx/include/
math.h 146 bool isgreater(arithmetic x, arithmetic y);
478 // isgreater
480 #ifdef isgreater
487 return isgreater(__lcpp_x, __lcpp_y);
490 #undef isgreater macro
500 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
506 #endif // isgreater
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 146 bool isgreater(arithmetic x, arithmetic y);
459 // isgreater
461 #ifdef isgreater
468 return isgreater(__lcpp_x, __lcpp_y);
471 #undef isgreater macro
481 isgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
487 #endif // isgreater
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 43 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 43 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 45 _LIBCPP_ALWAYS_INLINE bool isgreater( double x, double y ) function
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 77 __DEVICE__ bool isgreater(float __x, float __y) { function
80 __DEVICE__ bool isgreater(double __x, double __y) { function
  /bionic/libc/include/
math.h 63 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
  /development/ndk/platforms/android-13/include/
math.h 117 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
124 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /development/ndk/platforms/android-18/include/
math.h 117 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
124 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /development/ndk/platforms/android-21/include/
math.h 108 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
115 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /development/ndk/platforms/android-9/include/
math.h 117 #define isgreater(x, y) __builtin_isgreater((x), (y)) macro
124 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y)) macro
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 79 __DEVICE__ bool isgreater(float __x, float __y) { function
82 __DEVICE__ bool isgreater(double __x, double __y) { function
226 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater);
362 using ::isgreater;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 79 __DEVICE__ bool isgreater(float __x, float __y) { function
82 __DEVICE__ bool isgreater(double __x, double __y) { function
226 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater);
362 using ::isgreater;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 79 __DEVICE__ bool isgreater(float __x, float __y) { function
82 __DEVICE__ bool isgreater(double __x, double __y) { function
226 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater);
362 using ::isgreater;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 79 __DEVICE__ bool isgreater(float __x, float __y) { function
82 __DEVICE__ bool isgreater(double __x, double __y) { function
226 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreater);
362 using ::isgreater;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
mathinline.h 40 # undef isgreater macro
49 # define isgreater(x, y) \ macro
85 # define isgreater(x, y) \ macro

Completed in 5301 milliseconds

1 2 3 4 5