Home
last modified time | relevance | path

Searched defs:nextafter (Results 1 – 10 of 10) sorted by relevance

/third_party/jerryscript/jerry-libm/
Dnextafter.c31 nextafter (double x, in nextafter() function
/third_party/musl/src/math/
Dnextafter.c3 double nextafter(double x, double y) in nextafter() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Dnextafter.c3 double nextafter(double x, double y) in nextafter() function
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dulp.inl116 GLM_FUNC_QUALIFIER double nextafter(double x, double y) function
/third_party/musl/porting/liteos_m/kernel/include/
Dtgmath.h253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
/third_party/musl/include/
Dtgmath.h253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
/third_party/musl/porting/uniproton/kernel/include/
Dtgmath.h253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
/third_party/musl/ndk_musl_include/
Dtgmath.h253 #define nextafter(x,y) __tg_real_2(nextafter, (x), (y)) macro
/third_party/libabigail/tests/lib/
Dcatch.hpp11526 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/
Dstylo.hpp35802 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