Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/style/colors/
Dcolormaps.rs18 fn get_color_normalized(&self, h: FloatType, min: FloatType, max: FloatType) -> ColorType; in get_color_normalized()
87 h: FloatType, in calculate_relative_difference_index_lower_upper()
88 min: FloatType, in calculate_relative_difference_index_lower_upper()
89 max: FloatType, in calculate_relative_difference_index_lower_upper()
91 ) -> (FloatType, usize, usize) { in calculate_relative_difference_index_lower_upper()
/aosp_15_r20/external/tensorflow/tensorflow/cc/experimental/base/tests/
H A Dtensor_types_test_util.h29 struct FloatType { struct
30 using type = float;
31 static constexpr TF_DataType kDType = TF_FLOAT;
/aosp_15_r20/external/llvm-libc/test/src/math/exhaustive/
H A Dexhaustive_test.h45 using FloatType = InType; member
78 using FloatType = InType; member
115 using FloatType = typename Checker::FloatType; member
/aosp_15_r20/external/llvm-libc/test/src/math/
H A 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
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Djit_type.h1291 struct TORCH_API FloatType : public NumberType { struct
1302 static const TypeKind Kind = TypeKind::FloatType; argument
1307 FloatType() : NumberType(TypeKind::FloatType) {} in FloatType() function
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/random/internal/
H A 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
/aosp_15_r20/external/abseil-cpp/absl/random/internal/
H A 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
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/random/internal/
H A 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
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/random/internal/
H A 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
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/random/internal/
H A 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
/aosp_15_r20/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
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/random/internal/
H A 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
/aosp_15_r20/external/rust/android-crates-io/crates/litrs/src/float/
Dmod.rs62 pub enum FloatType { enum
125 pub fn type_suffix(&self) -> Option<FloatType> { in type_suffix()
/aosp_15_r20/prebuilts/go/linux-x86/src/builtin/
Dbuiltin.go131 type FloatType float32 type
233 func complex(r, i FloatType) ComplexType
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/jdi/
H A DFloatType.java39 public interface FloatType extends PrimitiveType { interface
/aosp_15_r20/prebuilts/go/linux-x86/src/debug/dwarf/
Dtype.go76 type FloatType struct { struct
77 BasicType
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/types/testdata/fixedbugs/
Dissue51658.go21 type FloatType { // ERRORx "expected type|type declaration" type
/aosp_15_r20/external/executorch/exir/emit/
H A D_emitter.py977 val: Tuple[Union[torch.SymInt, torch.BoolType, torch.FloatType, FakeTensor]],
993 val: Tuple[Union[torch.SymInt, torch.BoolType, torch.FloatType, FakeTensor]],
/aosp_15_r20/external/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/strings/internal/
H A Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/strings/internal/
H A Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum
/aosp_15_r20/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
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/strings/internal/
H A Dcharconv_parse.h28 enum class FloatType { kNumber, kInfinity, kNan }; enum

1234