Searched defs:k4 (Results 1 - 25 of 52) sorted by relevance

123

/external/clang/test/Lexer/
H A Dcxx1y_binary_literal.cpp20 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/
H A Dp17.cpp26 void k4() { function
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp9 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/
H A Dtemplate-specialization-visibility.cpp20 int k4 = explicit_inst_member_class_template.n; variable
/external/clang/test/PCH/
H A Dcxx11-enum-template.cpp24 int k4 = (int)S<char>::E::e; member in struct:S
/external/clang/test/CodeGenCXX/
H A Dstatic-data-member.cpp101 static const int k4 = 81; member in union:test5::U
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java94 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
109 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
93 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
108 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableBiMap.java85 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
87 entryOf(k4, v4));
96 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
98 entryOf(k4, v4), entryOf(k5, v5));
84 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
95 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableListMultimap.java105 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
111 builder.put(k4, v4);
119 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
125 builder.put(k4, v4);
104 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
118 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableSetMultimap.java117 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
122 builder.put(k4, v4);
132 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
137 builder.put(k4, v4);
116 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
131 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/skia/src/effects/
H A DSkArithmeticMode_gpu.h34 static const GrFragmentProcessor* Create(float k1, float k2, float k3, float k4, argument
36 return new GrArithmeticFP(k1, k2, k3, k4, enforcePMColor, dst);
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) { argument
81 return new GrArithmeticXPFactory(k1, k2, k3, k4, enforcePMColor);
88 GrArithmeticXPFactory(float k1, float k2, float k3, float k4, bool enforcePMColor);
H A DSkArithmeticMode.cpp20 SkArithmeticMode_scalar(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, argument
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, argument
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, SkGetPackedG3
140 Create(SkScalar k1, SkScalar k2, SkScalar k3, SkScalar k4, bool enforcePMColor) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java53 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
55 k1, v1, k2, v2, k3, v3, k4, v4));
59 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
61 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
52 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
58 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableListMultimap.java100 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
106 builder.put(k4, v4);
114 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
120 builder.put(k4, v4);
99 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
113 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableMap.java66 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
68 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4));
72 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
74 entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4), entryOf(k5, v5));
65 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
71 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableSetMultimap.java111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
116 builder.put(k4, v4);
126 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
131 builder.put(k4, v4);
110 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
125 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
H A DImmutableSortedMap.java100 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { argument
102 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).build();
106 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { argument
108 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).put(k5, v5).build();
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h185 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
[all...]
/external/v8/test/mjsunit/
H A Dglobal-infinity-strict.js120 function k4() { return (1/0) == this.Infinity; } function
121 testThrows(k4);
H A Dglobal-infinity.js111 function k4() { return (1/0) == this.Infinity; } function
112 test(true, k4);
H A Dglobal-nan-strict.js120 function k4() { return (0/0) == this.NaN; } function
121 testThrows(k4);
H A Dglobal-nan.js111 function k4() { return (0/0) == this.NaN; } function
112 test(false, k4);
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c273 int k4; local
292 for(k4 = 0; k4 < 4; k4++)
/external/v8/test/mjsunit/wasm/
H A Dasm-wasm-literals.js199 function k4() { return +(1.0e-10 + 3.0e-10 + 5.0e-10 + 6.0e-10 + 9.0e-10); }
203 return {k1: k1, k2: k2, k3: k3, k4: k4, k5: k5, k6: k6};
210 assertEquals(2.4e-9, module.k4());
221 function k4() { return +(1.0e+10 + 3.0e+10 + 5.0e+10 + 6.0e+10 + 9.0e+10); }
225 return {k1: k1, k2: k2, k3: k3, k4: k4, k5: k5, k6: k6};
232 assertEquals(2.4e+11, module.k4());
244 function k4() { return F(F(1.0e-10) + F(5.0e-10) + F(6.0e-10) + F(9.0e-10)); }
248 return {k1: k1, k2: k2, k3: k3, k4
[all...]
/external/clang/test/SemaCXX/
H A Dcxx11-user-defined-literals.cpp100 int k4 = 123_ambig2; // expected-error {{ambiguous}} member in namespace:AmbiguousRawTemplate::N

Completed in 532 milliseconds

123