/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.type/ |
p17.cpp | 6 void k1() { function
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEComposite.h | 50 float k1() const;
|
/external/webkit/Source/WebCore/svg/ |
SVGFECompositeElement.h | 51 DECLARE_ANIMATED_NUMBER(K1, k1)
|
SVGFECompositeElement.idl | 45 readonly attribute SVGAnimatedNumber k1;
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/ |
X9FieldElement.java | 31 public X9FieldElement(int m, int k1, int k2, int k3, ASN1OctetString s) 33 this(new ECFieldElement.F2m(m, k1, k2, k3, new BigInteger(1, s.getOctets())));
|
/external/guava/src/com/google/common/collect/ |
ImmutableListMultimap.java | 66 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1) { 69 builder.put(k1, v1); 76 public static <K, V> ImmutableListMultimap<K, V> of(K k1, V v1, K k2, V v2) { 79 builder.put(k1, v1); 88 K k1, V v1, K k2, V v2, K k3, V v3) { 91 builder.put(k1, v1); 101 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 104 builder.put(k1, v1); 115 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { 118 builder.put(k1, v1) [all...] |
ImmutableMap.java | 73 public static <K, V> ImmutableMap<K, V> of(K k1, V v1) { 75 checkNotNull(k1), checkNotNull(v1)); 83 public static <K, V> ImmutableMap<K, V> of(K k1, V v1, K k2, V v2) { 84 return new RegularImmutableMap<K, V>(entryOf(k1, v1), entryOf(k2, v2)); 93 K k1, V v1, K k2, V v2, K k3, V v3) { 95 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3)); 104 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 106 entryOf(k1, v1), entryOf(k2, v2), entryOf(k3, v3), entryOf(k4, v4)); 115 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { 116 return new RegularImmutableMap<K, V>(entryOf(k1, v1) [all...] |
ImmutableSetMultimap.java | 69 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1) { 71 builder.put(k1, v1); 80 public static <K, V> ImmutableSetMultimap<K, V> of(K k1, V v1, K k2, V v2) { 82 builder.put(k1, v1); 93 K k1, V v1, K k2, V v2, K k3, V v3) { 95 builder.put(k1, v1); 107 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 109 builder.put(k1, v1); 122 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { 124 builder.put(k1, v1) [all...] |
ImmutableMultimap.java | 61 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1) { 62 return ImmutableListMultimap.of(k1, v1); 68 public static <K, V> ImmutableMultimap<K, V> of(K k1, V v1, K k2, V v2) { 69 return ImmutableListMultimap.of(k1, v1, k2, v2); 76 K k1, V v1, K k2, V v2, K k3, V v3) { 77 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3); 84 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 85 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4); 92 K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { 93 return ImmutableListMultimap.of(k1, v1, k2, v2, k3, v3, k4, v4, k5, v5) [all...] |
ImmutableSortedMap.java | 93 of(K k1, V v1) { 94 Entry<?, ?>[] entries = { entryOf(k1, v1) }; 106 of(K k1, V v1, K k2, V v2) { 108 .put(k1, v1).put(k2, v2).build(); 119 of(K k1, V v1, K k2, V v2, K k3, V v3) { 121 .put(k1, v1).put(k2, v2).put(k3, v3).build(); 132 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { 134 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).build(); 145 of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { 147 .put(k1, v1).put(k2, v2).put(k3, v3).put(k4, v4).put(k5, v5).build() [all...] |
/external/icu4c/test/intltest/ |
thcoll.cpp | 169 CollationKey k1, k2; local 170 coll->getCollationKey(lastWord, k1, status); 176 msg.append("key1: ").append(prettify(k1, str)).append("\n"); 288 CollationKey k1, k2; 289 c.getCollationKey(s1, k1, status); 295 errln((UnicodeString)" key1: " + prettify(k1, t1) ); 301 CollationKey k1, k2; 302 c.getCollationKey(s1, k1, status); 309 result = k1.compareTo(k2); 317 errln((UnicodeString)" " + prettify(k1, t1) + " vs. " + prettify(k2, t2)) [all...] |
/external/valgrind/main/perf/ |
ffbench.c | 174 int ibit, idim, k1, k2, n, nprev, nrem, ntot; local 218 k1 = i2; 219 k2 = k1 + ifp1; 222 data[k2] = data[k1] - tempr; 223 data[k2 + 1] = data[k1 + 1] - tempi; 224 data[k1] += tempr; 225 data[k1 + 1] += tempi;
|
/external/v8/src/mips/ |
register-allocator-mips-inl.h | 76 27, // k1 116 k1,
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.cpp | 104 double k0,k1; local 132 k1=c1*c3+min4_c0; 137 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0); 176 double k0,k1; local 204 k1=c1*c3+min4_c0; 209 db_SolveCubic(c_roots,&nr_c_roots,1.0,-c2,k1,k0);
|
db_metrics.h | 328 int k1=0; local 356 x_i[k1]=x_i[ind1]; 357 x_i[k1+1]=x_i[ind1+1]; 359 xp_i[k1]=xp_i[ind1]; 360 xp_i[k1+1]=xp_i[ind1+1]; 362 k1=k1+2;
|
db_utilities_camera.h | 174 double k1,k2; local 176 k1=db_sqr(H[2])+db_sqr(H[5]); 178 if(k1>=k2) 180 return(db_SafeSqrt(db_SafeDivision(k1,1.0-db_sqr(H[8]))));
|
/external/skia/src/animator/ |
SkBase64.cpp | 139 int k1 = 0; 145 k1 = b >> 4; 149 *dst++ = encode[(k1 | a << 4) & 0x3F];
|
/external/webrtc/src/modules/audio_processing/aec/main/source/ |
aec_rdft_sse2.c | 25 int j1, j2, k1, k2; local 99 k1 = 32 - j1; 100 wkr = 0.5f - c[k1]; 115 int j1, j2, k1, k2; local 191 k1 = 32 - j1; 192 wkr = 0.5f - c[k1];
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/sec/ |
SECNamedCurves.java | 476 int k1 = 2; 486 ECCurve curve = new ECCurve.F2m(m, k1, k2, k3, a, b, n, h); 505 int k1 = 2; 515 ECCurve curve = new ECCurve.F2m(m, k1, k2, k3, a, b, n, h); 534 int k1 = 3; 544 ECCurve curve = new ECCurve.F2m(m, k1, k2, k3, a, b, n, h); 563 int k1 = 3; 573 ECCurve curve = new ECCurve.F2m(m, k1, k2, k3, a, b, n, h); 592 int k1 = 3; 602 ECCurve curve = new ECCurve.F2m(m, k1, k2, k3, a, b, n, h) [all...] |
/external/chromium/testing/gmock/include/gmock/ |
gmock-generated-matchers.h | 64 template <class Tuple, int k0 = -1, int k1 = -1, int k2 = -1, int k3 = -1, 70 template <class Tuple, int k0, int k1, int k2, int k3, int k4, int k5, int k6, 75 GMOCK_FIELD_TYPE_(Tuple, k1), GMOCK_FIELD_TYPE_(Tuple, k2), 82 return type(get<k0>(t), get<k1>(t), get<k2>(t), get<k3>(t), get<k4>(t), 109 template <class Tuple, int k0, int k1> 110 class TupleFields<Tuple, k0, k1, -1, -1, -1, -1, -1, -1, -1, -1> { 113 GMOCK_FIELD_TYPE_(Tuple, k1)> type; 116 return type(get<k0>(t), get<k1>(t)); 120 template <class Tuple, int k0, int k1, int k2> 121 class TupleFields<Tuple, k0, k1, k2, -1, -1, -1, -1, -1, -1, -1> [all...] |
gmock-generated-actions.h | 392 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::type is the 399 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args) 400 // returns the selected fields (k1, k2, ..., k_n) of args as a tuple. 406 // The numbers in list k1, k2, ..., k_n must be >= 0, where n can be 410 template <typename Result, typename ArgumentTuple, int k1, int k2, int k3, 414 typedef Result type(GMOCK_FIELD_(ArgumentTuple, k1), 423 return SelectedArgs(get<k1>(args), get<k2>(args), get<k3>(args), 441 template <typename Result, typename ArgumentTuple, int k1> 443 k1, -1, -1, -1, -1, -1, -1, -1, -1, -1> { 445 typedef Result type(GMOCK_FIELD_(ArgumentTuple, k1)); [all...] |
/external/webkit/Source/WebCore/platform/audio/ |
SincResampler.cpp | 176 float* k1 = m_kernelStorage.data() + offsetIndex * m_kernelSize; local 177 float* k2 = k1 + m_kernelSize; 196 sum1 += input * *k1; \ 198 ++k1; \
|
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
NodeSorter.java | 497 NodeSortKey k1 = (NodeSortKey) m_keys.elementAt(0); local 498 XObject r = k1.m_selectPat.execute(m_execContext, node, 499 k1.m_namespaceContext); 503 if (k1.m_treatAsNumbers) 512 m_key1Value = k1.m_col.getCollationKey(r.str());
|
/external/tremolo/Tremolo/ |
floor1.c | 82 int k1=j; local 86 while(k1<mid && k2<end){ 87 if(vals[A[k1]]<vals[A[k2]]) 88 B[j++]=A[k1++]; 92 while(k1<mid) B[j++]=A[k1++];
|
/frameworks/base/services/camera/libcameraservice/ |
FakeCamera.cpp | 54 * G = ( Y - k1*Cr - k2*Cb ) 61 static const double k1 = 0.813; member in namespace:android 68 * G + k1/k3*R + k2/k4*B = Y*( 1 + k1/k3 + k2/k4 ) 70 * Y = ( G + k1/k3*R + k2/k4*B ) / (1 + k1/k3 + k2/k4) 71 * Y0 = ( G0 + k1/k3*R0 + k2/k4*B0 ) / ((1 + k1/k3 + k2/k4)*k0) + 16 74 * kYr = k1/k3 83 static const double kYr = k1/k3 [all...] |