Searched defs:cc2 (Results 1 - 7 of 7) sorted by relevance

/external/v8/test/mjsunit/
H A Duri.js35 var cc2 = 0x0000; variable
36 var s2 = String.fromCharCode(cc2);
68 assertEquals(cc2, decodeURI(encodeURI(s2)).charCodeAt(0));
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dcompare.cc270 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
299 const int64 c2 = (cc2 * count * count) >> 12;
/external/libvpx/libvpx/vpx_dsp/
H A Dssim.c68 static const int64_t cc2 = 239708; // (64^2*(.03*255)^2 variable
78 c2 = (cc2 * count * count) >> 12;
242 const int64_t c2 = (cc2 * n * n) >> 12;
273 const int64_t c2 = (cc2 * n * n) >> 12;
/external/libyuv/files/source/
H A Dcompare.cc472 static const int64 cc2 = 239708; // (64^2*(.03*255)^2 variable
498 const int64 c2 = (cc2 * count * count) >> 12;
/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1359 int32_t cc2=combineBackCharsAndCc[2*i+1]; local
1360 if(tccc==0 || cc2!=0) {
1364 // System.out.format("remove U+%04x (tccc=%d) + U+%04x (cc=%d)\n", c, tccc, c2, cc2);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_structs.h347 } cc2; member in struct:brw_cc_unit_state
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c10936 IRTemp cc2 = newTemp( Ity_I32 ); local
11036 * If QNaN,SNaN, +infinity, -infinity then cc0, cc1 and cc2 are zero
11072 assign( cc2, binop( Iop_Shl32,
11098 mkexpr( cc2 ),

Completed in 224 milliseconds