/llvm-project/libc/test/UnitTest/ |
H A D | RoundingModeUtils.h | 25 int rounding_mode; global() member
|
H A D | FPMatcher.h | 214 EXPECT_FP_EQ_ROUNDING_MODE(expected,actual,rounding_mode) global() argument
|
/llvm-project/llvm/lib/Support/ |
H A D | APFloat.cpp | 1529 handleOverflow(roundingMode rounding_mode) handleOverflow() argument 1561 roundAwayFromZero(roundingMode rounding_mode,lostFraction lost_fraction,unsigned int bit) const roundAwayFromZero() argument 1599 normalize(roundingMode rounding_mode,lostFraction lost_fraction) normalize() argument 2033 addOrSubtract(const IEEEFloat & rhs,roundingMode rounding_mode,bool subtract) addOrSubtract() argument 2066 add(const IEEEFloat & rhs,roundingMode rounding_mode) add() argument 2072 subtract(const IEEEFloat & rhs,roundingMode rounding_mode) subtract() argument 2078 multiply(const IEEEFloat & rhs,roundingMode rounding_mode) multiply() argument 2098 divide(const IEEEFloat & rhs,roundingMode rounding_mode) divide() argument 2256 fusedMultiplyAdd(const IEEEFloat & multiplicand,const IEEEFloat & addend,roundingMode rounding_mode) fusedMultiplyAdd() argument 2300 roundToIntegral(roundingMode rounding_mode) roundToIntegral() argument 2465 convert(const fltSemantics & toSemantics,roundingMode rounding_mode,bool * losesInfo) convert() argument 2612 convertToSignExtendedInteger(MutableArrayRef<integerPart> parts,unsigned int width,bool isSigned,roundingMode rounding_mode,bool * isExact) const convertToSignExtendedInteger() argument 2726 convertToInteger(MutableArrayRef<integerPart> parts,unsigned int width,bool isSigned,roundingMode rounding_mode,bool * isExact) const convertToInteger() argument 2757 convertFromUnsignedParts(const integerPart * src,unsigned int srcCount,roundingMode rounding_mode) convertFromUnsignedParts() argument 2785 convertFromAPInt(const APInt & Val,bool isSigned,roundingMode rounding_mode) convertFromAPInt() argument 2804 convertFromSignExtendedInteger(const integerPart * src,unsigned int srcCount,bool isSigned,roundingMode rounding_mode) convertFromSignExtendedInteger() argument 2830 convertFromZeroExtendedInteger(const integerPart * parts,unsigned int width,bool isSigned,roundingMode rounding_mode) convertFromZeroExtendedInteger() argument 2845 convertFromHexadecimalString(StringRef s,roundingMode rounding_mode) convertFromHexadecimalString() argument 2940 roundSignificandWithExponent(const integerPart * decSigParts,unsigned sigPartCount,int exp,roundingMode rounding_mode) roundSignificandWithExponent() argument 3023 convertFromDecimalString(StringRef str,roundingMode rounding_mode) convertFromDecimalString() argument 3216 convertFromString(StringRef str,roundingMode rounding_mode) convertFromString() argument 5345 convertToInteger(APSInt & result,roundingMode rounding_mode,bool * isExact) const convertToInteger() argument [all...] |
/llvm-project/libc/test/src/math/ |
H A D | tan_test.cpp | 63 __anonc3c5d1fd0102(mpfr::RoundingMode rounding_mode) TEST_F() argument
|
H A D | cos_test.cpp | 71 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | expm1_test.cpp | 63 __anon642e42250102(mpfr::RoundingMode rounding_mode) TEST_F() argument
|
H A D | sin_test.cpp | 57 __anonbdb81ea40102(mpfr::RoundingMode rounding_mode) TEST_F() argument
|
H A D | erff_test.cpp | 54 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | exp_test.cpp | 67 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | exp10_test.cpp | 94 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | exp2_test.cpp | 69 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | log10_test.cpp | 91 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | log2_test.cpp | 89 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | log_test.cpp | 88 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | powf_test.cpp | 61 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
H A D | atan2f_test.cpp | 63 auto test = [&](mpfr::RoundingMode rounding_mode) { in TEST_F() argument
|
H A D | log1p_test.cpp | 89 mpfr::ForceRoundingMode __r(rounding_mode); in TEST_F() argument
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | FEnvImpl.h | 57 set_round(int rounding_mode) set_round() argument
|
H A D | NearestIntegerOperations.h | 243 int rounding_mode = quick_get_round(); round_using_current_rounding_mode() local
|
/llvm-project/libc/src/math/generic/ |
H A D | sin.cpp | 80 int rounding_mode = fputil::quick_get_round(); global() variable
|
H A D | sincos.cpp | 87 int rounding_mode = fputil::quick_get_round(); global() variable
|
H A D | tan.cpp | 167 int rounding_mode = fputil::quick_get_round(); global() variable
|
/llvm-project/libc/src/__support/FPUtil/aarch64/ |
H A D | fenv_darwin_impl.h | 222 uint32_t rounding_mode = get_round() local
|