Home
last modified time | relevance | path

Searched refs:__fpclassify (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/src/math/
D__fpclassify.c4 int __fpclassify(double x) in __fpclassify() function
D__fpclassifyl.c6 return __fpclassify(x); in __fpclassifyl()
/third_party/musl/porting/uniproton/kernel/src/math/
D__fpclassify.c4 int __fpclassify(double x) in __fpclassify() function
D__fpclassifyl.c6 return __fpclassify(x); in __fpclassifyl()
/third_party/musl/porting/liteos_m/kernel/src/math/
D__fpclassify.c4 int __fpclassify(double x) in __fpclassify() function
D__fpclassifyl.c6 return __fpclassify(x); in __fpclassifyl()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__fpclassify.c4 int __fpclassify(double x) in __fpclassify() function
D__fpclassifyl.c6 return __fpclassify(x); in __fpclassifyl()
/third_party/musl/ndk_musl_include/
Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/musl/porting/liteos_a/kernel/include/
Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/musl/include/
Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/musl/porting/liteos_m/kernel/include/
Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/musl/porting/uniproton/kernel/include/
Dmath.h51 int __fpclassify(double);
70 sizeof(x) == sizeof(double) ? __fpclassify(x) : \
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni174 "$MUSLPORTINGDIR/src/math/__fpclassify.c",
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni177 "$MUSLPORTINGDIR/src/math/__fpclassify.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni59 "$MUSLPORTINGDIR/src/math/__fpclassify.c",
/third_party/musl/
Dlibc.map.txt50 __fpclassify;
Dmusl_src.gni594 "src/math/__fpclassify.c",
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp33746 extern int __fpclassify (double __value) throw ()