HomeSort by relevance Sort by last modified time
    Searched defs:k3 (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/clang/test/Lexer/
cxx1y_binary_literal.cpp 19 int k3 = 0b10010g; // expected-error {{invalid suffix 'g' on integer constant}} variable
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 19 void k3() { function
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stack_trace_table_test.cc 68 static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1, 512, 2, 2, 1, 0}; local
69 CheckTracesAndReset(&table, k3, ARRAYSIZE(k3));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stack_trace_table_test.cc 68 static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1, 512, 2, 2, 1, 0}; local
69 CheckTracesAndReset(&table, k3, ARRAYSIZE(k3));
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 8 static int k3 = k2; // expected-error {{non-const static data member must be initialized out of line}} member in union:U1
16 int U1::k3; member in class:U1
  /external/clang/test/CodeGenCXX/
vtable-layout-extreme.cpp 29 int k3; member in class:Test1::C3
205 int k3; member in class:Test1::C9
static-data-member.cpp 94 static const int k3; member in union:test5::U
  /external/clang/test/Modules/
template-specialization-visibility.cpp 17 int k3 = implicit_inst_member_class_template.n; variable
  /external/clang/test/PCH/
cxx11-enum-template.cpp 23 int k3 = (int)decltype(c)::e; // expected-error@10 {{conversion from 'double' to 'int'}} expected-note {{here}} member in struct:S
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFECompositeElement.h 40 SVGAnimatedNumber* k3() { return m_k3.get(); } function in class:blink::FINAL
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9Curve.java 68 int k3 = 0; local
81 k3 = ASN1Integer.getInstance(pentanomial.getObjectAt(2)).getValue().intValue();
87 X9FieldElement x9A = new X9FieldElement(m, k1, k2, k3, (ASN1OctetString)seq.getObjectAt(0));
88 X9FieldElement x9B = new X9FieldElement(m, k1, k2, k3, (ASN1OctetString)seq.getObjectAt(1));
90 curve = new ECCurve.F2m(m, k1, k2, k3, x9A.getValue().toBigInteger(), x9B.getValue().toBigInteger());
  /external/chromium_org/third_party/angle/src/third_party/murmurhash/
MurmurHash3.cpp 175 uint32_t k3 = getblock(blocks,i*4+2); local
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
202 uint32_t k3 = 0; local
212 case 12: k3 ^= tail[11] << 24;
213 case 11: k3 ^= tail[10] << 16;
214 case 10: k3 ^= tail[ 9] << 8
    [all...]
  /external/jemalloc/include/jemalloc/internal/
hash.h 163 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); local
176 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
193 uint32_t k3 = 0; local
202 case 12: k3 ^= tail[11] << 24;
203 case 11: k3 ^= tail[10] << 16;
204 case 10: k3 ^= tail[ 9] << 8
    [all...]
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/
Utils.java 130 Keyframe k3 = Keyframe.ofFloat(1f, 1f); local
132 PropertyValuesHolder scaleX = PropertyValuesHolder.ofKeyframe("scaleX", k0, k1, k2, k3);
133 PropertyValuesHolder scaleY = PropertyValuesHolder.ofKeyframe("scaleY", k0, k1, k2, k3);
  /external/chromium_org/third_party/smhasher/src/
MurmurHash3.cpp 175 uint32_t k3 = getblock32(blocks,i*4+2); local
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
202 uint32_t k3 = 0; local
212 case 12: k3 ^= tail[11] << 24;
213 case 11: k3 ^= tail[10] << 16;
214 case 10: k3 ^= tail[ 9] << 8
    [all...]
City.cpp 96 static const uint64 k3 = 0xc949d7c7509e6557ULL; variable
136 return ShiftMix(y * k2 ^ z * k3) * k2;
149 a + Rotate(b ^ k3, 20) - c + len);
342 uint128(Fetch64(s) ^ k3,
  /external/clang/test/SemaCXX/
address-of-temporary.cpp 54 void k3() { consume(S { (A){} }); } function in namespace:PointerToArrayDecay
using-directive.cpp 59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}} variable
cxx11-user-defined-literals.cpp 96 int k3 = 123_ambig2; // ok member in namespace:AmbiguousRawTemplate::N
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
68 k3 = mask & (tmp >> 15);
69 k2 = k3 - (k2 << 1);
70 k3 = (tmp2 >> 24) & 0xFF;
72 k3 = k4 - (k3 << 1);
97 k3 = k3 + k4;
98 k4 = k3 - (k4 << 1);
100 k0 = k0 + k3;
270 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
476 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
655 Int k0, k1, k2, k3, k4, k5, k6, k7; local
866 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
1053 register Int k0, k1, k2, k3, k4, k5, k6, k7; local
    [all...]
dct_inline.h 82 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3,
93 carry = k3 >> 31;
94 abs_sum += (k3 ^ carry) - carry;
241 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3,
252 eors carry, k3, k3, asr #31 ; local
347 __inline int32 sum_abs(int32 k0, int32 k1, int32 k2, int32 k3,
355 register int32 dd = (int32)k3;
  /packages/apps/Gallery2/jni/filters/
hsv.c 90 int k3=1<<(ABITS-1); local
115 X=( (X+iv*(k1 - is ))/k1 + k3 ) >> ABITS;
  /development/perftests/panorama/feature_stab/db_vlvm/
db_metrics.h 330 int k3=0; local
365 im[k3]=im[ind3];
366 im[k3+1]=im[ind3+1];
367 im[k3+2]=im[ind3+2];
369 im_r[k3]=im_r[ind3];
370 im_r[k3+1]=im_r[ind3+1];
371 im_r[k3+2]=im_r[ind3+2];
373 im_p[k3]=im_p[ind3];
374 im_p[k3+1]=im_p[ind3+1];
375 im_p[k3+2]=im_p[ind3+2]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComposite.cpp 42 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
47 , m_k3(k3)
52 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4)
54 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
96 float FEComposite::k3() const function in class:blink::FEComposite
101 bool FEComposite::setK3(float k3)
103 if (m_k3 == k3)
105 m_k3 = k3;
132 float k1, float k2, float k3, float k4)
144 float result = k2 * i1 + k3 * i2
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
fft.c 74 int16_t k0, k1, k2, k3, k4, kk; local
101 k3 = k2 + 60;
105 ajpQx = RexQx[k1] + RexQx[k3];
106 ajmQx = RexQx[k1] - RexQx[k3];
109 bjpQx = ImxQx[k1] + ImxQx[k3];
110 bjmQx = ImxQx[k1] - ImxQx[k3];
143 // RexQ16[k3] = akmQ16 * ccc3Q14 - bkmQ16 * sss3Q14;
146 // ImxQ16[k3] = akmQ16 * sss3Q14 + bkmQ16 * ccc3Q14;
152 RexQx[k3] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(ccc3Q14, akmQx, 14) -
158 ImxQx[k3] = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(sss3Q14, akmQx, 14)
    [all...]

Completed in 2345 milliseconds

1 2 3 4