Searched defs:nextafter (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_nextafter.c29 nextafter(double x, double y) function
/freebsd-13-stable/include/
H A Dtgmath.h193 #define nextafter(x, y) __tg_simple2(x, y, nextafter) macro
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1054 #undef nextafter macro
1055 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_math.h200 __DEVICE__ double nextafter(double __a, double __b) { function
H A D__clang_hip_math.h732 inline double nextafter(double __x, double __y) { function

Completed in 156 milliseconds