Home
last modified time | relevance | path

Searched defs:isnormal (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/musl/include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/musl/ndk_musl_include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h83 #define isnormal(x) ( \ macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35004 isnormal(float __x) in isnormal() function
35008 isnormal(double __x) in isnormal() function
35012 isnormal(long double __x) in isnormal() function
35020 isnormal(_Tp __x) in isnormal() function