Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
/third_party/musl/include/
Dmath.h102 #define isunordered(x,y) (isnan((x)) ? ((void)(y),1) : isnan((y))) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35179 isunordered(float __x, float __y) in isunordered() function
35183 isunordered(double __x, double __y) in isunordered() function
35187 isunordered(long double __x, long double __y) in isunordered() function
35196 isunordered(_Tp __x, _Up __y) in isunordered() function