Home
last modified time | relevance | path

Searched defs:FloatType (Results 1 – 25 of 51) sorted by relevance

123

/external/rust/android-crates-io/crates/plotters/src/style/colors/
Dcolormaps.rs16 fn get_color_normalized(&self, h: FloatType, min: FloatType, max: FloatType) -> ColorType; in get_color_normalized()
101 h: FloatType, in calculate_relative_difference_index_lower_upper()
102 min: FloatType, in calculate_relative_difference_index_lower_upper()
103 max: FloatType, in calculate_relative_difference_index_lower_upper()
105 ) -> (FloatType, usize, usize) { in calculate_relative_difference_index_lower_upper()
/external/rust/android-crates-io/crates/litrs/src/float/
Dmod.rs216 pub enum FloatType { enum
221 impl FloatType { implementation
242 impl FromStr for FloatType { implementation
249 impl fmt::Display for FloatType { implementation
/external/tensorflow/tensorflow/cc/experimental/base/tests/
Dtensor_types_test_util.h29 struct FloatType { struct
30 using type = float;
31 static constexpr TF_DataType kDType = TF_FLOAT;
/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dprimitives.rs37 pub enum FloatType { enum
93 impl FloatType { impl
/external/llvm-libc/test/src/math/exhaustive/
Dexhaustive_test.h45 using FloatType = InType; member
78 using FloatType = InType; member
115 using FloatType = typename Checker::FloatType; member
Dhypotf_test.cpp19 using FloatType = float; typedef
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/exhaustive/
Dexhaustive_test.h45 using FloatType = InType; member
78 using FloatType = InType; member
115 using FloatType = typename Checker::FloatType; member
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/exhaustive/
Dexhaustive_test.h45 using FloatType = InType; member
78 using FloatType = InType; member
115 using FloatType = typename Checker::FloatType; member
Dhypotf_test.cpp19 using FloatType = float; typedef
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DFloatType.java39 public interface FloatType extends PrimitiveType { interface
/external/cronet/stable/third_party/llvm-libc/src/test/src/math/
DRoundToIntegerTest.h322 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(FloatType, IntType, func, \ argument
341 #define LIST_ROUND_TO_INTEGER_TESTS(FloatType, IntType, func) \ argument
344 #define LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(FloatType, IntType, func) \ argument
/external/llvm-libc/test/src/math/
DRoundToIntegerTest.h322 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(FloatType, IntType, func, \ argument
341 #define LIST_ROUND_TO_INTEGER_TESTS(FloatType, IntType, func) \ argument
344 #define LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(FloatType, IntType, func) \ argument
/external/cronet/tot/third_party/llvm-libc/src/test/src/math/
DRoundToIntegerTest.h322 #define LIST_ROUND_TO_INTEGER_TESTS_HELPER(FloatType, IntType, func, \ argument
341 #define LIST_ROUND_TO_INTEGER_TESTS(FloatType, IntType, func) \ argument
344 #define LIST_ROUND_TO_INTEGER_TESTS_WITH_MODES(FloatType, IntType, func) \ argument
/external/abseil-cpp/absl/random/internal/
Duniform_helper.h149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/cronet/stable/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/openscreen/third_party/abseil/src/absl/random/internal/
Duniform_helper.h149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/cronet/tot/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/angle/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h149 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
171 uniform_upper_bound(Tag, FloatType, FloatType b) { in uniform_upper_bound() argument
/external/angle/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/external/abseil-cpp/absl/strings/internal/
Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/external/cronet/stable/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/external/cronet/tot/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/external/openscreen/third_party/abseil/src/absl/strings/internal/
Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum

123