Home
last modified time | relevance | path

Searched refs:llrint (Results 1 – 25 of 49) sorted by relevance

12

/openbsd/src/lib/libm/arch/amd64/
Ds_llrint.S9 ENTRY(llrint)
10 RETGUARD_SETUP(llrint, r11)
12 RETGUARD_CHECK(llrint, r11)
14 END(llrint)
/openbsd/src/regress/lib/libm/rint/
Drint.c42 assert(llrint(8.6) == 9LL); in main()
50 assert(llrint(4503599627370496.0) == 4503599627370496LL); in main()
52 assert(llrint(-4503599627370496.0) == -4503599627370496LL); in main()
55 assert(llrint(0x7ffffffffffffc00.0p0) == 0x7ffffffffffffc00LL); in main()
57 assert(llrint(-0x8000000000000000.0p0) == -0x8000000000000000LL); in main()
/openbsd/src/regress/lib/libm/msun/
Dlrint_test.c53 test(llrint, x, result, excepts); \
114 test(llrint, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in run_tests()
116 test(llrint, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00ll, 0); in run_tests()
118 test(llrint, -0x8000000000000800.0p0, IGNORE, FE_INVALID); in run_tests()
120 test(llrint, -0x8000000000000000.0p0, (long long)-0x8000000000000000ull, 0); in run_tests()
/openbsd/src/lib/libm/arch/i387/
Ds_llrint.S29 ENTRY(llrint)
36 END(llrint)
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math_forward_declares.h122 __DEVICE__ long long llrint(double);
123 __DEVICE__ long long llrint(float);
243 using ::llrint;
D__clang_cuda_cmath.h283 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long long, llrint)
406 using ::llrint;
D__clang_hip_cmath.h237 __DEF_FUN1(long long, llrint)
525 __HIP_OVERLOAD1(long long, llrint)
689 using ::llrint;
D__clang_cuda_math.h165 __DEVICE__ long long llrint(double __a) { return __nv_llrint(__a); } in llrint() function
186 __DEVICE__ long lrint(double __a) { return llrint(__a); } in lrint()
Dtgmath.h895 __tg_llrint(double __x) {return llrint(__x);} in __tg_llrint()
901 #undef llrint
902 #define llrint(__x) __tg_llrint(__tg_promote1((__x))(__x)) macro
D__clang_hip_math.h875 long long int llrint(double __x) { return __ocml_rint_f64(__x); }
/openbsd/src/lib/libm/src/
Ds_llrint.c10 #define fn llrint
/openbsd/src/include/
Dtgmath.h141 #define llrint(x) __tg_simple(x, llrint) macro
Dmath.h227 long long int llrint(double);
/openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/
Dcmath91 #undef llrint
227 using ::llrint;
630 llrint(float __x)
634 llrint(long double __x)
639 llrint(_Tp __x)
642 return llrint(__type(__x));
Dmath.h70 using std::tr1::llrint;
/openbsd/src/lib/libm/
DSymbols.map190 llrint;
/openbsd/src/lib/libm/hidden/
Dmath.h124 PROTO_NORMAL(llrint);
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DConstrainedOps.def82 DAG_FUNCTION(llrint, 1, 1, experimental_constrained_llrint, LLRINT)
DRuntimeLibcalls.def278 HANDLE_LIBCALL(LLRINT_F64, "llrint")
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h1308 inline _LIBCPP_HIDE_FROM_ABI long long llrint(float __x) _NOEXCEPT in llrint() function
1314 _LIBCPP_HIDE_FROM_ABI long long llrint(double __x) _NOEXCEPT { in llrint() function
1318 inline _LIBCPP_HIDE_FROM_ABI long long llrint(long double __x) _NOEXCEPT in llrint() function
1326 llrint(_A1 __x) _NOEXCEPT in llrint() function
Dcmath223 long long llrint (arithmetic x);
444 using ::llrint _LIBCPP_USING_IF_EXISTS;
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath55 __DEVICE__ long long int llrint(float __x) { return ::llrintf(__x); }
/openbsd/src/gnu/llvm/libcxx/include/experimental/
Dsimd483 template <class Abi> samesize<long long int, floatv<Abi>> llrint(floatv<Abi> x);
484 template <class Abi> samesize<long long int, doublev<Abi>> llrint(doublev<Abi> x);
485 template <class Abi> samesize<long long int, ldoublev<Abi>> llrint(ldoublev<Abi> x);
/openbsd/src/gnu/gcc/gcc/
Dbuiltins.def303 DEF_C99_BUILTIN (BUILT_IN_LLRINT, "llrint", BT_FN_LONGLONG_DOUBLE, ATTR_MATHFN_FPROUNDING_ER…
/openbsd/src/gnu/llvm/llvm/include/llvm/Target/
DTargetSelectionDAG.td513 def llrint : SDNode<"ISD::LLRINT" , SDTFPToIntOp>;
1457 (llrint node:$src)]>;

12