Home
last modified time | relevance | path

Searched defs:a8 (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/opencl-headers/tests/
Dtest_headers.c29 cl_char8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_char() local
89 cl_uchar8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_uchar() local
149 cl_short8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_short() local
209 cl_ushort8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_ushort() local
269 cl_int8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_int() local
329 cl_uint8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_uint() local
389 cl_long8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_long() local
449 cl_ulong8 a8 = {{ 0, 1, 2, 3, 4, 5, 6, 7 }}; in test_ulong() local
509 cl_float8 a8 = {{ 0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f }}; in test_float() local
571 cl_double8 a8 = {{ 0.0f, 1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f, 7.0f }}; in test_double() local
/third_party/ffmpeg/libavfilter/
Dvf_removegrain.c68 static int mode01(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode01()
83 static int mode02(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode02()
92 static int mode03(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode03()
101 static int mode04(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode04()
110 static int mode05(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode05()
133 static int mode06(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode06()
165 static int mode07(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode07()
197 static int mode08(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode08()
229 static int mode09(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode09()
251 static int mode10(int c, int a1, int a2, int a3, int a4, int a5, int a6, int a7, int a8) in mode10()
[all …]
/third_party/skia/src/opts/
DSk4px_NEON.h38 uint8x16_t a8 = vdupq_n_u8(0); // ____ ____ ____ ____ in Load4Alphas() local
48 uint8x16_t a8 = vdupq_n_u8(0); // ____ ____ ____ ____ in Load2Alphas() local
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
Dtransform_args.h84 #define ABSL_INTERNAL_TRANSFORM_ARGS9(m, a0, a1, a2, a3, a4, a5, a6, a7, a8) \ argument
87 #define ABSL_INTERNAL_TRANSFORM_ARGS10(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
91 #define ABSL_INTERNAL_TRANSFORM_ARGS11(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
95 #define ABSL_INTERNAL_TRANSFORM_ARGS12(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
100 #define ABSL_INTERNAL_TRANSFORM_ARGS13(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
105 #define ABSL_INTERNAL_TRANSFORM_ARGS14(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
110 #define ABSL_INTERNAL_TRANSFORM_ARGS15(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
115 #define ABSL_INTERNAL_TRANSFORM_ARGS16(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
120 #define ABSL_INTERNAL_TRANSFORM_ARGS17(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
125 #define ABSL_INTERNAL_TRANSFORM_ARGS18(m, a0, a1, a2, a3, a4, a5, a6, a7, a8, \ argument
[all …]
/third_party/typescript/tests/baselines/reference/
DinvalidTaggedTemplateEscapeSequences(target=esnext).js19 const a8 = tag`${ 100 }\u{` // \\u{ constant
44 const a8 = tag `${100}\u{`; // \\u{ constant
DinvalidTaggedTemplateEscapeSequences(target=es5).js19 const a8 = tag`${ 100 }\u{` // \\u{ constant
52 var a8 = tag(__makeTemplateObject(["", void 0], ["", "\\u{"]), 100); // \\u{ variable
DinvalidTaggedTemplateEscapeSequences(target=es2015).js19 const a8 = tag`${ 100 }\u{` // \\u{ constant
48 const a8 = tag(__makeTemplateObject(["", void 0], ["", "\\u{"]), 100); // \\u{ constant
DexcessivelyLargeTupleSpread.js33 const a8 = [...a7, ...a7] as const; variable
DreadonlyTupleAndArrayElaboration.js49 const a8: boolean[] = a7; constant
105 var a8 = a7; variable
DnestedBlockScopedBindings2.js100 function a8() { function
DdeclarationEmitDestructuringArrayPattern4.js16 var _c = [1, 2, 3], x16 = _c[0], y16 = _c[1], z16 = _c[2], a8 = _c.slice(3); variable
DinstantiationExpressionErrors.js19 const a8 = f<number><number>; // Relational operator error constant
120 var a8 = f < number > ; // Relational operator error variable
/third_party/typescript/tests/cases/conformance/types/typeRelationships/assignmentCompatibility/
DconstructSignatureAssignabilityInInheritance5.ts18 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
41a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
DcallSignatureAssignabilityInInheritance5.ts18 a8: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
41a8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; // ok method
DconstructSignatureAssignabilityInInheritance2.ts17 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
58a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
DcallSignatureAssignabilityInInheritance2.ts17 a8: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
58a8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; // ok method
DcallSignatureAssignabilityInInheritance3.ts15 a8: (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
61a8: <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: number; }) => U) => (r:… method
DconstructSignatureAssignabilityInInheritance3.ts15 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
51a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: { foo: number; }) => U) =>… property
/third_party/typescript/tests/cases/conformance/types/typeRelationships/subtypesAndSuperTypes/
DsubtypingWithConstructSignatures5.ts18 a8: new (x: (arg: Base) => Derived, y: (arg2: Base) => Derived) => (r: Base) => Derived; property
41a8: new <T extends Base, U extends Derived>(x: (arg: T) => U, y: (arg2: T) => U) => (r: T) => U; /… property
/third_party/typescript/tests/cases/compiler/
DnestedBlockScopedBindings2.ts99 function a8() { function
/third_party/typescript/tests/cases/conformance/expressions/nullishCoalescingOperator/
DnullishCoalescingOperator2.ts10 declare const a8: never | null constant
DnullishCoalescingOperator_not_strict.ts10 declare const a8: never | null constant
/third_party/typescript/tests/cases/conformance/es2018/
DinvalidTaggedTemplateEscapeSequences.ts20 const a8 = tag`${ 100 }\u{` // \\u{ constant
/third_party/typescript/tests/arkTSTest/testcase/arkts-sendable-generic-types/
Darkts-sendable-generic-types.ts29 let a8 = new A1<T>(); variable
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dsubstitute.h338 const substitute_internal::Arg& a8) { in SubstituteAndAppend()
352 const substitute_internal::Arg& a8, const substitute_internal::Arg& a9) { in SubstituteAndAppend()
581 const substitute_internal::Arg& a7, const substitute_internal::Arg& a8) { in Substitute()
592 const substitute_internal::Arg& a7, const substitute_internal::Arg& a8, in Substitute()

1234