Home
last modified time | relevance | path

Searched defs:exponent (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project/libc/test/src/math/smoke/
H A DFrexpTest.h22 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 DILogbTest.h90 int exponent; test_subnormal_range() local
110 int exponent; test_subnormal_range() local
H A DLogbTest.h84 int exponent; local
/llvm-project/libc/test/src/math/
H A DFrexpTest.h31 int exponent; in testSpecialNumbers() local
44 int exponent; in testPowersOfTwo() local
78 int exponent; testSomeIntegers() local
[all...]
H A DILogbTest.h88 int exponent; test_subnormal_range() local
107 int exponent; test_subnormal_range() local
H A DLogbTest.h84 int exponent; local
/llvm-project/libc/src/__support/FPUtil/
H A DNearestIntegerOperations.h35 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 Dfloatunsitf.c28 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsitf() local
H A Dfloatunditf.c28 const int exponent = (aWidth - 1) - __builtin_clzll(a); in __floatunditf() local
H A Dfloatunsidf.c29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsidf() local
H A Dfloatditf.c36 const int exponent = (aWidth - 1) - __builtin_clzll(aAbs); in __floatditf() local
H A Dfloatsitf.c36 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsitf() local
H A Dfloatunsisf.c29 const int exponent = (aWidth - 1) - clzsi(a); in __floatunsisf() local
H A Dfloatsidf.c37 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsidf() local
H A Dfloatsisf.c37 const int exponent = (aWidth - 1) - clzsi(aAbs); in __floatsisf() local
/llvm-project/libc/src/__support/
H A Dfloat_to_string.h182 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 Dryu_tablegen.py88 def get_table_positive(exponent, i): argument
96 def get_table_negative(exponent, i): argument
/llvm-project/libc/src/stdio/printf_core/
H A Dfixed_converter.h29 const_ten_exp(uint32_t exponent) const_ten_exp() argument
77 int exponent; convert_fixed() local
H A Dfloat_hex_converter.h36 int exponent; convert_float_hex_exp() local
[all...]
/llvm-project/flang/lib/Evaluate/
H A Dreal.cpp86 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 Dstring_util.cc35 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 Dedit-output.h83 int exponent; member
/llvm-project/libc/src/__support/FPUtil/generic/
H A Dsqrt_80_bit_long_double.h23 normalize(int & exponent,UInt128 & mantissa) normalize() argument
/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dsemi.c619 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 Dstrtofloat_fuzz.cpp30 template <typename F> inline constexpr int effective_precision(int exponent) { in effective_precision() argument

12