Searched defs:k1 (Results 1 - 25 of 189) sorted by relevance

12345678

/external/clang/test/Lexer/
H A Dcxx1y_binary_literal.cpp15 int k1 = 0b1234; // expected-error {{invalid digit '2' in binary constant}} variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp6 void k1() { function
/external/webrtc/webrtc/common_audio/resampler/
H A Dsinc_resampler_sse.cc20 float SincResampler::Convolve_SSE(const float* input_ptr, const float* k1, argument
32 m_sums1 = _mm_add_ps(m_sums1, _mm_mul_ps(m_input, _mm_load_ps(k1 + i)));
38 m_sums1 = _mm_add_ps(m_sums1, _mm_mul_ps(m_input, _mm_load_ps(k1 + i)));
H A Dsinc_resampler_neon.cc20 float SincResampler::Convolve_NEON(const float* input_ptr, const float* k1, argument
31 m_sums1 = vmlaq_f32(m_sums1, m_input, vld1q_f32(k1));
32 k1 += 4;
/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
11 data.TryGetValue(k1, out data2);
15 data[k1] = data2;
23 public virtual TValue Get(TKey1 k1, TKey2 k2) { argument
25 data.TryGetValue(k1, out data2);
34 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) { argument
36 data.TryGetValue(k1, out value);
41 public virtual ICollection<TValue> Values(TKey1 k1) { argument
43 data.TryGetValue(k1, out data2);
56 public virtual ICollection<TKey2> KeySet(TKey1 k1) { argument
[all...]
/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
12 data.TryGetValue(k1, out data2);
17 data[k1]=data2;
27 public virtual TValue Get(TKey1 k1, TKey2 k2) argument
30 data.TryGetValue(k1, out data2);
39 public virtual IDictionary<TKey2, TValue> Get(TKey1 k1) argument
42 data.TryGetValue(k1, out value);
47 public virtual ICollection<TValue> Values(TKey1 k1) argument
50 data.TryGetValue(k1, out data2);
64 public virtual ICollection<TKey2> KeySet(TKey1 k1) argument
[all...]
/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
13 Map<Key2, Value> data2 = data.get(k1);
17 data.put(k1, data2);
26 public Value get(Key1 k1, Key2 k2) { argument
27 Map<Key2, Value> data2 = data.get(k1);
32 public Map<Key2, Value> get(Key1 k1) { return data.get(k1); } argument
35 public Collection<Value> values(Key1 k1) { argument
36 Map<Key2, Value> data2 = data.get(k1);
47 public Set<Key2> keySet(Key1 k1) { argument
[all...]
/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.java40 * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
41 * x<sup>k1</sup> + 1</code>
44 public X9FieldID(int m, int k1) argument
46 this(m, k1, 0, 0);
54 * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
55 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
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</su
64 X9FieldID(int m, int k1, int k2, int k3) argument
[all...]
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp6 static constexpr int k1 = 0; member in union:U1
7 static const int k2 = k1;
11 int n[k1 + 3];
14 constexpr int U1::k1; member in class:U1
23 static const int k1; member in union:U2
27 template<typename T> constexpr int U2<T>::k1 = sizeof(U2<T>); member in class:U2
30 static_assert(U2<int>::k1 == sizeof(int), "");
31 static_assert(U2<char>::k1 == sizeof(char), "");
/external/clang/test/CXX/expr/expr.ass/
H A Dp9-cxx11.cpp33 int k1 = T() = { 1, 2 } = { 3, 4 }; // expected-error {{initializer list cannot be used on the left hand side of operator '='}} variable
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp27 int k1; member in class:Test1::C3
64 int k1; member in class:Test1::C7
75 int k1; member in class:Test1::C8
203 int k1; member in class:Test1::C9
H A Dstatic-data-member.cpp98 static const int k1; member in union:test5::U
104 const int U::k1 = (k0 = 9, 42); member in class:test5::U
/external/clang/test/Modules/
H A Dtemplate-specialization-visibility.cpp9 int k1 = implicit_inst_class_template.n; variable
/external/clang/test/PCH/
H A Dcxx11-enum-template.cpp21 int k1 = (int)S<int>::E::e; member in struct:S
/external/eigen/test/
H A Dproduct_large.cpp46 std::ptrdiff_t k1 = internal::random<int>(10,100)*16; local
50 internal::computeProductBlockingSizes<float,float>(k1,m1,n1);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationCreationMethodTest.java116 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) argument
118 if (!k1.equals(k2))
123 msg.append(" localeCollator key: ").append(CollationTest.prettify(k1)).append('\n');
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/namespace.qual/
H A Dp2.cpp84 int k1 = x + y; // expected-error 2{{ambiguous}} member in namespace:inline_ns
/external/fio/crc/
H A Dmurmur3.c28 uint32_t k1 = 0; local
31 k1 ^= tail[2] << 16;
33 k1 ^= tail[1] << 8;
35 k1 ^= tail[0];
36 k1 *= c1;
37 k1 = rotl32(k1, 15);
38 k1 *= c2;
39 h1 ^= k1;
56 uint32_t k1 local
[all...]
/external/google-breakpad/src/processor/
H A Dstatic_map.h75 int operator()(const Key &k1, const Key &k2) const { argument
76 if (k1 < k2) return -1;
77 if (k1 == k2) return 0;
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java50 @Deprecated public static <K, V> ImmutableSortedMap<K, V> of(K k1, V v1) { argument
64 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/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationCreationMethodTest.java112 private void report(String localeName, String string1, CollationKey k1, CollationKey k2) argument
114 if (!k1.equals(k2))
119 msg.append(" localeCollator key: ").append(CollationTest.prettify(k1)).append('\n');
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
H A Dabs_quant_loop.c26 size_t k1, k2; local
39 for(k1=0;k1<2;k1++) {
40 for(k2=0;k2<quantLen[k1];k2++){
/external/clang/test/Parser/
H A Dcxx1z-fold-expressions.cpp8 int k1 = (1 + ... + 2); // expected-error {{does not contain any unexpanded parameter packs}} variable
/external/clang/test/SemaCXX/
H A Ddr1301.cpp66 int k1 = K().j.n; // expected-error {{call to implicitly-deleted default}} variable

Completed in 1053 milliseconds

12345678