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

1 2 3 4 5 6

  /external/libcxx/include/
math.h 151 bool isunordered(arithmetic x, arithmetic y);
628 // isunordered
630 #ifdef isunordered
637 return isunordered(__lcpp_x, __lcpp_y);
640 #undef isunordered macro
650 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
656 #endif // isunordered
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
math.h 151 bool isunordered(arithmetic x, arithmetic y);
628 // isunordered
630 #ifdef isunordered
637 return isunordered(__lcpp_x, __lcpp_y);
640 #undef isunordered macro
650 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
656 #endif // isunordered
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 151 bool isunordered(arithmetic x, arithmetic y);
628 // isunordered
630 #ifdef isunordered
637 return isunordered(__lcpp_x, __lcpp_y);
640 #undef isunordered macro
650 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
656 #endif // isunordered
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 151 bool isunordered(arithmetic x, arithmetic y);
609 // isunordered
611 #ifdef isunordered
618 return isunordered(__lcpp_x, __lcpp_y);
621 #undef isunordered macro
631 isunordered(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT
637 #endif // isunordered
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 73 _LIBCPP_ALWAYS_INLINE bool isunordered( double x, double y ) function
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/support/win32/
math_win32.h 73 _LIBCPP_ALWAYS_INLINE bool isunordered( double x, double y ) function
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/support/win32/
math_win32.h 75 _LIBCPP_ALWAYS_INLINE bool isunordered( double x, double y ) function
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 111 __DEVICE__ bool isunordered(float __x, float __y) { function
114 __DEVICE__ bool isunordered(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 111 __DEVICE__ bool isunordered(float __x, float __y) { function
114 __DEVICE__ bool isunordered(double __x, double __y) { function
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 111 __DEVICE__ bool isunordered(float __x, float __y) { function
114 __DEVICE__ bool isunordered(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 111 __DEVICE__ bool isunordered(float __x, float __y) { function
114 __DEVICE__ bool isunordered(double __x, double __y) { function
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 111 __DEVICE__ bool isunordered(float __x, float __y) { function
114 __DEVICE__ bool isunordered(double __x, double __y) { function
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_cmath.h 111 __DEVICE__ bool isunordered(float __x, float __y) { function
114 __DEVICE__ bool isunordered(double __x, double __y) { function
  /bionic/libc/include/
math.h 68 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
  /development/ndk/platforms/android-13/include/
math.h 122 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
124 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
125 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
126 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
127 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
128 #define islessgreater(x, y) (!isunordered((x), (y)) && \
130 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /development/ndk/platforms/android-18/include/
math.h 122 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
124 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
125 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
126 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
127 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
128 #define islessgreater(x, y) (!isunordered((x), (y)) && \
130 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /development/ndk/platforms/android-21/include/
math.h 113 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
115 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
116 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
117 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
118 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
119 #define islessgreater(x, y) (!isunordered((x), (y)) && \
121 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /development/ndk/platforms/android-9/include/
math.h 122 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro
124 #define isgreater(x, y) (!isunordered((x), (y)) && (x) > (y))
125 #define isgreaterequal(x, y) (!isunordered((x), (y)) && (x) >= (y))
126 #define isless(x, y) (!isunordered((x), (y)) && (x) < (y))
127 #define islessequal(x, y) (!isunordered((x), (y)) && (x) <= (y))
128 #define islessgreater(x, y) (!isunordered((x), (y)) && \
130 #define isunordered(x, y) (isnan(x) || isnan(y)) macro
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 113 __DEVICE__ bool isunordered(float __x, float __y) { function
116 __DEVICE__ bool isunordered(double __x, double __y) { function
234 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
368 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h 122 __DEVICE__ bool isunordered(float __x, float __y) { function
125 __DEVICE__ bool isunordered(double __x, double __y) { function
243 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
377 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_cmath.h 122 __DEVICE__ bool isunordered(float __x, float __y) { function
125 __DEVICE__ bool isunordered(double __x, double __y) { function
243 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
377 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_cmath.h 122 __DEVICE__ bool isunordered(float __x, float __y) { function
125 __DEVICE__ bool isunordered(double __x, double __y) { function
243 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
377 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_cmath.h 122 __DEVICE__ bool isunordered(float __x, float __y) { function
125 __DEVICE__ bool isunordered(double __x, double __y) { function
243 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
377 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 113 __DEVICE__ bool isunordered(float __x, float __y) { function
116 __DEVICE__ bool isunordered(double __x, double __y) { function
234 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
368 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_cmath.h 122 __DEVICE__ bool isunordered(float __x, float __y) { function
125 __DEVICE__ bool isunordered(double __x, double __y) { function
243 __CUDA_CLANG_FN_INTEGER_OVERLOAD_2(bool, isunordered);
377 using ::isunordered;

Completed in 1155 milliseconds

1 2 3 4 5 6