Searched defs:nextafter (Results 1 – 10 of 10) sorted by relevance
/third_party/jerryscript/jerry-libm/ |
D | nextafter.c | 31 nextafter (double x, in nextafter() function
|
/third_party/musl/src/math/ |
D | nextafter.c | 3 double nextafter(double x, double y) in nextafter() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | nextafter.c | 3 double nextafter(double x, double y) in nextafter() function
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | ulp.inl | 116 GLM_FUNC_QUALIFIER double nextafter(double x, double y) function
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
|
/third_party/libabigail/tests/lib/ |
D | catch.hpp | 11526 float nextafter(float x, float y) { in nextafter() function 11530 double nextafter(double x, double y) { in nextafter() function
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 35802 nextafter(float __x, float __y) in nextafter() function 35806 nextafter(long double __x, long double __y) in nextafter() function 35813 nextafter(_Tp __x, _Up __y) in nextafter() function
|