Home
last modified time | relevance | path

Searched defs:round (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/flang/test/Evaluate/
H A Drewrite-out_of_range.F904 logical round variable
/llvm-project/flang/test/Lower/Intrinsics/
H A Dieee_femodes.f90
/llvm-project/libcxx/include/__math/
H A Drounding_functions.h207 [[__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 Dfloatunsisf.c39 rep_t round = (rep_t)a << (typeWidth - shift); in __floatunsisf() local
H A Dfloatsisf.c47 rep_t round = (rep_t)aAbs << (typeWidth - shift); in __floatsisf() local
/llvm-project/flang/include/flang/Evaluate/
H A Drounding-bits.h45 constexpr bool round() const { return round_; } in round() function
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DFraction.h135 inline DynamicAPInt round(const Fraction &f) { round() function
/llvm-project/libc/src/stdio/printf_core/
H A Dfixed_converter.h179 RoundDirection round; convert_fixed() local
[all...]
H A Dfloat_dec_converter.h562 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 Dformat.h38 enum decimal::FortranRounding round{ enum
/llvm-project/libc/src/__support/
H A Dstr_to_float.h724 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 Dhigh_precision_decimal.h120 should_round_up(int32_t round_to_digit,RoundDirection round) should_round_up() argument
/llvm-project/flang/lib/Evaluate/
H A Dfold-logical.cpp49 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 Dreal.cpp246 bool round{NextQuotientBit(top, msb, divisor)}; in Divide() local
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaMakeBroadcastable.cpp147 int32_t round = tosaBinaryOp.getRound(); in matchAndRewrite() local
/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_portable.c20 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 Dfx_bits.h144 template <typename T> LIBC_INLINE constexpr T round(T x, int n) { round() function
/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h105 LIBC_INLINE T round(T x) { round() function
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml343 name: round play
/llvm-project/mlir/lib/Conversion/TosaToArith/
H A DTosaToArith.cpp94 Value round = rewriter.create<arith::ShLIOp>(loc, one64, shift64); in matchAndRewrite() local
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp411 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 Dimrat.c495 mp_round_mode round, char *str, int limit) { in mp_rat_to_decimal()
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp102 Ambiguous round(Ambiguous){ return Ambiguous(); } round() function
[all...]
/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp67 static uint64_t round(uint64_t Acc, uint64_t Input) { round() function
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp100 Ambiguous round(Ambiguous){ return Ambiguous(); } in round() function

12