Home
last modified time | relevance | path

Searched refs:__fpclassifyf (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/math/
H A D__fpclassifyf.c29 int ret = __fpclassifyf(x); in __fpclassifyf_0100()
42 int ret = __fpclassifyf(x); in __fpclassifyf_0200()
55 int ret = __fpclassifyf(x); in __fpclassifyf_0300()
68 int ret = __fpclassifyf(x); in __fpclassifyf_0400()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__fpclassifyf.c4 int __fpclassifyf(float x) in __fpclassifyf() function
/third_party/musl/src/math/
H A D__fpclassifyf.c4 int __fpclassifyf(float x) in __fpclassifyf() function
/third_party/musl/porting/liteos_a/kernel/include/
H A Dmath.h52 int __fpclassifyf(float);
69 sizeof(x) == sizeof(float) ? __fpclassifyf(x) : \
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h52 int __fpclassifyf(float);
69 sizeof(x) == sizeof(float) ? __fpclassifyf(x) : \
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h52 int __fpclassifyf(float);
69 sizeof(x) == sizeof(float) ? __fpclassifyf(x) : \
/third_party/musl/include/
H A Dmath.h52 int __fpclassifyf(float);
69 sizeof(x) == sizeof(float) ? __fpclassifyf(x) : \
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp34059 extern int __fpclassifyf (float __value) throw ()
[all...]

Completed in 28 milliseconds