Home
last modified time | relevance | path

Searched defs:nexttoward (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dnexttoward.c4 double nexttoward(double x, long double y) in nexttoward() function
9 double nexttoward(double x, long double y) in nexttoward() function
/third_party/musl/src/math/
Dnexttoward.c4 double nexttoward(double x, long double y) in nexttoward() function
9 double nexttoward(double x, long double y) in nexttoward() function
/third_party/musl/ndk_musl_include/
Dtgmath.h254 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h254 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h254 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h254 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp35822 nexttoward(float __x, long double __y) in nexttoward() function
35826 nexttoward(long double __x, long double __y) in nexttoward() function
35834 nexttoward(_Tp __x, long double __y) in nexttoward() function