Searched refs:llround (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A Ds_llround.c9 #define fn llround
H A Dmath.h281 long long llround(double);
/freebsd-13-stable/lib/msun/tests/
H A Dlround_test.c28 * Test for lround(), lroundf(), llround(), and llroundf().
66 test(llround, x, result, excepts); \
107 test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID);
109 test(llround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00ll, 0);
111 test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID);
113 test(llround, -0x8000000000000000.0p0, (long long)-0x8000000000000000ll, 0);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h138 __DEVICE__ long long llround(float); // No llround(double).
248 using ::llround;
H A D__clang_cuda_cmath.h242 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long long, llround)
365 using ::llround;
H A D__clang_cuda_math.h167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } function
186 __DEVICE__ long lround(double __a) { return llround(__a); }
H A Dtgmath.h904 // llround
912 __tg_llround(double __x) {return llround(__x);}
918 #undef llround macro
919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
H A D__clang_hip_math.h678 inline long long int llround(double __x) { return __ocml_round_f64(__x); } function
1114 __DEF_FUNI(long long, llround)
/freebsd-13-stable/include/
H A Dtgmath.h185 #define llround(x) __tg_simple(x, llround) macro
/freebsd-13-stable/tools/regression/include/tgmath/
H A Dtgmath.c131 TGMACRO_REAL_FIXED_RET(llround, long long)
540 PRINT("llround",
541 PASS_REAL_ARG_FIXED_RET(llround, long long));
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h220 long long llround (arithmetic x);
1304 // llround
1306 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroundf(__lcpp_x);}
1307 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroundl(__lcpp_x);}
1312 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);}
/freebsd-13-stable/lib/msun/
H A DMakefile231 MLINKS+=lround.3 llround.3 lround.3 llroundf.3 lround.3 llroundl.3 \
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp336 case Intrinsic::llround: Opcode = ISD::LLROUND; break;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1174 case Intrinsic::llround:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4990 case Intrinsic::llround:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6109 case Intrinsic::llround:
6116 case Intrinsic::llround: Opcode = ISD::LLROUND; break;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp1916 *this, E, Intrinsic::llround,

Completed in 188 milliseconds