Searched defs:k3 (Results 1 - 25 of 73) sorted by relevance

123

/external/clang/test/Lexer/
H A Dcxx1y_binary_literal.cpp19 int k3 = 0b10010g; // expected-error {{invalid suffix 'g' on integer constant}} variable
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/
H A Dp17.cpp19 void k3() { function
/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.java41 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
44 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
46 * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
47 * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
50 public X9FieldID(int m, int k1, int k2, int k3) argument
67 pentanomialParams.add(new ASN1Integer(k3));
/external/clang/test/CXX/class/class.union/
H A Dp2-0x.cpp8 static int k3 = k2; // expected-error {{non-const static data member must be initialized out of line}} member in union:U1
16 int U1::k3; member in class:U1
/external/clang/test/CodeGenCXX/
H A Dvtable-layout-extreme.cpp29 int k3; member in class:Test1::C3
205 int k3; member in class:Test1::C9
H A Dstatic-data-member.cpp94 static const int k3; member in union:test5::U
/external/clang/test/Modules/
H A Dtemplate-specialization-visibility.cpp17 int k3 = implicit_inst_member_class_template.n; variable
/external/clang/test/PCH/
H A Dcxx11-enum-template.cpp23 int k3 = (int)decltype(c)::e; // expected-error@10 {{conversion from 'double' to 'int'}} expected-note {{here}} member in struct:S
/external/chromium_org/ash/display/
H A Ddisplay_pref_util.h20 T k3, const std::string& v3,
25 (*map)[k3] = v3;
33 T k3, const std::string& v3) {
37 (*map)[k3] = v3;
18 CreateToStringMap(T k1, const std::string& v1, T k2, const std::string& v2, T k3, const std::string& v3, T k4, const std::string& v4) argument
31 CreateToStringMap(T k1, const std::string& v1, T k2, const std::string& v2, T k3, const std::string& v3) argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFECompositeElement.h40 SVGAnimatedNumber* k3() { return m_k3.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dstack_trace_table_test.cc68 static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1, 512, 2, 2, 1, 0}; local
69 CheckTracesAndReset(&table, k3, ARRAYSIZE(k3));
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dstack_trace_table_test.cc68 static const uintptr_t k3[] = {1, 1024, 2, 1, 2, 1, 512, 2, 2, 1, 0}; local
69 CheckTracesAndReset(&table, k3, ARRAYSIZE(k3));
/external/guava/guava/src/com/google/common/collect/
H A DImmutableSortedMapFauxverideShim.java82 K k1, V v1, K k2, V v2, K k3, V v3) {
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
112 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
81 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
96 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
111 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/openssl/crypto/des/
H A Dofb64ede.c68 DES_key_schedule *k3, DES_cblock *ivec,
94 DES_encrypt3(ti,k1,k2,k3);
65 DES_ede3_ofb64_encrypt(register const unsigned char *in, register unsigned char *out, long length, DES_key_schedule *k1, DES_key_schedule *k2, DES_key_schedule *k3, DES_cblock *ivec, int *num) argument
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
H A DFECompositeArithmeticNEON.h39 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
43 float32x4_t k3x4 = vdupq_n_f32(k3);
76 unsigned pixelArrayLength, float k1, float k2, float k3, float k4)
80 computeArithmeticPixelsNeon<0, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
84 computeArithmeticPixelsNeon<1, 0>(source, destination, pixelArrayLength, k1, k2, k3, k4);
89 computeArithmeticPixelsNeon<0, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
92 computeArithmeticPixelsNeon<1, 1>(source, destination, pixelArrayLength, k1, k2, k3, k4);
38 computeArithmeticPixelsNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
75 platformArithmeticNeon(unsigned char* source, unsigned char* destination, unsigned pixelArrayLength, float k1, float k2, float k3, float k4) argument
/external/chromium_org/third_party/angle/src/third_party/murmurhash/
H A DMurmurHash3.cpp175 uint32_t k3 = getblock(blocks,i*4+2); local
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
202 uint32_t k3 = 0; local
212 case 12: k3 ^= tail[11] << 24;
213 case 11: k3 ^= tail[10] << 16;
214 case 10: k3
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DMurmurHash3.cpp175 uint32_t k3 = getblock32(blocks,i*4+2); local
186 k3 *= c3; k3 = ROTL32(k3,17); k3 *= c4; h3 ^= k3;
202 uint32_t k3 = 0; local
212 case 12: k3 ^= tail[11] << 24;
213 case 11: k3 ^= tail[10] << 16;
214 case 10: k3
[all...]
/external/clang/test/SemaCXX/
H A Daddress-of-temporary.cpp54 void k3() { consume(S { (A){} }); } function in namespace:PointerToArrayDecay
H A Dusing-directive.cpp59 K2 *k3; // expected-error{{reference to 'K2' is ambiguous}} variable
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableBiMap.java48 K k1, V v1, K k2, V v2, K k3, V v3) {
50 k1, v1, k2, v2, k3, v3));
54 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
56 k1, v1, k2, v2, k3, v3, k4, v4));
60 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
62 k1, v1, k2, v2, k3, v3, k4, v4, k5, v5));
47 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
53 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
59 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.java84 K k1, V v1, K k2, V v2, K k3, V v3) {
89 builder.put(k3, v3);
97 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) {
102 builder.put(k3, v3);
111 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) {
116 builder.put(k3, v3);
83 of( K k1, V v1, K k2, V v2, K k3, V v3) argument
96 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) argument
110 of( K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) argument
/external/jemalloc/include/jemalloc/internal/
H A Dhash.h163 uint32_t k3 = hash_get_block_32(blocks, i*4 + 2); local
176 k3 *= c3; k3 = hash_rotl_32(k3, 17); k3 *= c4; h3 ^= k3;
193 uint32_t k3 = 0; local
202 case 12: k3 ^= tail[11] << 24;
203 case 11: k3 ^= tail[10] << 16;
204 case 10: k3
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECFieldElement.java536 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
544 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
551 // * PPB: The integer <code>k3</code> where <code>x<sup>m</sup> +
552 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
555 // private int k3;
562 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
565 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
567 // * @param k3 The integer <code>k3</code> where <code>x<sup>m</sup> +
568 // * x<sup>k3</su
1039 F2m( int m, int k1, int k2, int k3, BigInteger x) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEComposite.cpp42 FEComposite::FEComposite(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
47 , m_k3(k3)
52 PassRefPtr<FEComposite> FEComposite::create(Filter* filter, const CompositeOperationType& type, float k1, float k2, float k3, float k4) argument
54 return adoptRef(new FEComposite(filter, type, k1, k2, k3, k4));
96 float FEComposite::k3() const function in class:blink::FEComposite
101 bool FEComposite::setK3(float k3) argument
103 if (m_k3 == k3)
105 m_k3 = k3;
132 float k1, float k2, float k3, float k4)
144 float result = k2 * i1 + k3 * i
131 computeArithmeticPixels(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
164 computeArithmeticPixelsUnclamped(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
188 arithmeticSoftware(unsigned char* source, unsigned char* destination, int pixelArrayLength, float k1, float k2, float k3, float k4) argument
220 platformArithmeticSoftware(Uint8ClampedArray* source, Uint8ClampedArray* destination, float k1, float k2, float k3, float k4) argument
[all...]

Completed in 703 milliseconds

123