Home
last modified time | relevance | path

Searched refs:__fpclassify (Results 1 - 13 of 13) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__fpclassify.c4 int __fpclassify(double x) in __fpclassify() function
H A D__fpclassifyl.c6 return __fpclassify(x); in __fpclassifyl()
/third_party/musl/porting/uniproton/kernel/src/math/
H A D__fpclassify.c4 int __fpclassify(double x) in __fpclassify() function
H A D__fpclassifyl.c6 return __fpclassify(x); in __fpclassifyl()
/third_party/musl/porting/liteos_m/kernel/src/math/
H A D__fpclassify.c4 int __fpclassify(double x) in __fpclassify() function
H A D__fpclassifyl.c6 return __fpclassify(x); in __fpclassifyl()
/third_party/musl/src/math/
H A D__fpclassify.c4 int __fpclassify(double x) in __fpclassify() function
H A D__fpclassifyl.c6 return __fpclassify(x); in __fpclassifyl()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/musl/include/
H A Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp33746 extern int __fpclassify (double __value) throw ()
[all...]

Completed in 26 milliseconds