/llvm-project/flang/test/Evaluate/ |
H A D | rewrite-out_of_range.F90 | 4 logical round variable
|
/llvm-project/flang/test/Lower/Intrinsics/ |
H A D | ieee_femodes.f90 |
|
/llvm-project/libcxx/include/__math/ |
H A D | rounding_functions.h | 207 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI float round(float __x) _NOEXCEPT { return __builtin_round(__x); } in round() function 210 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI double round(double __x) _NOEXCEPT { in round() function 214 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI long double round(long double __x) _NOEXCEPT { in round() function 219 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI double round(_A1 __x) _NOEXCEPT { in round() function
|
/llvm-project/compiler-rt/lib/builtins/ |
H A D | floatunsisf.c | 39 rep_t round = (rep_t)a << (typeWidth - shift); in __floatunsisf() local
|
H A D | floatsisf.c | 47 rep_t round = (rep_t)aAbs << (typeWidth - shift); in __floatsisf() local
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | rounding-bits.h | 45 constexpr bool round() const { return round_; } in round() function
|
/llvm-project/mlir/include/mlir/Analysis/Presburger/ |
H A D | Fraction.h | 135 inline DynamicAPInt round(const Fraction &f) { round() function
|
/llvm-project/libc/src/stdio/printf_core/ |
H A D | fixed_converter.h | 179 RoundDirection round; convert_fixed() local [all...] |
H A D | float_dec_converter.h | 562 RoundDirection round; convert_float_decimal_typed() local 708 RoundDirection round; convert_float_dec_exp_typed() local 954 RoundDirection round; convert_float_dec_auto_typed() local [all...] |
/llvm-project/flang/runtime/ |
H A D | format.h | 38 enum decimal::FortranRounding round{ enum
|
/llvm-project/libc/src/__support/ |
H A D | str_to_float.h | 724 binary_exp_to_float(ExpandedFloat<T> init_num,bool truncated,RoundDirection round) binary_exp_to_float() argument 843 decimal_string_to_float(const char * __restrict src,const char DECIMAL_POINT,RoundDirection round) decimal_string_to_float() argument 954 hexadecimal_string_to_float(const char * __restrict src,const char DECIMAL_POINT,RoundDirection round) hexadecimal_string_to_float() argument [all...] |
H A D | high_precision_decimal.h | 120 should_round_up(int32_t round_to_digit,RoundDirection round) should_round_up() argument
|
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-logical.cpp | 49 RealToIntBoundHelper(bool round,bool negate) RealToIntBoundHelper() argument 88 RealToIntBound(int xRKind,int moldIKind,bool round,bool negate) RealToIntBound() argument 476 if (auto *round{UnwrapExpr<Expr<SomeType>>(args[2])}) { RewriteOutOfRange() local 531 if (auto *round{UnwrapExpr<Expr<SomeType>>(args[2])}) { RewriteOutOfRange() local [all...] |
H A D | real.cpp | 246 bool round{NextQuotientBit(top, msb, divisor)}; in Divide() local
|
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ |
H A D | TosaMakeBroadcastable.cpp | 147 int32_t round = tosaBinaryOp.getRound(); in matchAndRewrite() local
|
/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | blake3_portable.c | 20 INLINE void round_fn(uint32_t state[16], const uint32_t *msg, size_t round) { in round_fn()
|
/llvm-project/libc/src/__support/fixed_point/ |
H A D | fx_bits.h | 144 template <typename T> LIBC_INLINE constexpr T round(T x, int n) { round() function
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | NearestIntegerOperations.h | 105 LIBC_INLINE T round(T x) { round() function
|
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/ |
H A D | LinalgNamedStructuredOps.yaml | 343 name: round play
|
/llvm-project/mlir/lib/Conversion/TosaToArith/ |
H A D | TosaToArith.cpp | 94 Value round = rewriter.create<arith::ShLIOp>(loc, one64, shift64); in matchAndRewrite() local
|
/llvm-project/libc/utils/MPFRWrapper/ |
H A D | MPFRUtils.cpp | 411 MPFRNumber round() const { round() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber 1287 template <typename T> T round(T x, RoundingMode mode) { round() function
|
/llvm-project/polly/lib/External/isl/imath/ |
H A D | imrat.c | 495 mp_round_mode round, char *str, int limit) { in mp_rat_to_decimal()
|
/llvm-project/libcxx/test/std/numerics/c.math/ |
H A D | cmath.pass.cpp | 102 Ambiguous round(Ambiguous){ return Ambiguous(); } round() function [all...] |
/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 67 static uint64_t round(uint64_t Acc, uint64_t Input) { round() function
|
/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | math_h.pass.cpp | 100 Ambiguous round(Ambiguous){ return Ambiguous(); } in round() function
|