Home
last modified time | relevance | path

Searched defs:ValueType (Results 1 – 25 of 182) sorted by relevance

12345678

/external/llvm-project/mlir/include/mlir/IR/
DBuiltinAttributes.h53 using ValueType = AffineMap; variable
70 using ValueType = ArrayRef<Attribute>; variable
123 using ValueType = ArrayRef<NamedAttribute>; variable
185 using ValueType = APFloat; variable
220 using ValueType = APInt; variable
251 using ValueType = bool; variable
275 using ValueType = IntegerSet; variable
325 using ValueType = StringRef; variable
377 using ValueType = StringRef; variable
406 using ValueType = Type; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h42 struct ValueType { struct
43 ValueType() { uval = 0; } in ValueType() argument
44 ValueType(int64_t V) : sval(V) {} in ValueType() argument
45 ValueType(uint64_t V) : uval(V) {} in ValueType() function
46 ValueType(const char *V) : cstr(V) {} in ValueType() argument
58 ValueType Value; /// Contains all data for the form. argument
/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dckps.rs31 pub fn bold_points(&self) -> &[I::ValueType] { in bold_points()
36 pub fn bold_points_mut(&mut self) -> &mut [I::ValueType] { in bold_points_mut()
41 pub fn light_points(&self) -> &[I::ValueType] { in light_points()
46 pub fn light_points_mut(&mut self) -> &mut [I::ValueType] { in light_points_mut()
55 type ValueType = R::ValueType; typedef
58 fn range(&self) -> Range<Self::ValueType> { in range()
62 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map()
66 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
89 fn from_index(&self, index: usize) -> Option<Self::ValueType> { in from_index()
178 type ValueType = R::ValueType; typedef
[all …]
Dpartial_axis.rs20 axis_range: Range<<Self::CoordDescType as Ranged>::ValueType>, in partial_axis()
33 type ValueType = R::ValueType; typedef
35 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map()
39 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
43 fn range(&self) -> Range<Self::ValueType> { in range()
68 fn from_index(&self, index: usize) -> Option<Self::ValueType> { in from_index()
Dlinspace.rs209 pub fn use_ceil(self) -> Linspace<T, S, Ceil<T::ValueType>> { in use_ceil()
221 pub fn use_floor(self) -> Linspace<T, S, Floor<T::ValueType>> { in use_floor()
233 pub fn use_round(self) -> Linspace<T, S, Round<T::ValueType, S>> in use_round()
235 T::ValueType: Sub<T::ValueType, Output = S>, in use_round()
251 T::ValueType: Sub<T::ValueType, Output = S>, in use_exact()
280 type ValueType = T::ValueType; typedef
282 fn range(&self) -> Range<T::ValueType> { in range()
286 fn map(&self, value: &T::ValueType, limit: (i32, i32)) -> i32 { in map()
290 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<T::ValueType> { in key_points()
317 fn from_index(&self, idx: usize) -> Option<T::ValueType> { in from_index()
Dgroup_by.rs53 fn from_index(&self, index: usize) -> Option<Self::ValueType> { in from_index()
66 type ValueType = T::ValueType; typedef
67 fn map(&self, value: &T::ValueType, limit: (i32, i32)) -> i32 { in map()
70 fn range(&self) -> Range<T::ValueType> { in range()
74 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<T::ValueType> { in key_points()
Dlogarithmic.rs53 type ValueType: LogScalable; typedef
54 fn log_scale(self) -> LogRange<Self::ValueType>; in log_scale()
58 type ValueType = T; typedef
93 type ValueType = V; typedef
101 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
Dnested.rs70 type ValueType = NestedValue<P::ValueType, S::ValueType>; typedef
72 fn range(&self) -> Range<Self::ValueType> { in range()
82 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map()
103 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
149 fn from_index(&self, mut index: usize) -> Option<Self::ValueType> { in from_index()
/external/llvm-project/llvm/test/MC/AMDGPU/
Dhsa-metadata-kernel-args.s51 ValueType: I8 label
56 ValueType: I64 label
60 ValueType: I64 label
64 ValueType: I64 label
68 ValueType: I8 label
Dhsa-metadata-unknown-key.s22 ValueType: I8 label
28 ValueType: I64 label
32 ValueType: I64 label
36 ValueType: I64 label
40 ValueType: I8 label
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h42 struct ValueType { struct
43 ValueType() { uval = 0; } in ValueType() function
44 ValueType(int64_t V) : sval(V) {} in ValueType() argument
45 ValueType(uint64_t V) : uval(V) {} in ValueType() function
46 ValueType(const char *V) : cstr(V) {} in ValueType() function
60 ValueType Value; /// Contains all data for the form. argument
/external/rust/crates/plotters/src/coord/ranged1d/
Ddiscrete.rs37 fn from_index(&self, index: usize) -> Option<Self::ValueType>; in from_index()
58 fn previous(&self, value: &Self::ValueType) -> Option<Self::ValueType> { in previous()
76 fn next(&self, value: &Self::ValueType) -> Option<Self::ValueType> { in next()
137 type ValueType = SegmentValue<D::ValueType>; typedef
139 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map()
161 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
169 fn range(&self) -> Range<Self::ValueType> { in range()
188 fn from_index(&self, idx: usize) -> Option<Self::ValueType> { in from_index()
204 fn unmap(&self, input: i32, limit: (i32, i32)) -> Option<Self::ValueType> { in unmap() argument
216 fn next(&mut self) -> Option<T::ValueType> { in next()
Dmod.rs193 type ValueType; typedef
196 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32; in map()
199 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType>; in key_points()
202 fn range(&self) -> Range<Self::ValueType>; in range()
219 fn unmap(&self, input: i32, limit: (i32, i32)) -> Option<Self::ValueType>; in unmap() argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h38 struct ValueType { struct
39 ValueType() : data(nullptr) { in ValueType() argument
52 ValueType Value; // Contains all data for the form. argument
/external/llvm-project/flang/include/flang/Optimizer/Dialect/
DFIRAttr.h33 using ValueType = mlir::Type; variable
46 using ValueType = mlir::Type; variable
121 using ValueType = std::pair<int, llvm::APFloat>; variable
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.h186 struct ValueType { struct
191 std::unordered_map<Parameters, ValueType, Hasher> params_config_map_ argument
/external/rust/crates/plotters/src/chart/
Dcontext.rs140 pub fn x_range(&self) -> Range<X::ValueType> { in x_range()
145 pub fn y_range(&self) -> Range<Y::ValueType> { in y_range()
151 pub fn backend_coord(&self, coord: &(X::ValueType, Y::ValueType)) -> BackendCoord { in backend_coord()
634 axis: [[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2], in draw_axis_ticks()
636 [Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3],
699 panels: &[[[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2]; 3], in draw_axis()
702 [[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2],
768 [[[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2]; 3], in draw_axis_panels()
796 [[Coord3D<X::ValueType, Y::ValueType, Z::ValueType>; 3]; 2], in draw_axis_panel()
/external/rust/crates/plotters/src/coord/ranged1d/types/
Dslice.rs14 type ValueType = &'a T; typedef
21 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map()
35 fn key_points<Hint: KeyPointHint>(&self, hint: Hint) -> Vec<Self::ValueType> { in key_points()
Ddatetime.rs172 type ValueType = D; typedef
178 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map()
182 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
356 type ValueType = T; typedef
362 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map()
366 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
483 type ValueType = T; typedef
489 fn map(&self, value: &Self::ValueType, limit: (i32, i32)) -> i32 { in map()
493 fn key_points<HintType: KeyPointHint>(&self, hint: HintType) -> Vec<Self::ValueType> { in key_points()
608 type ValueType = DT; typedef
[all …]
/external/rust/crates/plotters/src/coord/ranged3d/
Dcartesian3d.rs85 pub fn map_3d(&self, x: &X::ValueType, y: &Y::ValueType, z: &Z::ValueType) -> (i32, i32, i32) { in map_3d()
94 pub fn projected_depth(&self, x: &X::ValueType, y: &Y::ValueType, z: &Z::ValueType) -> i32 { in projected_depth()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DValueType.java34 public final class ValueType { class
54 private ValueType() {} in ValueType() method in ValueType
/external/tensorflow/tensorflow/core/lib/gtl/
Dflatmap.h50 struct ValueType { struct
56 ValueType(const Key& k, Val& v) : first(k), second(v) {} in ValueType() argument
/external/rust/crates/plotters/src/series/
Dhistogram.rs60 style_func: impl Fn(&BR::ValueType, &A) -> ShapeStyle + 'a, in style_func()
88 pub fn data<TB: Into<BR::ValueType>, I: IntoIterator<Item = (TB, A)>>( in data()
112 ACoord: Ranged<ValueType = A>, in vertical()
129 ACoord: Ranged<ValueType = A>, in horizontal()
/external/llvm-project/mlir/include/mlir/Dialect/PDL/IR/
DPDLTypes.h40 struct ValueType : public Type::TypeBase<ValueType, Type, TypeStorage> { struct
/external/llvm-project/clang/include/clang/Tooling/Refactoring/
DRefactoringOptions.h33 using ValueType = Optional<T>; variable

12345678