Searched refs:llrint (Results 1 - 25 of 35) sorted by relevance

12

/netbsd-current/lib/libm/src/
H A Ds_llrint.c11 #define fn llrint
H A Ds_llrintl.c21 return llrint(x);
/netbsd-current/lib/libm/arch/riscv/
H A Dlrint.S8 STRONG_ALIAS(llrint,lrint)
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h122 __DEVICE__ long long llrint(double);
123 __DEVICE__ long long llrint(float);
243 using ::llrint;
H A D__clang_cuda_math.h165 __DEVICE__ long long llrint(double __a) { return __nv_llrint(__a); } function
184 __DEVICE__ long lrint(double __a) { return llrint(__a); }
H A D__clang_cuda_cmath.h283 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long long, llrint)
406 using ::llrint;
H A Dtgmath.h887 // llrint
895 __tg_llrint(double __x) {return llrint(__x);}
901 #undef llrint macro
902 #define llrint(__x) __tg_llrint(__tg_promote1((__x))(__x)) macro
H A D__clang_hip_cmath.h182 __DEF_FUN1(long long, llrint)
469 __HIP_OVERLOAD1(long long, llrint)
629 using ::llrint;
/netbsd-current/lib/libm/noieee_src/
H A Dn_floor.c176 llrint(double x) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h99 #define llrint(x) __TGMATH_REAL(x, llrint) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h99 #define llrint(x) __TGMATH_REAL(x, llrint) macro
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dtgmath.d400 alias core.stdc.math.llrint llrint;
402 alias core.stdc.math.llrintf llrint;
404 alias core.stdc.math.llrintl llrint;
901 alias core.stdc.math.llrint llrint;
903 alias core.stdc.math.llrintf llrint;
905 alias core.stdc.math.llrintl llrint;
1404 alias core.stdc.math.llrint llrint;
[all...]
H A Dmath.d1956 long llrint(double x);
1960 extern(D) long llrintl()(real x) { return llrint(cast(double) x); }
2357 long llrint(double x);
2837 long llrint(double x);
3000 long llrint(double x);
3371 long llrint(double x);
3851 long llrint(double x);
4254 long llrint(double x);
4258 extern(D) long llrintl(real x) { return llrint(cast(double) x); }
4661 long llrint(doubl
[all...]
/netbsd-current/include/
H A Dtgmath.h168 #define llrint(a) __TG_FN1(llrint, (a)) macro
H A Dmath.h403 long long int llrint(double);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h94 using std::llrint;
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/
H A Dmath.h65 using std::tr1::llrint;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dmath.h94 using std::llrint;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
H A Dmath.h65 using std::tr1::llrint;
/netbsd-current/tests/lib/libm/
H A Dt_fe_round.c111 [LLRINT] = "llrint",
131 received = llrint(values[i].input);
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h216 long long llrint (arithmetic x);
1345 // llrint
1347 inline _LIBCPP_INLINE_VISIBILITY long long llrint(float __lcpp_x) _NOEXCEPT
1355 inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __lcpp_x) _NOEXCEPT
1367 llrint(_A1 __lcpp_x) _NOEXCEPT
1372 return ::llrint((double)__lcpp_x);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h289 {"llrint", 99},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h289 {"llrint", 99},
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dsimd_scalar.h502 { return {std::llrint(__x)}; }
/netbsd-current/lib/libm/
H A DMakefile534 MLINKS+=lrint.3 lrintf.3 lrint.3 lrintl.3 lrint.3 llrint.3 lrint.3 llrintf.3 lrint.3 llrintl.3

Completed in 405 milliseconds

12