Searched defs:nexttoward (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | nexttoward.c | 4 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/ |
D | nexttoward.c | 4 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/ |
D | tgmath.h | 254 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 254 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 254 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 254 #define nexttoward(x,y) __tg_real_2(nexttoward, (x), (y)) macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35822 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
|