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

1 2 3 4 5 6

  /external/libcxx/include/
math.h 147 bool isgreaterequal(arithmetic x, arithmetic y);
508 // isgreaterequal
510 #ifdef isgreaterequal
517 return isgreaterequal(__lcpp_x, __lcpp_y);
520 #undef isgreaterequal macro
530 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
536 #endif // isgreaterequal
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
math.h 147 bool isgreaterequal(arithmetic x, arithmetic y);
508 // isgreaterequal
510 #ifdef isgreaterequal
517 return isgreaterequal(__lcpp_x, __lcpp_y);
520 #undef isgreaterequal macro
530 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
536 #endif // isgreaterequal
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 147 bool isgreaterequal(arithmetic x, arithmetic y);
508 // isgreaterequal
510 #ifdef isgreaterequal
517 return isgreaterequal(__lcpp_x, __lcpp_y);
520 #undef isgreaterequal macro
530 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
536 #endif // isgreaterequal
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 147 bool isgreaterequal(arithmetic x, arithmetic y);
489 // isgreaterequal
491 #ifdef isgreaterequal
498 return isgreaterequal(__lcpp_x, __lcpp_y);
501 #undef isgreaterequal macro
511 isgreaterequal(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
517 #endif // isgreaterequal
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 49 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 51 _LIBCPP_ALWAYS_INLINE bool isgreaterequal( double x, double y ) function
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 83 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
86 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
  /bionic/libc/include/
math.h 64 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
  /development/ndk/platforms/android-13/include/
math.h 118 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
125 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-18/include/
math.h 118 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
125 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-21/include/
math.h 109 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
116 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /development/ndk/platforms/android-9/include/
math.h 118 #define isgreaterequal(x, y) __builtin_isgreaterequal((x), (y)) macro
125 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y)) macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 85 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
88 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
363 using ::isgreaterequal;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h 96 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
99 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
236 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
372 using ::isgreaterequal;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_cmath.h 96 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
99 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
236 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
372 using ::isgreaterequal;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_cmath.h 96 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
99 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
236 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
372 using ::isgreaterequal;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 96 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
99 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
236 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
372 using ::isgreaterequal;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 85 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
88 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
227 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
363 using ::isgreaterequal;
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h 96 __DEVICE__ bool isgreaterequal(float __x, float __y) { function
99 __DEVICE__ bool isgreaterequal(double __x, double __y) { function
236 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isgreaterequal);
372 using ::isgreaterequal;

Completed in 4346 milliseconds

1 2 3 4 5 6