Home
last modified time | relevance | path

Searched defs:max_exponent (Results 1 – 25 of 46) sorted by relevance

12

/external/eigen/unsupported/test/
Dspecial_packetmath.cpp55 const int max_exponent = numext::mini(std::numeric_limits<Scalar>::max_exponent10-1, 6); in packetmath_real() local
83 const int max_exponent = numext::mini(std::numeric_limits<Scalar>::max_exponent10-1, 5); in packetmath_real() local
/external/rust/android-crates-io/crates/minimal-lexical/src/
Dnumber.rs56 let max_exponent = F::MAX_EXPONENT_FAST_PATH; in try_fast_path() localVariable
/external/ml_dtypes/ml_dtypes/include/
Dfloat8.h548 constexpr int MaxExponent10FromMaxExponentAndDigits(int max_exponent, in MaxExponent10FromMaxExponentAndDigits()
604 static inline constexpr const int max_exponent = 0b111 - kExponentBias; member
668 static inline constexpr const int max_exponent = 0b1111 - kExponentBias; member
732 static inline constexpr const int max_exponent = member
792 static inline constexpr const int max_exponent = in min() member
852 static inline constexpr const int max_exponent = in min() member
906 static inline constexpr const int max_exponent = 0b11111 - kExponentBias; in min() member
970 static inline constexpr const int max_exponent = in min() member
1028 static inline constexpr const int max_exponent = kExponentBias + 1; in min() member
/external/cronet/stable/third_party/icu/source/i18n/
Ddouble-conversion-cached-powers.cpp155 int max_exponent, in GetCachedPowerForBinaryExponentRange()
/external/cronet/tot/base/third_party/double_conversion/double-conversion/
Dcached-powers.cc141 int max_exponent, in GetCachedPowerForBinaryExponentRange()
/external/icu/icu4c/source/i18n/
Ddouble-conversion-cached-powers.cpp153 int max_exponent, in GetCachedPowerForBinaryExponentRange()
/external/double-conversion/double-conversion/
Dcached-powers.cc141 int max_exponent, in GetCachedPowerForBinaryExponentRange()
/external/cronet/stable/base/third_party/double_conversion/double-conversion/
Dcached-powers.cc141 int max_exponent, in GetCachedPowerForBinaryExponentRange()
/external/cronet/tot/third_party/icu/source/i18n/
Ddouble-conversion-cached-powers.cpp155 int max_exponent, in GetCachedPowerForBinaryExponentRange()
/external/pytorch/c10/util/
DFloat8_e4m3fn-inl.h244 static constexpr int max_exponent = 8; variable
DFloat8_e4m3fnuz-inl.h245 static constexpr int max_exponent = 8; variable
DFloat8_e5m2fnuz-inl.h249 static constexpr int max_exponent = 16; variable
DFloat8_e5m2-inl.h252 static constexpr int max_exponent = 16; variable
DHalf-inl.h314 static constexpr int max_exponent = 16; variable
DBFloat16-inl.h324 static constexpr int max_exponent = 128; variable
/external/openscreen/third_party/abseil/src/absl/numeric/
Dint128.cc362 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128>
386 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
Dint128.h276 static constexpr int max_exponent = 0; variable
511 static constexpr int max_exponent = 0; variable
/external/cronet/stable/testing/clusterfuzz/common/
Dfuzzy_types.py144 def Insert(self, value, location=None, amount=None, max_exponent=14): argument
/external/cronet/tot/testing/clusterfuzz/common/
Dfuzzy_types.py144 def Insert(self, value, location=None, amount=None, max_exponent=14): argument
/external/executorch/runtime/core/portable_type/
Dbfloat16.h299 static constexpr int max_exponent = 128; variable
/external/cronet/stable/third_party/abseil-cpp/absl/numeric/
Dint128.cc367 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128>
391 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/numeric/
Dint128.cc358 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128>
382 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
Dint128.h280 static constexpr int max_exponent = 0; variable
515 static constexpr int max_exponent = 0; variable
/external/cronet/tot/third_party/abseil-cpp/absl/numeric/
Dint128.cc367 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128>
391 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>
/external/abseil-cpp/absl/numeric/
Dint128.cc367 constexpr int numeric_limits<absl::uint128>::max_exponent; member in std::numeric_limits<absl::uint128>
391 constexpr int numeric_limits<absl::int128>::max_exponent; member in std::numeric_limits<absl::int128>

12