/external/clang/test/Modules/ |
template-specialization-visibility.cpp | 26 int k6 = decltype(explicit_inst_member_enum_template)::e; variable
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
nops-5.s | 42 .arch k6 43 k6: label
|
/external/v8/test/mjsunit/ |
global-infinity-strict.js | 126 function k6() { return "" + this.Infinity; } function 127 testThrows(k6);
|
global-infinity.js | 117 function k6() { return "" + this.Infinity; } function 118 test("Infinity", k6);
|
global-nan-strict.js | 126 function k6() { return "" + this.NaN; } function 127 testThrows(k6);
|
global-nan.js | 117 function k6() { return "" + this.NaN; } function 118 test("NaN", k6);
|
global-undefined-strict.js | 124 function k6() { return "" + this; } function 125 test("undefined", k6);
|
global-undefined.js | 125 function k6() { return "" + this.undefined; } function 126 test("undefined", k6);
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
dct.cpp | 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local 79 k6 = mask & (tmp >> 7); 80 k5 = k6 - (k5 << 1); 81 k6 = (tmp2 >> 16) & 0xFF; 83 k6 = k7 - (k6 << 1); 93 k1 = k1 + k6; 94 k6 = k1 - (k6 << 1); 112 k5 = k5 + k6; 270 Int k0, k1, k2, k3, k4, k5, k6, k7; local 476 Int k0, k1, k2, k3, k4, k5, k6, k7; local 655 Int k0, k1, k2, k3, k4, k5, k6, k7; local 866 Int k0, k1, k2, k3, k4, k5, k6, k7; local 1053 Int k0, k1, k2, k3, k4, k5, k6, k7; local [all...] |
dct_inline.h | 60 __inline int32 mla1338(int32 k6, int32 k14, int32 k1) 66 out = k6 * 1338 + k1; 71 __inline int32 mla946(int32 k6, int32 k14, int32 k1) 77 out = k6 * 946 + k1; 83 int32 k4, int32 k5, int32 k6, int32 k7) 99 carry = k6 >> 31; 100 abs_sum += (k6 ^ carry) - carry; 147 __inline int32 mla1338(int32 k6, int32 k14, int32 k1) 153 smlabb out, k6, k14, k1 local 159 __inline int32 mla946(int32 k6, int32 k14, int32 k1 165 smlabb out, k6, k14, k1 local 220 mla out, k6, out, k1 local 233 mla out, k6, out, k1 local 258 eors carry, k6, k6, asr #31 ; local [all...] |
/external/clang/test/SemaCXX/ |
cxx11-user-defined-literals.cpp | 111 int k6 = 123_ambig2; // ok member in namespace:AmbiguousRawTemplate::N
|
/external/opencv3/modules/imgproc/src/ |
undistort.cpp | 125 double k6 = distCoeffs.cols + distCoeffs.rows - 1 >= 8 ? distPtr[7] : 0.; local 144 double kr = (1 + ((k3*r2 + k2)*r2 + k1)*r2)/(1 + ((k6*r2 + k5)*r2 + k4)*r2); 541 double k1 = k[0], k2 = k[1], k3 = k[2], p1 = k[3], p2 = k[4], k4 = k[5], k5 = k[6], k6 = k[7], s1 = k[8], s2 = k[9], s3 = k[10], s4 = k[11]; local 558 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2/(1 + ((k6*r2 + k5)*r2 + k4)*r2);
|
/external/clang/test/CXX/drs/ |
dr1xx.cpp | 150 int k6 = f(&s.g<int>); // expected-error {{non-constant pointer to member}} member in namespace:dr115
|
/external/robolectric/v1/lib/main/ |
h2-1.2.147.jar | |