Home
last modified time | relevance | path

Searched refs:yc (Results 1 – 25 of 57) sorted by relevance

123

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv_3x3.cc108 std::string yc[4] = {"Y - 1", "Y", "Y + 1", "Y + 2"}; in GenerateDepthwiseConvCode() local
153 yc[0] = "y0"; in GenerateDepthwiseConvCode()
154 yc[1] = "y1"; in GenerateDepthwiseConvCode()
155 yc[2] = "y2"; in GenerateDepthwiseConvCode()
156 yc[3] = "y3"; in GenerateDepthwiseConvCode()
174 yc[y] + ")] * INIT_FLT(x0_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
176 yc[y] + ")] * INIT_FLT(x1_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
178 yc[y] + ")] * INIT_FLT(x2_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
180 yc[y] + ")] * INIT_FLT(x3_in && " + y_in + ");\n"; in GenerateDepthwiseConvCode()
183 c += " s0 = args.src_tensor.Read(" + xc[0] + ", " + yc[y] + in GenerateDepthwiseConvCode()
[all …]
Ddepthwise_conv_3x3_stride_h2.cc122 const std::string yc = "y" + std::to_string(y); in GetKernelDepthWiseConv3x3StrideH2() local
125 c += " s0 = src_loc[args.src_tensor.GetWHOffset(x0, " + yc + in GetKernelDepthWiseConv3x3StrideH2()
127 c += " s1 = src_loc[args.src_tensor.GetWHOffset(x1, " + yc + in GetKernelDepthWiseConv3x3StrideH2()
129 c += " s2 = src_loc[args.src_tensor.GetWHOffset(x2, " + yc + in GetKernelDepthWiseConv3x3StrideH2()
133 c += " s0 = args.src_tensor.Read(x0, " + yc + in GetKernelDepthWiseConv3x3StrideH2()
135 c += " s1 = args.src_tensor.Read(x1, " + yc + in GetKernelDepthWiseConv3x3StrideH2()
137 c += " s2 = args.src_tensor.Read(x2, " + yc + in GetKernelDepthWiseConv3x3StrideH2()
140 c += " s0 = args.src_tensor.Read(x0, " + yc + ", S);\n"; in GetKernelDepthWiseConv3x3StrideH2()
141 c += " s1 = args.src_tensor.Read(x1, " + yc + ", S);\n"; in GetKernelDepthWiseConv3x3StrideH2()
142 c += " s2 = args.src_tensor.Read(x2, " + yc + ", S);\n"; in GetKernelDepthWiseConv3x3StrideH2()
Dwinograd.cc589 const std::string yc = std::to_string(x); in GetWinograd36To4x4Tile4x1Code() local
592 " = args.src_tensor.Read<ACCUM_FLT>(tile_id, " + yc + ", DST_Z);\n"; in GetWinograd36To4x4Tile4x1Code()
600 const std::string yc = std::to_string(y * 6 + x); in GetWinograd36To4x4Tile4x1Code() local
603 " = args.src_tensor.Read<ACCUM_FLT>(tile_id, " + yc + ", DST_Z);\n"; in GetWinograd36To4x4Tile4x1Code()
/external/pffft/
Dtest_pffastconv.c481 int yi, yc, posMaxErr;
680 for ( yc = 1; yc < NUMY; ++yc )
682 if (!aRunAlgo[yc])
684 if (aFastAlgo[yc]) {
685 if ( iMaxSpeedFastAlgo < 0 || aSpeedFactor[yc] > aSpeedFactor[iMaxSpeedFastAlgo] )
686 iMaxSpeedFastAlgo = yc;
689 iFirstFastAlgo = yc;
693 if ( iMaxSpeedSlowAlgo < 0 || aSpeedFactor[yc] > aSpeedFactor[iMaxSpeedSlowAlgo] )
694 iMaxSpeedSlowAlgo = yc;
724 for ( yc = 0; yc < NUMY; ++yc )
[all …]
/external/libopus/celt/mips/
Dmdct_mipsr1.h140 kiss_fft_cpx yc; in clt_mdct_forward() local
151 yc.r = yr; in clt_mdct_forward()
152 yc.i = yi; in clt_mdct_forward()
153 yc.r = PSHR32(MULT16_32_Q16(scale, yc.r), scale_shift); in clt_mdct_forward()
154 yc.i = PSHR32(MULT16_32_Q16(scale, yc.i), scale_shift); in clt_mdct_forward()
155 f2[st->bitrev[i]] = yc; in clt_mdct_forward()
/external/skia/modules/skottie/src/effects/
DDisplacementMapEffect.cpp210 yc = Coeffs(fYSelector); in buildEffectShader() local
215 xc.dr*s.x, yc.dr*s.y, 0, 0, in buildEffectShader()
216 xc.dg*s.x, yc.dg*s.y, 0, 0, in buildEffectShader()
217 xc.db*s.x, yc.db*s.y, 0, 0, in buildEffectShader()
218 xc.da*s.x, yc.da*s.y, xc.c_scale, yc.c_scale, in buildEffectShader()
227 (yc.d_offset - .5f) * s.y, in buildEffectShader()
229 yc.c_offset, in buildEffectShader()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dtensor_desc.cc250 std::string yc; in PerformReadSelector() local
254 bool parsed = ParseCoordsFromArgs(args, 0, &xc, &yc, &zc, &sc, &bc); in PerformReadSelector()
259 *result = Read(gpu_info, read_as_type, GetPhysicalCoords(xc, yc, zc, sc, bc)); in PerformReadSelector()
267 std::string yc; in GetLinkingContextFromWriteSelector() local
271 bool parsed = ParseCoordsFromArgs(args, 1, &xc, &yc, &zc, &sc, &bc); in GetLinkingContextFromWriteSelector()
281 *y_coord = absl::StrCat("(", yc, ")"); in GetLinkingContextFromWriteSelector()
290 std::string yc; in PerformWriteSelector() local
294 bool parsed = ParseCoordsFromArgs(args, 1, &xc, &yc, &zc, &sc, &bc); in PerformWriteSelector()
298 *result = Write(gpu_info, args[0], GetPhysicalCoords(xc, yc, zc, sc, bc)); in PerformWriteSelector()
475 std::string yc; in PerformGetAddressSelector() local
[all …]
Dtensor_desc.h155 const std::string& yc,
177 const std::string& yc,
183 std::string* xc, std::string* yc, std::string* zc,
/external/libopus/celt/
Dmdct.c197 kiss_fft_cpx yc; in clt_mdct_forward_c() local
206 yc.r = yr; in clt_mdct_forward_c()
207 yc.i = yi; in clt_mdct_forward_c()
208 yc.r = PSHR32(MULT16_32_Q16(scale, yc.r), scale_shift); in clt_mdct_forward_c()
209 yc.i = PSHR32(MULT16_32_Q16(scale, yc.i), scale_shift); in clt_mdct_forward_c()
210 f2[st->bitrev[i]] = yc; in clt_mdct_forward_c()
/external/lzma/CPP/7zip/UI/FileManager/
DOverwriteDialog.rc5 #define yc 200
48 #undef yc
52 #define yc 144
DProgressDialog.rc5 #define yc 44
DPasswordDialog.rc5 #define yc 72
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.rc5 #define yc 168
69 #undef yc
72 #define yc 128
/external/libopus/celt/arm/
Dcelt_mdct_ne10.c118 kiss_fft_cpx yc; in clt_mdct_forward_neon() local
127 yc.r = yr; in clt_mdct_forward_neon()
128 yc.i = yi; in clt_mdct_forward_neon()
129 f2[i] = yc; in clt_mdct_forward_neon()
/external/lzma/CPP/7zip/
DGuiCommon.rc18 #undef yc
44 #define ys (yc + m + m)
/external/one-true-awk/testdir/
Dcleanup5 rm -f *.awk *.out testall try ind NOTES cleanup xc yc
/external/python/cpython2/Doc/tools/
Dsusp-ignored.csv11 faq/programming,,:reduce,"Sx=Sx,Sy=Sy:reduce(lambda x,y:x+y,map(lambda x,xc=Ru,yc=yc,Ru=Ru,Ro=Ro,"
12 faq/programming,,:chr,">=4.0) or 1+f(xc,yc,x*x-y*y+xc,2.0*x*y+yc,k-1,f):f(xc,yc,x,y,k,f):chr("
/external/libaom/libaom/av1/common/
Dmv.h302 const int yc = in gm_get_motion_vector() local
305 ty = convert_to_trans_prec(allow_hp, yc); in gm_get_motion_vector()
/external/python/cpython2/Lib/
Ddecimal.py2000 yc, ye = y.int, y.exp
2001 while yc % 10 == 0:
2002 yc //= 10
2008 xe *= yc
2067 e = _decimal_lshift_exact(e * yc, ye)
2068 xe = _decimal_lshift_exact(xe * yc, ye)
2094 e = _decimal_lshift_exact(e * yc, ye)
2095 xe = _decimal_lshift_exact(xe * yc, ye)
2112 m, n = yc*10**ye, 1
2114 if xe != 0 and len(str(abs(yc*xe))) <= -ye:
[all …]
/external/python/cpython3/Lib/
D_pydecimal.py2116 yc, ye = y.int, y.exp
2117 while yc % 10 == 0:
2118 yc //= 10
2124 xe *= yc
2183 e = _decimal_lshift_exact(e * yc, ye)
2184 xe = _decimal_lshift_exact(xe * yc, ye)
2210 e = _decimal_lshift_exact(e * yc, ye)
2211 xe = _decimal_lshift_exact(xe * yc, ye)
2228 m, n = yc*10**ye, 1
2230 if xe != 0 and len(str(abs(yc*xe))) <= -ye:
[all …]
/external/ImageMagick/PerlMagick/t/reference/filter/
DEqualize.miff27 8W% ]#W'@+I+8c,Qr50]Y8I�gQ�no�}c��v����sc�s.�g&�Y8�`8�Y.�II|Q@|sv�����������܈��m��;��%yc
36ycѳ����������������������+�c���������������������������C��C��A��<��<�}8��;�}?�h@��|���������������…
38 …y��y��n�����y�����YW~gIz`.|Q@vIIwIQv`ct`hkYWaA8]88YA8YA@a8Q]08M Afghp��1ycI`@Q]ArAQI�]…
42 *. 8 8 %@.*@shyc)��3��,�y7Ŕ1�}@˨Fν�oY��Y��Y��Y��Y��U¾a��h��UŲx�����������������������������…
/external/avb/test/data/
Dtestkey_rsa4096.pem14 n7k2UBAia8xSoWCR6BbRuHeV5oA+PLGeOpE7QaSfonB+yc+cy0x3Or3ssfqEsu/q
/external/llvm-project/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
/external/llvm/docs/HistoricalNotes/
D2003-01-23-CygwinNotes.txt26 does not like = signs in rules. Burg's gram.yc source file uses them. I think
/external/lzma/CPP/7zip/Bundles/SFXWin/
Dresource.rc11 #define yc 64

123