Home
last modified time | relevance | path

Searched defs:isunordered (Results 1 – 25 of 88) sorted by relevance

1234

/aosp_15_r20/external/clang/lib/Headers/
H A D__clang_cuda_cmath.h111 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
114 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A D__clang_hip_cmath.h143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function
146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { in isunordered() function
H A D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
D__clang_hip_cmath.h143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function
146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { in isunordered() function
D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
D__clang_hip_cmath.h143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function
146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { in isunordered() function
D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A D__clang_cuda_cmath.h111 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
114 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
D__clang_hip_cmath.h143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function
146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { in isunordered() function
D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
D__clang_cuda_cmath.h111 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
114 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
D__clang_hip_cmath.h143 __DEVICE__ __CONSTEXPR__ bool isunordered(float __x, float __y) { in isunordered() function
146 __DEVICE__ __CONSTEXPR__ bool isunordered(double __x, double __y) { in isunordered() function
D__clang_cuda_cmath.h149 __DEVICE__ bool isunordered(float __x, float __y) { in isunordered() function
152 __DEVICE__ bool isunordered(double __x, double __y) { in isunordered() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dmath.h411 # define isunordered(u, v) __builtin_isunordered(u, v) macro
470 # define isunordered(u, v) \ macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/i386-linux-gnu/bits/
Dmathinline.h75 # define isunordered(x, y) \ macro
112 # define isunordered(x, y) \ macro
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
Dmathinline.h75 # define isunordered(x, y) \ macro
112 # define isunordered(x, y) \ macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dtraits.h167 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dtraits.h167 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dtraits.h167 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/
H A Dtraits.h167 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/
Dtraits.h167 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function
/aosp_15_r20/external/ComputeLibrary/include/half/
H A Dhalf.hpp1956 static bool isunordered(half x, half y) { return isnan(x) || isnan(y); } in isunordered() function
2819 inline bool isunordered(half x, half y) { return functions::isunordered(x, y); } in isunordered() function
2820 inline bool isunordered(half x, expr y) { return functions::isunordered(x, y); } in isunordered() function
2821 inline bool isunordered(expr x, half y) { return functions::isunordered(x, y); } in isunordered() function
2822 inline bool isunordered(expr x, expr y) { return functions::isunordered(x, y); } in isunordered() function
/aosp_15_r20/external/armnn/third-party/half/
H A Dhalf.hpp1958 static bool isunordered(half x, half y) { return isnan(x) || isnan(y); } in isunordered() function
2821 inline bool isunordered(half x, half y) { return functions::isunordered(x, y); } in isunordered() function
2822 inline bool isunordered(half x, expr y) { return functions::isunordered(x, y); } in isunordered() function
2823 inline bool isunordered(expr x, half y) { return functions::isunordered(x, y); } in isunordered() function
2824 inline bool isunordered(expr x, expr y) { return functions::isunordered(x, y); } in isunordered() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dtraits.h193 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI bool isunordered(_A1 __x, _A2 __y) _NOEXCEPT { in isunordered() function
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/
Dmath.h306 #define isunordered(x, y) __builtin_isunordered((x), (y)) macro

1234