Home
last modified time | relevance | path

Searched refs:summ (Results 1 – 11 of 11) sorted by relevance

/third_party/lzma/C/
DPpmd.h29 #define PPMD_GET_MEAN_SPEC(summ, shift, round) (((summ) + (1 << ((shift) - (round)))) >> (shift)) argument
30 #define PPMD_GET_MEAN(summ) PPMD_GET_MEAN_SPEC((summ), PPMD_PERIOD_BITS, 2) argument
DPpmd7Enc.c232 unsigned summ = (UInt16)see->Summ; // & 0xFFFF in Ppmd7z_EncodeSymbol() local
233 unsigned r = (summ >> see->Shift); in Ppmd7z_EncodeSymbol()
234 see->Summ = (UInt16)(summ - r); in Ppmd7z_EncodeSymbol()
DPpmd7.c407 unsigned summ = ((5 * i + 10) << (PPMD_PERIOD_BITS - 4)); in RestartModel() local
410 s->Summ = (UInt16)summ; in RestartModel()
936 unsigned summ = (UInt16)see->Summ; // & 0xFFFF in Ppmd7_MakeEscFreq() local
937 unsigned r = (summ >> see->Shift); in Ppmd7_MakeEscFreq()
938 see->Summ = (UInt16)(summ - r); in Ppmd7_MakeEscFreq()
/third_party/glslang/Test/baseResults/
D150.geom.out133 0:107 'summ' ( global float)
174 0:? 'summ' ( global float)
260 0:107 'summ' ( global float)
287 0:? 'summ' ( global float)
D320.geom.out160 0:? 'summ' ( const highp int)
241 0:? 'summ' ( const highp int)
D310.geom.out183 0:? 'summ' ( const highp int)
267 0:? 'summ' ( const highp int)
/third_party/glslang/Test/
D150.geom107 float summ = gl_MaxVertexAttribs +
D320.geom89 const int summ = gl_MaxVertexAttribs +
D310.geom99 const int summ = gl_MaxVertexAttribs +
/third_party/node/deps/v8/src/execution/
Dframes.h438 FrameSummary(type summ) : field(summ) {} // NOLINT
/third_party/skia/third_party/externals/libwebp/swig/
Dlibwebp_python_wrap.c3238 double summ, reps, diff; in SWIG_CanCastAsInteger() local
3246 summ = rd + x; in SWIG_CanCastAsInteger()
3247 reps = diff/summ; in SWIG_CanCastAsInteger()