| /openbsd/src/regress/lib/libm/round/ |
| D | round.c | 43 assert(llround(8.6) == 9LL); in main() 62 assert(llround(4503599627370496.0) == 4503599627370496LL); in main() 65 assert(llround(-4503599627370496.0) == -4503599627370496LL); in main() 69 assert(llround(0x7ffffffffffffc00.0p0) == 0x7ffffffffffffc00LL); in main() 72 assert(llround(-0x8000000000000000.0p0) == -0x8000000000000000LL); in main()
|
| /openbsd/src/regress/lib/libm/msun/ |
| D | lround_test.c | 61 test(llround, x, result, excepts); \ 102 test(llround, 0x8000000000000000.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 104 test(llround, 0x7ffffffffffffc00.0p0, 0x7ffffffffffffc00ll, 0); in ATF_TC_BODY() 106 test(llround, -0x8000000000000800.0p0, IGNORE, FE_INVALID); in ATF_TC_BODY() 108 test(llround, -0x8000000000000000.0p0, (long long)-0x8000000000000000ll, 0); in ATF_TC_BODY()
|
| /openbsd/src/lib/libm/src/ |
| D | s_llround.c | 9 #define LROUNDNAME llround
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_cuda_math_forward_declares.h | 138 __DEVICE__ long long llround(float); // No llround(double). 251 using ::llround;
|
| D | __clang_cuda_cmath.h | 284 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(long long, llround) 407 using ::llround;
|
| D | __clang_hip_cmath.h | 238 __DEF_FUN1(long long, llround) 526 __HIP_OVERLOAD1(long long, llround) 690 using ::llround;
|
| D | __clang_cuda_math.h | 167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } in llround() function 188 __DEVICE__ long lround(double __a) { return llround(__a); } in lround()
|
| D | tgmath.h | 912 __tg_llround(double __x) {return llround(__x);} in __tg_llround() 918 #undef llround 919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
|
| D | __clang_hip_math.h | 878 long long int llround(double __x) { return __ocml_round_f64(__x); }
|
| /openbsd/src/include/ |
| D | tgmath.h | 142 #define llround(x) __tg_simple(x, llround) macro
|
| D | math.h | 230 long long int llround(double);
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | cmath | 94 #undef llround 231 using ::llround; 646 llround(float __x) 650 llround(long double __x) 655 llround(_Tp __x) 658 return llround(__type(__x));
|
| D | math.h | 71 using std::tr1::llround;
|
| /openbsd/src/lib/libm/ |
| D | Symbols.map | 193 llround;
|
| /openbsd/src/lib/libm/hidden/ |
| D | math.h | 127 PROTO_NORMAL(llround);
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/IR/ |
| D | ConstrainedOps.def | 84 DAG_FUNCTION(llround, 1, 0, experimental_constrained_llround, LLROUND)
|
| D | RuntimeLibcalls.def | 268 HANDLE_LIBCALL(LLROUND_F64, "llround")
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | math.h | 1333 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT in llround() function 1339 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function 1343 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT in llround() function 1351 llround(_A1 __x) _NOEXCEPT in llround() function
|
| D | cmath | 227 long long llround (arithmetic x); 446 using ::llround _LIBCPP_USING_IF_EXISTS;
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
| D | cmath | 56 __DEVICE__ long long int llround(float __x) { return ::llroundf(__x); }
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Target/GlobalISel/ |
| D | SelectionDAGCompat.td | 152 def : GINodeEquiv<G_LLROUND, llround>;
|
| /openbsd/src/gnu/llvm/libcxx/include/experimental/ |
| D | simd | 493 template <class Abi> samesize<long long int, floatv<Abi>> llround(floatv<Abi> x); 494 template <class Abi> samesize<long long int, doublev<Abi>> llround(doublev<Abi> x); 495 template <class Abi> samesize<long long int, ldoublev<Abi>> llround(ldoublev<Abi> x);
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | builtins.def | 306 DEF_C99_BUILTIN (BUILT_IN_LLROUND, "llround", BT_FN_LONGLONG_DOUBLE, ATTR_MATHFN_ERRNO)
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Target/ |
| D | TargetSelectionDAG.td | 511 def llround : SDNode<"ISD::LLROUND" , SDTFPToIntOp>; 1472 (llround node:$src)]>;
|
| /openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
| D | CSymbolMap.inc | 591 SYMBOL(llround, None, <math.h>)
|