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

1 2 3 4 5 6 7

  /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-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/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
math.h 415 # define isunordered(u, v) __builtin_isunordered(u, v) macro
431 !isunordered (__x, __y) && __x > __y; }))
439 !isunordered (__x, __y) && __x >= __y; }))
447 !isunordered (__x, __y) && __x < __y; }))
455 !isunordered (__x, __y) && __x <= __y; }))
463 !isunordered (__x, __y) && (__x < __y || __y < __x); }))
467 # ifndef isunordered
468 # define isunordered(u, v) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
math.h 416 # define isunordered(u, v) __builtin_isunordered(u, v) macro
438 !isunordered (__x, __y) && __x > __y; }))
446 !isunordered (__x, __y) && __x >= __y; }))
454 !isunordered (__x, __y) && __x < __y; }))
462 !isunordered (__x, __y) && __x <= __y; }))
470 !isunordered (__x, __y) && (__x < __y || __y < __x); }))
474 # ifndef isunordered
475 # define isunordered(u, v) \ 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
  /external/mesa3d/include/
c99_math.h 207 using std::isunordered;
  /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_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
225 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
225 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
225 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
225 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
225 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
__clang_cuda_math_forward_declares.h 119 __DEVICE__ bool isunordered(double, double);
120 __DEVICE__ bool isunordered(float, float);
239 using ::isunordered;

Completed in 677 milliseconds

1 2 3 4 5 6 7