Home
last modified time | relevance | path

Searched defs:islessgreater (Results 1 – 16 of 16) sorted by relevance

/external/clang/lib/Headers/
D__clang_cuda_cmath.h101 __DEVICE__ bool islessgreater(float __x, float __y) { in islessgreater() function
104 __DEVICE__ bool islessgreater(double __x, double __y) { in islessgreater() function
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__math/
Dtraits.h171 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() function
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__math/
Dtraits.h171 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() function
/external/cronet/tot/third_party/libc++/src/include/__math/
Dtraits.h185 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() function
/external/cronet/stable/third_party/libc++/src/include/__math/
Dtraits.h185 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI bool islessgreater(_A1 __x, _A2 __y) _NOEXCEPT { in islessgreater() function
/external/trusty/musl/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/external/musl/include/
Dmath.h131 #define islessgreater(x, y) __tg_pred_2(x, y, __islessgreater) macro
/external/ComputeLibrary/include/half/
Dhalf.hpp1942 static bool islessgreater(half x, half y) in islessgreater() function
2808 inline bool islessgreater(half x, half y) { return functions::islessgreater(x, y); } in islessgreater() function
2809 inline bool islessgreater(half x, expr y) { return functions::islessgreater(x, y); } in islessgreater() function
2810 inline bool islessgreater(expr x, half y) { return functions::islessgreater(x, y); } in islessgreater() function
2811 inline bool islessgreater(expr x, expr y) { return functions::islessgreater(x, y); } in islessgreater() function
/external/armnn/third-party/half/
Dhalf.hpp1944 static bool islessgreater(half x, half y) in islessgreater() function
2810 inline bool islessgreater(half x, half y) { return functions::islessgreater(x, y); } in islessgreater() function
2811 inline bool islessgreater(half x, expr y) { return functions::islessgreater(x, y); } in islessgreater() function
2812 inline bool islessgreater(expr x, half y) { return functions::islessgreater(x, y); } in islessgreater() function
2813 inline bool islessgreater(expr x, expr y) { return functions::islessgreater(x, y); } in islessgreater() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp64 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in islessgreater() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp66 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in islessgreater() function
/external/cronet/stable/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp73 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in islessgreater() function
/external/cronet/stable/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in islessgreater() function
/external/cronet/tot/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp69 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in islessgreater() function
/external/cronet/tot/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp73 Ambiguous islessgreater(Ambiguous, Ambiguous){ return Ambiguous(); } in islessgreater() function
/external/libcxx/include/
Dmath.h718 islessgreater(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in islessgreater() function