/llvm-project/libc/test/src/math/smoke/ |
H A D | FrexpTest.h | 22 int exponent; in testSpecialNumbers() local 35 EXPECT_EQ(LIBC_FREXP_INF_NAN_EXPONENT, exponent); in testPowersOfTwo() local 69 int exponent; testSomeIntegers() local [all...] |
H A D | ILogbTest.h | 90 int exponent; test_subnormal_range() local 110 int exponent; test_subnormal_range() local
|
H A D | LogbTest.h | 84 int exponent; local
|
/llvm-project/libc/test/src/math/ |
H A D | FrexpTest.h | 31 int exponent; in testSpecialNumbers() local 44 int exponent; in testPowersOfTwo() local 78 int exponent; testSomeIntegers() local [all...] |
H A D | ILogbTest.h | 88 int exponent; test_subnormal_range() local 107 int exponent; test_subnormal_range() local
|
H A D | LogbTest.h | 84 int exponent; local
|
/llvm-project/libc/src/__support/FPUtil/ |
H A D | NearestIntegerOperations.h | 35 int exponent = bits.get_exponent(); trunc() local 63 int exponent = bits.get_exponent(); ceil() local 113 int exponent = bits.get_exponent(); round() local 162 int exponent = bits.get_exponent(); round_using_specific_rounding_mode() local 360 int exponent = bits.get_exponent(); rounded_float_to_signed_integer() local [all...] |
/llvm-project/compiler-rt/lib/builtins/ |
H A D | floatunsitf.c | 28 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsitf() local
|
H A D | floatunditf.c | 28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf() local
|
H A D | floatunsidf.c | 29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf() local
|
H A D | floatditf.c | 36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf() local
|
H A D | floatsitf.c | 36 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsitf() local
|
H A D | floatunsisf.c | 29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsisf() local
|
H A D | floatsidf.c | 37 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsidf() local
|
H A D | floatsisf.c | 37 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsisf() local
|
/llvm-project/libc/src/__support/ |
H A D | float_to_string.h | 182 get_table_positive(int exponent,size_t i) get_table_positive() argument 220 get_table_positive_df(int exponent,size_t i) get_table_positive_df() argument 277 get_table_negative(int exponent,size_t i) get_table_negative() argument 329 get_table_negative_df(int exponent,size_t i) get_table_negative_df() argument 415 int exponent; global() variable 628 int exponent = 0; global() variable [all...] |
/llvm-project/libc/utils/mathtools/ |
H A D | ryu_tablegen.py | 88 def get_table_positive(exponent, i): argument 96 def get_table_negative(exponent, i): argument
|
/llvm-project/libc/src/stdio/printf_core/ |
H A D | fixed_converter.h | 29 const_ten_exp(uint32_t exponent) const_ten_exp() argument 77 int exponent; convert_fixed() local
|
H A D | float_hex_converter.h | 36 int exponent; convert_float_hex_exp() local [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | real.cpp | 86 int exponent{Exponent()}; in Add() local 156 std::int64_t exponent{CombineExponent in Multiply() local 229 std::int64_t exponent{CombineExponents(y, true)}; Divide() local 503 Normalize(bool negative,int exponent,const Fraction & fraction,Rounding rounding,RoundingBits * roundingBits) Normalize() argument 605 NormalizeAndRound(ValueWithRealFlags<Real> & result,bool isNegative,int exponent,const Fraction & fraction,Rounding rounding,RoundingBits roundingBits,bool multiply) NormalizeAndRound() argument 692 int exponent = Exponent() - exponentBias; DumpHexadecimal() local [all...] |
/llvm-project/third-party/benchmark/src/ |
H A D | string_util.cc | 35 std::string* mantissa, int64_t* exponent) { in ToExponentAndMantissa() 89 std::string ExponentToPrefix(int64_t exponent, bool iec) { in ExponentToPrefix() 104 int64_t exponent; in ToBinaryStringFullySpecified() local
|
/llvm-project/flang/runtime/ |
H A D | edit-output.h | 83 int exponent; member
|
/llvm-project/libc/src/__support/FPUtil/generic/ |
H A D | sqrt_80_bit_long_double.h | 23 normalize(int & exponent,UInt128 & mantissa) normalize() argument
|
/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
H A D | semi.c | 619 int exponent = x[0] & 0x7f800000; in test_isnanf() local 629 int exponent = x[0] & 0x7ff00000; in test_isnan() local 640 int exponent = x[0] & 0x7f800000; in test_isnormalf() local 650 int exponent = x[0] & 0x7ff00000; in test_isnormal() local 673 int exponent = (x[0] & 0x7ff00000) >> 20; in test_fpclassify() local 686 int exponent = (x[0] & 0x7f800000) >> 23; in test_fpclassifyf() local
|
/llvm-project/libc/fuzzing/stdlib/ |
H A D | strtofloat_fuzz.cpp | 30 template <typename F> inline constexpr int effective_precision(int exponent) { in effective_precision() argument
|