| /external/rust/crates/serde_json/src/lexical/ |
| D | algorithm.rs | 18 pub(crate) fn fast_path<F>(mantissa: u64, exponent: i32) -> Option<F> in fast_path() 78 fn multiply_exponent_extended<F>(fp: &mut ExtendedFloat, exponent: i32, truncated: bool) -> bool in multiply_exponent_extended() 151 F: Float, in moderate_path() 177 F: Float, in fallback_path()
|
| D | bhcomp.rs | 22 fn parse_mantissa<F>(integer: &[u8], fraction: &[u8]) -> Bigint in parse_mantissa() 111 fn large_atof<F>(mantissa: Bigint, exponent: i32) -> F in large_atof() 137 F: Float, in small_atof() 193 pub(crate) fn bhcomp<F>(b: F, integer: &[u8], mut fraction: &[u8], exponent: i32) -> F in bhcomp()
|
| D | parse.rs | 14 pub fn parse_concise_float<F>(mantissa: u64, mant_exp: i32) -> F in parse_concise_float() 49 pub fn parse_truncated_float<F>(integer: &[u8], mut fraction: &[u8], exponent: i32) -> F in parse_truncated_float()
|
| D | float.rs | 106 pub(crate) fn round_to_native<F, Algorithm>(&mut self, algorithm: Algorithm) in round_to_native() 143 pub(crate) fn from_float<F>(f: F) -> ExtendedFloat in from_float() 160 pub(crate) fn into_float<F>(fp: ExtendedFloat) -> F in into_float()
|
| D | rounding.rs | 149 pub(crate) fn round_to_float<F, Algorithm>(fp: &mut ExtendedFloat, algorithm: Algorithm) in round_to_float() 189 pub(crate) fn avoid_overflow<F>(fp: &mut ExtendedFloat) in avoid_overflow() 218 pub(crate) fn round_to_native<F, Algorithm>(fp: &mut ExtendedFloat, algorithm: Algorithm) in round_to_native()
|
| /external/rust/crates/criterion/src/stats/ |
| D | float.rs | 9 pub trait Float: trait
|
| D | mod.rs | 96 fn dot<A>(xs: &[A], ys: &[A]) -> A in dot() 105 fn sum<A>(xs: &[A]) -> A in sum()
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | multinomial_test.cc | 104 using Float = typename TestFixture::FloatType; in TYPED_TEST() typedef 134 using Float = typename TestFixture::FloatType; in TYPED_TEST() typedef 158 using Float = typename TestFixture::FloatType; in TYPED_TEST() typedef 180 using Float = typename TestFixture::FloatType; in TYPED_TEST() typedef 206 using Float = typename TestFixture::FloatType; in TYPED_TEST() typedef
|
| D | random_standard_normal_test.cc | 75 using Float = FloatType; typedef in RandomStandardNormalTest 83 using Float = typename TestFixture::Float; in TYPED_TEST() typedef
|
| D | random_uniform_test.cc | 116 using Float = FloatType; typedef in RandomUniformTest 124 using Float = typename TestFixture::Float; in TYPED_TEST() typedef
|
| /external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/ |
| D | SplitDimensionPathKeyframeAnimation.java | 15 BaseKeyframeAnimation<Float, Float> xAnimation, in SplitDimensionPathKeyframeAnimation()
|
| /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/ |
| D | simdlib.hpp | 80 using Float = SIMD128Impl::Float; typedef 136 using Float = SIMD256Impl::Float; typedef 191 using Float = SIMD512Impl::Float; typedef 207 using Float = typename Traits::Float; typedef 225 using Float = typename SIMD_T::Float; typedef
|
| D | simdlib_types.hpp | 170 union Float union 173 SIMDINLINE Float(__m128 in) : v(in) {} in Float() function 235 union Float union 238 SIMDINLINE Float(__m256 in) : v(in) {} in Float() function 239 SIMDINLINE Float(SIMD128Impl::Float const& in_lo, in Float() function 355 union Float union 358 SIMDINLINE Float(__m512 in) : v(in) {} in Float() function 359 SIMDINLINE Float(SIMD256Impl::Float const& in_lo, in Float() function
|
| /external/rust/crates/criterion/src/stats/univariate/ |
| D | mod.rs | 33 ) -> T::Distributions in bootstrap() 36 B: Float, in bootstrap()
|
| /external/deqp/framework/common/ |
| D | tcuFloat.hpp | 55 class Float class 150 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (void) in Float() function in tcu::Float 156 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (StorageType valu… in Float() function in tcu::Float 162 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (float value, Rou… in Float() function in tcu::Float 171 inline Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::Float (double value, Ro… in Float() function in tcu::Float
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
| D | MsgPackReader.h | 53 Float, enumerator 85 double Float; member
|
| /external/llvm-project/llvm/include/llvm/BinaryFormat/ |
| D | MsgPackReader.h | 54 Float, enumerator 87 double Float; member
|
| /external/clang/test/CodeCompletion/ |
| D | operator.cpp | 8 typedef float Float; typedef
|
| /external/llvm-project/clang/test/CodeCompletion/ |
| D | operator.cpp | 8 typedef float Float; typedef
|
| /external/clang/test/SemaCXX/ |
| D | overload-decl.cpp | 8 typedef float Float; typedef
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | overload-decl.cpp | 8 typedef float Float; typedef
|
| /external/llvm-project/llvm/tools/llvm-yaml-numeric-parser-fuzzer/ |
| D | yaml-numeric-parser-fuzzer.cpp | 18 llvm::Regex Float("^[-+]?(\\.[0-9]+|[0-9]+(\\.[0-9]*)?)([eE][-+]?[0-9]+)?$"); variable
|
| /external/llvm-project/clang/test/AST/ |
| D | ast-dump-APValue-arithmetic.cpp | 22 constexpr float Float = 3.1415f; in Test() local
|
| /external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/cfg/ |
| D | CoercionInputShape.java | 47 Float, enumConstant
|
| /external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
| D | TypeExtensions.kt | 57 fun Float.lerp(other: Float, amount: Float): Float = this + amount * (other - this) in Float() method 59 fun Float.sqrt() = Math.sqrt(this.toDouble()).toFloat() in Float() method
|