Searched defs:k2 (Results 1 - 25 of 183) sorted by relevance

12345678

/external/clang/test/Lexer/
H A Dcxx1y_binary_literal.cpp18 int k2 = 0b10010f; // expected-error {{invalid digit 'f' in binary constant}} variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp13 void k2() { function
/external/webrtc/webrtc/common_audio/resampler/
H A Dsinc_resampler_sse.cc21 const float* k2,
33 m_sums2 = _mm_add_ps(m_sums2, _mm_mul_ps(m_input, _mm_load_ps(k2 + i)));
39 m_sums2 = _mm_add_ps(m_sums2, _mm_mul_ps(m_input, _mm_load_ps(k2 + i)));
20 Convolve_SSE(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
H A Dsinc_resampler_neon.cc21 const float* k2,
33 m_sums2 = vmlaq_f32(m_sums2, m_input, vld1q_f32(k2));
34 k2 += 4;
20 Convolve_NEON(const float* input_ptr, const float* k1, const float* k2, double kernel_interpolation_factor) argument
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) { argument
17 data2.TryGetValue(k2, out prev);
19 data2[k2] = v;
23 public virtual TValue Get(TKey1 k1, TKey2 k2) { argument
30 data2.TryGetValue(k2, out value);
67 foreach (IDictionary<TKey2, TValue> k2 in data.Values) {
68 foreach (TValue v in k2.Values) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs9 public virtual TValue Put(TKey1 k1, TKey2 k2, TValue v) argument
21 data2.TryGetValue(k2, out prev);
23 data2[k2]= v;
27 public virtual TValue Get(TKey1 k1, TKey2 k2) argument
35 data2.TryGetValue(k2, out value);
77 foreach (IDictionary<TKey2, TValue> k2 in data.Values)
79 foreach (TValue v in k2.Values)
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
H A DDoubleKeyMap.java12 public Value put(Key1 k1, Key2 k2, Value v) { argument
20 prev = data2.get(k2);
22 data2.put(k2, v);
26 public Value get(Key1 k1, Key2 k2) { argument
29 return data2.get(k2);
55 for (Map<Key2, Value> k2 : data.values()) {
56 for (Value v : k2.values()) {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9FieldElement.java31 public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s) argument
33 this(new ECFieldElement.F2m(m, k1, k2, k3, new BigInteger(1, s.getOctets())));
H A DX9FieldID.java55 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
57 * @param k2 The integer <code>k2</code> where <code>x<sup>m</sup> +
58 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
61 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
64 public X9FieldID(int m, int k1, int k2, int k3) argument
70 if (k2 == 0)
82 if (k2 <= k1 || k3 <= k2)
90 pentanomialParams.add(new ASN1Integer(k2));
[all...]
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp7 static const int k2 = k1; member in union:U1
8 static int k3 = k2; // expected-error {{non-const static data member must be initialized out of line}}
9 static constexpr double k4 = k2;
15 constexpr int U1::k2; member in class:U1
24 static double k2; member in union:U2
28 template<typename T> double U2<T>::k2 = 5.3; member in class:U2
/external/clang/test/CXX/expr/expr.ass/
H A Dp9-cxx11.cpp34 int k2 = T() = { 1, 2 } + 1; // expected-error {{initializer list cannot be used on the left hand side of operator '+'}} variable
/external/clang/test/CXX/over/over.match/over.match.best/over.ics.rank/
H A Dp3-0x.cpp16 float &k2 = g2(f1()); member in namespace:std_example
/external/clang/test/CodeGenCXX/
H A Dcxx1z-initializer-aggregate.cpp11 char k2; member in struct:Constant::B
H A Dvtable-layout-extreme.cpp28 int k2; member in class:Test1::C3
204 int k2; member in class:Test1::C9
H A Dstatic-data-member.cpp99 static const int k2 = 76; member in union:test5::U
105 const int U::k2; member in class:test5::U
/external/clang/test/Modules/
H A Dtemplate-specialization-visibility.cpp12 int k2 = explicit_inst_class_template.n; variable
/external/clang/test/PCH/
H A Dcxx11-enum-template.cpp22 int k2 = (int)decltype(b)::e; member in struct:S
/external/compiler-rt/test/dfsan/
H A Dpropagate.c25 int k2 = 4; local
26 dfsan_set_label(k_label, &k2, sizeof(k2));
41 assert(dfsan_get_label(k + k2) == k_label);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationCreationMethodTest.java117 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) argument
119 if (!k1.equals(k2))
125 msg.append(" ruleCollator key: ").append(CollationTest.prettify(k2)).append('\n');
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationCreationMethodTest.java114 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) argument
116 if (!k1.equals(k2))
122 msg.append(" ruleCollator key: ").append(CollationTest.prettify(k2)).append('\n');
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp2.cpp85 int k2 = inline_ns::x + inline_ns::y; // expected-error 2{{ambiguous}} member in namespace:inline_ns
/external/fio/crc/
H A Dcrc32c-arm64.c43 const poly64_t k1 = 0xe417f38a, k2 = 0x8f158014; local
68 t1 = (uint64_t)vmull_p64(crc1, k2);
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java64 K k1, V v1, K k2, V v2) {
79 K k1, V v1, K k2, V v2, K k3, V v3) {
94 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) {
63 of( K k1, V v1, K k2, V v2) argument
78 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
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
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_def_use.cpp121 unsigned k2 = 0; local
123 I != E; ++I, ++k2) {
128 v->add_use(n, UK_MAYUSE, k2);
143 unsigned k2 = 0; local
145 I != E; ++I, ++k2) {
150 v->add_use(n, UK_MAYDEF, k2);
/external/skia/src/gpu/effects/
H A DGrArithmeticFP.cpp28 auto k2 = _outer.k2(); variable
29 (void)k2; variable
60 auto k2 = _outer.k2(); variable
61 (void)k2; variable
71 pdman.set4f(k, k1, k2, k3, k4);

Completed in 540 milliseconds

12345678