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

1 2 3 4

  /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/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/clang/test/CodeGenCXX/
static-data-member.cpp 101 static const int k4 = 81; member in union:test5::U
  /external/skia/src/effects/
SkArithmeticMode_gpu.h 34 static const GrFragmentProcessor* Create(float k1, float k2, float k3, float k4,
36 return new GrArithmeticFP(k1, k2, k3, k4, enforcePMColor, dst);
45 str.appendf("K1: %.2f K2: %.2f K3: %.2f K4: %.2f", fK1, fK2, fK3, fK4);
52 float k4() const { return fK4; } function in class:GrArithmeticFP
64 GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor,
80 static GrXPFactory* Create(float k1, float k2, float k3, float k4, bool enforcePMColor) {
81 return new GrArithmeticXPFactory(k1, k2, k3, k4, enforcePMColor);
88 GrArithmeticXPFactory(float k1, float k2, float k3, float k4, bool enforcePMColor);
SkArithmeticMode.cpp 20 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
25 fK[3] = k4;
61 const SkScalar k4 = buffer.readScalar(); local
63 return SkArithmeticMode::Create(k1, k2, k3, k4, enforcePMColor);
75 static int arith(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4,
80 k4;
94 SkScalar k4 = fK[3] * 255; local
103 a = arith(k1, k2, k3, k4, SkGetPackedA32(sc), SkGetPackedA32(dc));
104 r = arith(k1, k2, k3, k4, SkGetPackedR32(sc), SkGetPackedR32(dc));
105 g = arith(k1, k2, k3, k4, SkGetPackedG32(sc), SkGetPackedG32(dc))
    [all...]
SkArithmeticMode_gpu.cpp 76 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4());
87 GrArithmeticFP::GrArithmeticFP(float k1, float k2, float k3, float k4, bool enforcePMColor,
89 : fK1(k1), fK2(k2), fK3(k3), fK4(k4), fEnforcePMColor(enforcePMColor) {
125 float k4 = d->fRandom->nextF(); local
129 return new GrArithmeticFP(k1, k2, k3, k4, enforcePMColor, dst);
141 float k1, float k2, float k3, float k4, bool enforcePMColor);
150 float k4() const { return fK4; } function in class:ArithmeticXP
220 pdman.set4f(fKUni, arith.k1(), arith.k2(), arith.k3(), arith.k4());
233 float k1, float k2, float k3, float k4, bool enforcePMColor)
238 , fK4(k4)
290 float k4 = d->fRandom->nextF(); local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
hash.h 185 uint32_t k4 = hash_get_block_32(blocks, i*4 + 3); local
202 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
215 uint32_t k4 = 0; local
218 case 15: k4 ^= tail[14] << 16;
219 case 14: k4 ^= tail[13] << 8;
220 case 13: k4 ^= tail[12] << 0
    [all...]
  /external/v8/test/mjsunit/
global-infinity-strict.js 120 function k4() { return (1/0) == this.Infinity; } function
121 testThrows(k4);
global-infinity.js 111 function k4() { return (1/0) == this.Infinity; } function
112 test(true, k4);
global-nan-strict.js 120 function k4() { return (0/0) == this.NaN; } function
121 testThrows(k4);
global-nan.js 111 function k4() { return (0/0) == this.NaN; } function
112 test(false, k4);
global-undefined-strict.js 118 function k4() { return void 0 === this; } function
119 test(true, k4);
global-undefined.js 119 function k4() { return void 0 == this.undefined; } function
120 test(true, k4);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
arith_routines_logist.c 273 int k4; local
292 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;
  /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 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 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/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 100 int k4 = 123_ambig2; // expected-error {{ambiguous}} member in namespace:AmbiguousRawTemplate::N
  /external/skia/gm/
xfermodes.cpp 33 const SkScalar k4 = -0.25; local
34 return SkArithmeticMode::Create(k1, k2, k3, k4);
  /external/webrtc/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/tcpdump/
print-eigrp.c 108 uint8_t k4; member in struct:eigrp_tlv_general_parm_t
299 ND_PRINT((ndo, "\n\t holdtime: %us, k1 %u, k2 %u, k3 %u, k4 %u, k5 %u",
304 tlv_ptr.eigrp_tlv_general_parm->k4,
  /external/clang/test/CXX/expr/expr.const/
p2-0x.cpp 216 constexpr int k4 = c2.f(); // ok! member in namespace:UndefinedBehavior::Ptr

Completed in 1302 milliseconds

1 2 3 4