Home
last modified time | relevance | path

Searched refs:Primitive (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/third_party/typescript/tests/baselines/reference/
DtypeInferenceLiteralUnion.types6 export type Primitive = number | string | boolean | Date;
7 >Primitive : string | number | boolean | Date
47 …rt function extent<T extends Numeric>(array: Array<T | Primitive>): [T | Primitive, T | Primitive]…
48 >extent : <T extends Numeric>(array: Array<T | Primitive>) => [T | Primitive, T | Primitive] | [und…
49 >array : (Primitive | T)[]
58 let extentMixed: [Primitive | NumCoercible, Primitive | NumCoercible] | [undefined, undefined];
59 >extentMixed : [undefined, undefined] | [Primitive | NumCoercible, Primitive | NumCoercible]
62 …oercible(10), 13, '12', true]) : [undefined, undefined] | [Primitive | NumCoercible, Primitive | N…
63 >extentMixed : [undefined, undefined] | [Primitive | NumCoercible, Primitive | NumCoercible]
64 …oercible(10), 13, '12', true]) : [undefined, undefined] | [Primitive | NumCoercible, Primitive | N…
[all …]
DtypeInferenceLiteralUnion.symbols6 export type Primitive = number | string | boolean | Date;
7 >Primitive : Symbol(Primitive, Decl(typeInferenceLiteralUnion.ts, 0, 0))
49 …rt function extent<T extends Numeric>(array: Array<T | Primitive>): [T | Primitive, T | Primitive]…
56 >Primitive : Symbol(Primitive, Decl(typeInferenceLiteralUnion.ts, 0, 0))
58 >Primitive : Symbol(Primitive, Decl(typeInferenceLiteralUnion.ts, 0, 0))
60 >Primitive : Symbol(Primitive, Decl(typeInferenceLiteralUnion.ts, 0, 0))
68 let extentMixed: [Primitive | NumCoercible, Primitive | NumCoercible] | [undefined, undefined];
70 >Primitive : Symbol(Primitive, Decl(typeInferenceLiteralUnion.ts, 0, 0))
72 >Primitive : Symbol(Primitive, Decl(typeInferenceLiteralUnion.ts, 0, 0))
DtypeInferenceLiteralUnion.js6 export type Primitive = number | string | boolean | Date;
30 …rt function extent<T extends Numeric>(array: Array<T | Primitive>): [T | Primitive, T | Primitive]…
35 let extentMixed: [Primitive | NumCoercible, Primitive | NumCoercible] | [undefined, undefined];
DexcessPropertyCheckWithMultipleDiscriminants.symbols51 type Primitive = Int | Float | Str | Bool;
52 >Primitive : Symbol(Primitive, Decl(excessPropertyCheckWithMultipleDiscriminants.ts, 22, 1))
58 const foo: Primitive = {
60 >Primitive : Symbol(Primitive, Decl(excessPropertyCheckWithMultipleDiscriminants.ts, 22, 1))
DexcessPropertyCheckWithMultipleDiscriminants.types35 type Primitive = Int | Float | Str | Bool;
36 >Primitive : Int | Float | Str | Bool
38 const foo: Primitive = {
39 >foo : Primitive
DexcessPropertyCheckWithMultipleDiscriminants.errors.txt1 …mber"; value: number; multipleOf: number; format: string; }' is not assignable to type 'Primitive'.
34 type Primitive = Int | Float | Str | Bool;
36 const foo: Primitive = {
41 …mber"; value: number; multipleOf: number; format: string; }' is not assignable to type 'Primitive'.
/third_party/skia/third_party/externals/swiftshader/src/Device/
DQuadRasterizer.cpp43 Int yMin = *Pointer<Int>(primitive + OFFSET(Primitive, yMin)); in generate()
44 Int yMax = *Pointer<Int>(primitive + OFFSET(Primitive, yMax)); in generate()
56 primitive += sizeof(Primitive) * state.multiSampleCount; in generate()
101 …Int x0a = Int(*Pointer<Short>(primitive + OFFSET(Primitive, outline->left) + (y + 0) * sizeof(Prim… in rasterize()
102 …Int x0b = Int(*Pointer<Short>(primitive + OFFSET(Primitive, outline->left) + (y + 1) * sizeof(Prim… in rasterize()
107 …*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive, outline->left) + (y + 0) * s… in rasterize()
108 …*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive, outline->left) + (y + 1) * s… in rasterize()
114 …Int x1a = Int(*Pointer<Short>(primitive + OFFSET(Primitive, outline->right) + (y + 0) * sizeof(Pri… in rasterize()
115 …Int x1b = Int(*Pointer<Short>(primitive + OFFSET(Primitive, outline->right) + (y + 1) * sizeof(Pri… in rasterize()
120 …*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive, outline->right) + (y + 0) * … in rasterize()
[all …]
DRenderer.hpp60 using PrimitiveBatch = std::array<Primitive, MaxBatchSize>;
136 …using SetupFunction = int (*)(vk::Device *device, Triangle *triangles, Primitive *primitives, cons…
190 …static int setupSolidTriangles(vk::Device *device, Triangle *triangles, Primitive *primitives, con…
191 …static int setupWireframeTriangles(vk::Device *device, Triangle *triangles, Primitive *primitives,…
192 …static int setupPointTriangles(vk::Device *device, Triangle *triangles, Primitive *primitives, con…
193 …static int setupLines(vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawCa…
194 …static int setupPoints(vk::Device *device, Triangle *triangles, Primitive *primitives, const DrawC…
196 …static bool setupLine(vk::Device *device, Primitive &primitive, Triangle &triangle, const DrawCall…
197 …static bool setupPoint(vk::Device *device, Primitive &primitive, Triangle &triangle, const DrawCal…
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DQuadRasterizer.cpp56 yMin = *Pointer<Int>(primitive + OFFSET(Primitive,yMin)); in generate()
57 yMax = *Pointer<Int>(primitive + OFFSET(Primitive,yMax)); in generate()
69 primitive += sizeof(Primitive) * state.multiSample; in generate()
121 …Int x0a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 0) * sizeof(Primi… in rasterize()
122 …Int x0b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->left) + (y + 1) * sizeof(Primi… in rasterize()
127 …(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->left) + (y + 0) * s… in rasterize()
128 …(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->left) + (y + 1) * s… in rasterize()
134 …Int x1a = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->right) + (y + 0) * sizeof(Prim… in rasterize()
135 …Int x1b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->right) + (y + 1) * sizeof(Prim… in rasterize()
140 …*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->right) + (y + 0) * s… in rasterize()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSetupRoutine.cpp107 …*Pointer<Byte8>(primitive + OFFSET(Primitive, clockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0xFF… in generate()
108 …*Pointer<Byte8>(primitive + OFFSET(Primitive, invClockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0… in generate()
112 …*Pointer<Byte8>(primitive + OFFSET(Primitive, clockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0x00… in generate()
113 …*Pointer<Byte8>(primitive + OFFSET(Primitive, invClockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0… in generate()
118 …*Pointer<Byte8>(primitive + OFFSET(Primitive, clockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0xFF… in generate()
119 …*Pointer<Byte8>(primitive + OFFSET(Primitive, invClockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0… in generate()
211 …r<Byte> leftEdge = Pointer<Byte>(primitive + OFFSET(Primitive, outline->left)) + q * sizeof(Primit… in generate()
212 …Byte> rightEdge = Pointer<Byte>(primitive + OFFSET(Primitive, outline->right)) + q * sizeof(Primit… in generate()
222 *Pointer<Short>(leftEdge + y * sizeof(Primitive::Span)) = x; in generate()
223 *Pointer<Short>(rightEdge + y * sizeof(Primitive::Span)) = x; in generate()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DSetupRoutine.cpp117 …*Pointer<Byte8>(primitive + OFFSET(Primitive,clockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0xFF,… in generate()
118 …*Pointer<Byte8>(primitive + OFFSET(Primitive,invClockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0x… in generate()
122 …*Pointer<Byte8>(primitive + OFFSET(Primitive,clockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0x00,… in generate()
123 …*Pointer<Byte8>(primitive + OFFSET(Primitive,invClockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0x… in generate()
129 *Pointer<Float>(primitive + OFFSET(Primitive,area)) = 0.5f * A; in generate()
136 …*Pointer<Byte8>(primitive + OFFSET(Primitive,clockwiseMask)) = Byte8(0xFF, 0xFF, 0xFF, 0xFF, 0xFF,… in generate()
137 …*Pointer<Byte8>(primitive + OFFSET(Primitive,invClockwiseMask)) = Byte8(0x00, 0x00, 0x00, 0x00, 0x… in generate()
225 …r<Byte> leftEdge = Pointer<Byte>(primitive + OFFSET(Primitive,outline->left)) + q * sizeof(Primiti… in generate()
226 …<Byte> rightEdge = Pointer<Byte>(primitive + OFFSET(Primitive,outline->right)) + q * sizeof(Primit… in generate()
236 *Pointer<Short>(leftEdge + y * sizeof(Primitive::Span)) = x; in generate()
[all …]
/third_party/mindspore/patches/
D0012-add-mindir-ops.patch308 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
316 + auto prim = static_cast<const schema::Primitive *>(primitive);
330 + auto prim = static_cast<schema::Primitive *>(*primitive);
349 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
355 + auto prim = static_cast<const schema::Primitive *>(primitive);
369 + auto prim = static_cast<schema::Primitive *>(*primitive);
377 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
390 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
396 + auto prim = static_cast<const schema::Primitive *>(primitive);
410 + auto prim = static_cast<schema::Primitive *>(*primitive);
[all …]
D0021-add-mindir-ops.patch636 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
642 + auto prim = static_cast<const schema::Primitive *>(primitive);
663 + auto prim = static_cast<schema::Primitive *>(*primitive);
673 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
682 + auto prim = static_cast<const schema::Primitive *>(primitive);
708 + auto prim = static_cast<schema::Primitive *>(*primitive);
718 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
763 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
774 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
780 + auto prim = static_cast<const schema::Primitive *>(primitive);
[all …]
D0008-upgrade-flatbuffers-fix_crash.patch419 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
430 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
436 + auto prim = static_cast<const schema::Primitive *>(primitive);
454 + auto prim = static_cast<schema::Primitive *>(*primitive);
464 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
477 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
483 + auto prim = static_cast<const schema::Primitive *>(primitive);
497 + auto prim = static_cast<schema::Primitive *>(*primitive);
506 + auto ret_value = flatbuffers::GetMutableRoot<schema::Primitive>(new_addr);
514 + auto prim = static_cast<const schema::Primitive *>(primitive);
[all …]
D0011-fix-npu-infer-memory-leak-delete-liteGraph.patch17 @@ -131,6 +131,7 @@ Status NNRTDelegate::BuildKirinNPUModel(DelegateModel<schema::Primitive> *model)
25 @@ -209,6 +210,8 @@ Status NNRTDelegate::CreateFullModelKernel(DelegateModel<schema::Primitive> *mod
34 @@ -618,6 +621,7 @@ Status NNRTDelegate::CreateNNRTSubgraphKernels(DelegateModel<schema::Primitive>
94 Status Build(DelegateModel<schema::Primitive> *model) override;
/third_party/typescript/tests/cases/compiler/
DtypeInferenceLiteralUnion.ts5 export type Primitive = number | string | boolean | Date; alias
29 …rt function extent<T extends Numeric>(array: Array<T | Primitive>): [T | Primitive, T | Primitive]…
34 let extentMixed: [Primitive | NumCoercible, Primitive | NumCoercible] | [undefined, undefined]; variable
DexcessPropertyCheckWithMultipleDiscriminants.ts25 type Primitive = Int | Float | Str | Bool; alias
27 const foo: Primitive = {
/third_party/node/deps/v8/src/wasm/
Dvalue-type.h302 static constexpr ValueType Primitive(ValueKind kind) { in Primitive() function
361 return is_packed() ? Primitive(kI32) : *this; in Unpacked()
432 return Primitive(kI32); in For()
434 return Primitive(kI64); in For()
436 return Primitive(kF32); in For()
438 return Primitive(kF64); in For()
442 return Primitive(kS128); in For()
595 constexpr ValueType kWasmI32 = ValueType::Primitive(kI32);
596 constexpr ValueType kWasmI64 = ValueType::Primitive(kI64);
597 constexpr ValueType kWasmF32 = ValueType::Primitive(kF32);
[all …]
/third_party/node/deps/v8/include/
Dv8-primitive.h28 class V8_EXPORT Primitive : public Value {};
34 class V8_EXPORT Boolean : public Primitive {
61 void Set(Isolate* isolate, int index, Local<Primitive> item);
62 Local<Primitive> Get(Isolate* isolate, int index);
78 class V8_EXPORT Name : public Primitive {
641 class V8_EXPORT Number : public Primitive {
716 class V8_EXPORT BigInt : public Primitive {
828 V8_INLINE Local<Primitive> Undefined(Isolate* isolate) { in Undefined()
833 return Local<Primitive>(reinterpret_cast<Primitive*>(slot)); in Undefined()
836 V8_INLINE Local<Primitive> Null(Isolate* isolate) { in Null()
[all …]
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs24 enum Primitive { enum
32 impl Primitive { implementation
36 Primitive::Literal(ref x) => &x.span, in span()
37 Primitive::Assertion(ref x) => &x.span, in span()
38 Primitive::Dot(ref span) => span, in span()
39 Primitive::Perl(ref x) => &x.span, in span()
40 Primitive::Unicode(ref x) => &x.span, in span()
47 Primitive::Literal(lit) => Ast::Literal(lit), in into_ast()
48 Primitive::Assertion(assert) => Ast::Assertion(assert), in into_ast()
49 Primitive::Dot(span) => Ast::Dot(span), in into_ast()
[all …]
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.hpp129 enum Primitive enum
186 static std::string primitiveToString (Primitive primitive);
224 Primitive primitive;
261 bool compare (gls::DrawTestSpec::Primitive primitiveType);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-ue4/asm/vert/
Dtexture-buffer.asm.vert291 …_in]], constant type_View& View [[buffer(0)]], constant type_Primitive& Primitive [[buffer(1)]], c…
298 …float3 _158 = float3x3(Primitive.Primitive_LocalToWorld[0].xyz, Primitive.Primitive_LocalToWorld[1…
301Primitive.Primitive_LocalToWorld[0u].xyz * _137.xxx) + (Primitive.Primitive_LocalToWorld[1u].xyz *…
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-ue4/asm/vert/
Dtexture-buffer.asm.vert291 …_in]], constant type_View& View [[buffer(0)]], constant type_Primitive& Primitive [[buffer(1)]], c…
298 …float3 _158 = float3x3(Primitive.Primitive_LocalToWorld[0].xyz, Primitive.Primitive_LocalToWorld[1…
301Primitive.Primitive_LocalToWorld[0u].xyz * _137.xxx) + (Primitive.Primitive_LocalToWorld[1u].xyz *…
/third_party/glslang/Test/
Dlink.tesselation.tesc3 layout(location = 0) in Primitive
8 layout(location = 0) out Primitive
Dlink.tesselation.tese3 layout(location = 0) in Primitive
8 layout(location = 0) out Primitive

12345678910>>...12