Searched refs:isunordered (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro 106 { return !isunordered(__x,__y) && __x op __y; }
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro 106 { return !isunordered(__x,__y) && __x op __y; }
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro 106 { return !isunordered(__x,__y) && __x op __y; }
|
/third_party/musl/include/ |
H A D | math.h | 102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro 106 { return !isunordered(__x,__y) && __x op __y; }
|
/third_party/musl/libc-test/src/math/ |
H A D | isless.c | 20 TEST(isunordered(a, b), rel == UNORD); \
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 20 I(int,isunordered(.0,.0)) in f()
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 312 MFUNC(at_d, rt_i, isunordered, 0), 1092 case m_isunordered: intres = isunordered(d_arg1.f, d_arg2.f); break; in runtest() 1105 case m_isunorderedf: intres = isunordered(s_arg1.f, s_arg2.f); break; in runtest()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | verifier.cc | 79 if (std::isunordered(actual, expected)) { in IsEqualWithTolerance()
|
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 3564 if (std::isunordered(fra_val, frb_val)) { in ExecuteGeneric()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 35179 isunordered(float __x, float __y) 35183 isunordered(double __x, double __y) 35187 isunordered(long double __x, long double __y) 35196 isunordered(_Tp __x, _Up __y) [all...] |
Completed in 40 milliseconds