Home
last modified time | relevance | path

Searched refs:g03 (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/test/
Dsanitytest.c32 a03, b03, c03, d03, e03, f03, g03, h03, i03, j03, in test_sanity_enum_size() enumerator
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_bad_pixels.cpp916 int32 g03 = p0 [3]; in FixIsolatedPixel() local
948 Abs_int32 (g03 - g23) + in FixIsolatedPixel()
979 Abs_int32 (g03 - g21) + in FixIsolatedPixel()
1337 int32 g03 = p0 [3 * cs]; in FixSingleColumn() local
1392 Abs_int32 (g03 - g45) + in FixSingleColumn()
/third_party/typescript/tests/baselines/reference/
DgenericFunctionInference1.js26 const g03: <T>(x: T) => { value: T[] } = pipe(x => list(x), box); constant
269 const g03 = pipe(x => list(x), box); constant
DgenericFunctionInference1.errors.txt30 const g03: <T>(x: T) => { value: T[] } = pipe(x => list(x), box);
DgenericFunctionInference1.symbols198 const g03: <T>(x: T) => { value: T[] } = pipe(x => list(x), box);
199 >g03 : Symbol(g03, Decl(genericFunctionInference1.ts, 24, 5))
DgenericFunctionInference1.types185 const g03: <T>(x: T) => { value: T[] } = pipe(x => list(x), box);
186 >g03 : <T>(x: T) => { value: T[]; }
/third_party/typescript/tests/cases/compiler/
DgenericFunctionInference1.ts28 const g03: <T>(x: T) => { value: T[] } = pipe(x => list(x), box); constant
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dconv_depthwise_fp16.c261 MS_FLOAT16X8 g03 = MS_LDQ_F16(weight + 24); in ConvDw3x3LineFp16() local
277 MS_FLOAT16X8 acc3 = MS_MULQ_F16(MS_LDQ_F16(line0 + 24), g03); in ConvDw3x3LineFp16()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_depthwise_fp32.c588 MS_FLOAT32X4 g03 = MS_LDQ_F32(weight + 12); in ConvDw3x3Line() local
604 MS_FLOAT32X4 acc3 = MS_MULQ_F32(MS_LDQ_F32(line0 + 12), g03); in ConvDw3x3Line()