Home
last modified time | relevance | path

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

/netbsd-src/lib/libm/src/
H A Ds_nextafter.c29 __strong_alias(nextafterl, nextafter) in __strong_alias() argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d467 alias core.stdc.math.nextafter nextafter; in version() local
469 alias core.stdc.math.nextafterf nextafter; in version() local
471 alias core.stdc.math.nextafterl nextafter; in version() local
957 alias core.stdc.math.nextafter nextafter; in version() local
959 alias core.stdc.math.nextafterf nextafter; in version() local
961 alias core.stdc.math.nextafterl nextafter; in version() local
1474 alias core.stdc.math.nextafter nextafter; variable
1476 alias core.stdc.math.nextafterf nextafter; variable
1478 alias core.stdc.math.nextafterl nextafter; variable
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1513 inline _LIBCPP_INLINE_VISIBILITY float nextafter(float __lcpp_x, float __lcpp_y) _NOEXCEPT … in nextafter() function
1514 inline _LIBCPP_INLINE_VISIBILITY long double nextafter(long double __lcpp_x, long double __lcpp_y) … in nextafter() function
1524 nextafter(_A1 __lcpp_x, _A2 __lcpp_y) _NOEXCEPT in nextafter() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h108 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h108 #define nextafter(x,y) __TGMATH_REAL_2(x, y, nextafter) macro
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/math/
H A Doperations.d664 T nextafter(T)(const T x, const T y) @safe pure nothrow @nogc in nextafter() function
/netbsd-src/include/
H A Dtgmath.h177 #define nextafter(a,b) __TG_FN2(nextafter, (a), (b)) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h200 __DEVICE__ double nextafter(double __a, double __b) { in nextafter() function
H A Dtgmath.h1055 #define nextafter(__x, __y) __tg_nextafter(__tg_promote2((__x), (__y))(__x), \ macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.gperf459 nextafter, 99 keyword
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.gperf459 nextafter, 99 keyword
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-intrinsic.c7623 tree args[2], type, tmp, nextafter, copysign, huge_val; in gfc_conv_intrinsic_nearest() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-intrinsic.cc7684 tree args[2], type, tmp, nextafter, copysign, huge_val; in gfc_conv_intrinsic_nearest() local