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

1 2 3

  /external/clang/test/Lexer/
cxx1y_binary_literal.cpp 20 int k4 = 0b; // expected-error {{invalid digit 'b' in octal constant}} variable
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
p17.cpp 26 void k4() { function
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
stack_trace_table_test.cc 77 static const uintptr_t k4[] = {2, 2048, 2, 1, 2, 1, 512, 2, 2, 1, 0}; local
78 CheckTracesAndReset(&table, k4, ARRAYSIZE(k4));
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
stack_trace_table_test.cc 77 static const uintptr_t k4[] = {2, 2048, 2, 1, 2, 1, 512, 2, 2, 1, 0}; local
78 CheckTracesAndReset(&table, k4, ARRAYSIZE(k4));
  /external/clang/test/CXX/class/class.union/
p2-0x.cpp 9 static constexpr double k4 = k2; member in union:U1
10 static const double k5 = k4; // expected-error {{requires 'constexpr' specifier}} expected-note {{add 'constexpr'}}
18 const double U1::k4; member in class:U1
  /external/clang/test/Modules/
template-specialization-visibility.cpp 20 int k4 = explicit_inst_member_class_template.n; variable
  /external/clang/test/PCH/
cxx11-enum-template.cpp 24 int k4 = (int)S<char>::E::e; member in struct:S
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFECompositeElement.h 41 SVGAnimatedNumber* k4() { return m_k4.get(); } function in class:blink::FINAL
  /external/clang/test/CodeGenCXX/
static-data-member.cpp 95 static const int k4 = 81; member in union:test5::U
  /external/chromium_org/third_party/angle/src/third_party/murmurhash/
MurmurHash3.cpp 176 uint32_t k4 = getblock(blocks,i*4+3); local
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
203 uint32_t k4 = 0; local
207 case 15: k4 ^= tail[14] << 16;
208 case 14: k4 ^= tail[13] << 8;
209 case 13: k4 ^= tail[12] << 0
    [all...]
  /external/jemalloc/include/jemalloc/internal/
hash.h 164 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); local
181 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
194 uint32_t k4 = 0; local
197 case 15: k4 ^= tail[14] << 16;
198 case 14: k4 ^= tail[13] << 8;
199 case 13: k4 ^= tail[12] << 0
    [all...]
  /external/chromium_org/third_party/smhasher/src/
MurmurHash3.cpp 176 uint32_t k4 = getblock32(blocks,i*4+3); local
190 k4 *= c4; k4 = ROTL32(k4,18); k4 *= c1; h4 ^= k4;
203 uint32_t k4 = 0; local
207 case 15: k4 ^= tail[14] << 16;
208 case 14: k4 ^= tail[13] << 8;
209 case 13: k4 ^= tail[12] << 0
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c 275 int k4; local
294 for(k4 = 0; k4 < 4; k4++)
fft.c 74 int16_t k0, k1, k2, k3, k4, kk; local
252 k4 = k3 + 4;
254 akpQx = RexQx[k1] + RexQx[k4];
255 akmQx = RexQx[k1] - RexQx[k4];
256 bkpQx = ImxQx[k1] + ImxQx[k4];
257 bkmQx = ImxQx[k1] - ImxQx[k4];
278 RexQx[k4] = akQx + bjQx;
280 ImxQx[k4] = bkQx - ajQx;
297 kk = k4 + 4;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c 276 int k4; local
295 for(k4 = 0; k4 < 4; k4++)
fft.c 74 WebRtc_Word16 k0, k1, k2, k3, k4, kk; local
252 k4 = k3 + 4;
254 akpQx = RexQx[k1] + RexQx[k4];
255 akmQx = RexQx[k1] - RexQx[k4];
256 bkpQx = ImxQx[k1] + ImxQx[k4];
257 bkmQx = ImxQx[k1] - ImxQx[k4];
278 RexQx[k4] = akQx + bjQx;
280 ImxQx[k4] = bkQx - ajQx;
297 kk = k4 + 4;
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
dct.cpp 41 Int k0, k1, k2, k3, k4, k5, k6, k7; local
71 k4 = mask & (tmp >> 23);
72 k3 = k4 - (k3 << 1);
75 k4 = tmp2 & 0xFF;
77 k4 = k5 - (k4 << 1);
97 k3 = k3 + k4;
98 k4 = k3 - (k4 << 1);
111 k4 = k4 + k5
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 49 __inline int32 mla554(int32 k4, int32 k12, int32 k1)
55 k0 = k4 * 554 + k1;
83 int32 k4, int32 k5, int32 k6, int32 k7)
95 carry = k4 >> 31;
96 abs_sum += (k4 ^ carry) - carry;
135 __inline int32 mla554(int32 k4, int32 k12, int32 k1)
141 smlabt k0, k4, k12, k1 local
200 __inline int32 mla554(int32 k4, int32 k12, int32 k1)
207 mla k0, k4, k0, k1 local
242 int32 k4, int32 k5, int32 k6, int32 k7
254 eors carry, k4, k4, asr #31 ; local
    [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)
48 , m_k4(k4)
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));
109 float FEComposite::k4() const function in class:blink::FEComposite
114 bool FEComposite::setK4(float k4)
116 if (m_k4 == k4)
118 m_k4 = k4;
132 float k1, float k2, float k3, float k4)
139 scaledK4 = k4 * 255.0f
    [all...]
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 100 int k4 = 123_ambig2; // expected-error {{ambiguous}} member in namespace:AmbiguousRawTemplate::N
  /external/chromium_org/third_party/skia/src/effects/
SkArithmeticMode.cpp 26 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
28 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
43 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) {
47 fK[3] = k4;
80 const SkScalar k4 = buffer.readScalar(); local
82 return Create(k1, k2, k3, k4, enforcePMColor);
94 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
99 k4;
117 SkScalar k4 = fK[3] * 255; local
134 a = arith(k1, k2, k3, k4, sa, da)
297 float k4() const { return fK4; } function in class:GrArithmeticEffect
436 float k4 = rand->nextF(); local
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
600 k4 = k3 + kspan;
601 akp = Re [k1] + Re [k4];
602 akm = Re [k1] - Re [k4];
603 bkp = Im [k1] + Im [k4];
604 bkm = Im [k1] - Im [k4];
618 Re [k4] = ak + bj;
620 Im [k4] = bk - aj;
629 kk = k4 + kspan;
  /external/skia/src/effects/
SkArithmeticMode.cpp 25 static SkArithmeticMode_scalar* Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
27 return SkNEW_ARGS(SkArithmeticMode_scalar, (k1, k2, k3, k4, enforcePMColor));
41 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) {
45 fK[3] = k4;
80 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
85 k4;
103 SkScalar k4 = fK[3] * 255; local
120 a = arith(k1, k2, k3, k4, sa, da);
121 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
122 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc))
285 float k4() const { return fK4; } function in class:GrArithmeticEffect
422 float k4 = rand->nextF(); local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
fft.c 276 int j, jc, jf, jj, k, k1, k2, k3, k4, kk, kt, nn, ns, nt; local
604 k4 = k3 + kspan;
605 akp = Re [k1] + Re [k4];
606 akm = Re [k1] - Re [k4];
607 bkp = Im [k1] + Im [k4];
608 bkm = Im [k1] - Im [k4];
622 Re [k4] = ak + bj;
624 Im [k4] = bk - aj;
633 kk = k4 + kspan;
  /external/tcpdump/
print-eigrp.c 114 u_int8_t k4; member in struct:eigrp_tlv_general_parm_t
305 printf("\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
310 tlv_ptr.eigrp_tlv_general_parm->k4,

Completed in 6040 milliseconds

1 2 3