Home
last modified time | relevance | path

Searched refs:isunordered (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h102 #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 Dmath.h102 #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 Dmath.h102 #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 Dmath.h102 #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 Disless.c20 TEST(isunordered(a, b), rel == UNORD); \
/third_party/musl/libc-test/src/api/
H A Dmath.c20 I(int,isunordered(.0,.0)) in f()
/third_party/optimized-routines/math/test/
H A Dmathtest.c312 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 Dverifier.cc79 if (std::isunordered(actual, expected)) { in IsEqualWithTolerance()
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc3564 if (std::isunordered(fra_val, frb_val)) { in ExecuteGeneric()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp35179 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