Searched refs:d4 (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
H A Ditoa.h63 const uint32_t d4 = (c % 100) << 1; local
75 *buffer++ = cDigitsLut[d4];
76 *buffer++ = cDigitsLut[d4 + 1];
99 const uint32_t d4 = (c % 100) << 1; local
107 *buffer++ = cDigitsLut[d4];
108 *buffer++ = cDigitsLut[d4 + 1];
158 const uint32_t d4 = (c % 100) << 1; local
170 *buffer++ = cDigitsLut[d4];
171 *buffer++ = cDigitsLut[d4 + 1];
185 const uint32_t d4 local
259 const uint32_t d4 = (c0 % 100) << 1; local
[all...]
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_feature_detection.cpp264 inline void db_gxx_gxy_gyy_row_s(int *g,int *d0,int *d1,int *d2,int *d3,int *d4,int nc) argument
276 mov edi,d4
351 g[c]=d0[c]+(d1[c]<<2)+(dd<<2)+(dd<<1)+(d3[c]<<2)+d4[c];
354 g[c+128]=d0[c+128]+(d1[c+128]<<2)+(dd<<2)+(dd<<1)+(d3[c+128]<<2)+d4[c+128];
357 g[c+256]=d0[c+256]+(d1[c+256]<<2)+(dd<<2)+(dd<<1)+(d3[c+256]<<2)+d4[c+256];

Completed in 229 milliseconds