HomeSort by relevance Sort by last modified time
    Searched refs:k1 (Results 201 - 225 of 363) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/openssl/crypto/ec/
ec_asn1.c 105 int EC_GROUP_get_pentanomial_basis(const EC_GROUP *group, unsigned int *k1,
119 if (k1)
120 *k1 = group->poly[3];
133 long k1; member in struct:x9_62_pentanomial_st
201 ASN1_SIMPLE(X9_62_PENTANOMIAL, k1, LONG),
401 unsigned int k1, k2, k3;
403 if (!EC_GROUP_get_pentanomial_basis(group, &k1, &k2, &k3))
414 char_two->p.ppBasis->k1 = (long)k1;
852 if (!(char_two->m > penta->k3 && penta->k3 > penta->k2 && penta->k2 > penta->k1 && penta->k1 > 0)
    [all...]
  /external/clang/test/Parser/
recovery.cpp 45 int k1 = S().h(); // expected-error {{no member named 'h' in 'MissingBrace::S'}} member in struct:MissingBrace::S
  /external/clang/test/Sema/
struct-packed-align.c 106 extern int k1[sizeof(union au6) == 4 ? 1 : -1];
  /external/llvm/test/MC/Mips/mips32/
invalid-mips32r2.s 32 suxc1 $f12,$k1($t5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
34 wsbh $k1,$t1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/opencv/cv/src/
cvundistort.cpp 55 float k1 = dist_coeffs[0], k2 = dist_coeffs[1], k3 = dist_coeffs[4]; local
68 float kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
106 float fx, float fy, float cx, float cy, float k1, float k2, uchar *pBuffer );
193 float u0, v0, fx, fy, ifx, ify, x0, y0, k1, k2, k3, p1, p2; local
233 k1 = k[0]; k2 = k[1]; k3 = k[4];
247 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
277 double fx, fy, u0, v0, k1, k2, k3, p1, p2; local
342 k1 = k[0]; k2 = k[1]; k3 = k[4];
358 double kr = 1 + ((k3*r2 + k2)*r2 + k1)*r2;
  /external/libvorbis/lib/
smallft.c 43 int k1, l1, l2, ib; local
84 for (k1=0;k1<nfm1;k1++){
85 ip=ifac[k1+2];
574 int i,k1,l1,l2; local
583 for(k1=0;k1<nf;k1++){
584 kh=nf-k1;
1155 int i,k1,l1,l2; local
    [all...]
  /external/speex/libspeex/
smallft.c 45 int k1, l1, l2, ib; local
86 for (k1=0;k1<nfm1;k1++){
87 ip=ifac[k1+2];
576 int i,k1,l1,l2; local
585 for(k1=0;k1<nf;k1++){
586 kh=nf-k1;
1157 int i,k1,l1,l2; local
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 465 int i, k1, n, n1; local
470 k1 = b->k;
473 k1++;
474 b1 = Balloc(k1);
484 k1 = 32 - k;
488 z = *x++ >> k1;
494 k1 = 16 - k;
498 z = *x++ >> k1;
  /external/clang/test/SemaCXX/
cxx11-user-defined-literals.cpp 73 int k1 = 'x'_using; // expected-error {{no matching literal operator for call to 'operator "" _using'}} member in namespace:Using
83 int k1 = 123_ambig1; // expected-error {{call to 'operator "" _ambig1' is ambiguous}} member in namespace:AmbiguousRawTemplate
cxx1y-deduced-return-type.cpp 127 int k1 = fwd_decl<double>(); member in namespace:Templates
298 int k1 = w.f(); member in namespace:Virtual
399 int k1 = S<int>().g(); member in namespace:CurrentInstantiation
  /external/llvm/test/MC/Mips/mips32r2/
valid.s 104 msub $s7,$k1
155 slt $s7,$11,$k1 # CHECK: slt $23, $11, $27 # encoding: [0x01,0x7b,0xb8,0x2a]
175 suxc1 $f12,$k1($13)
196 wsbh $k1,$9
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64.s 21 msub $s7,$k1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.c 74 static double k1 = 0.9; local
78 save[1] = save[0]*k1 + k2*(save[3] + save[2]);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.c 74 static double k1 = 0.9; local
78 save[1] = save[0]*k1 + k2*(save[3] + save[2]);
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.c 74 static double k1 = 0.9; local
78 save[1] = save[0]*k1 + k2*(save[3] + save[2]);
  /external/eigen/Eigen/src/OrderingMethods/
Amd.h 95 int d, dk, dext, lemax = 0, e, elenk, eln, i, j, k, k1, local
210 for(k1 = 1; k1 <= elenk + 1; k1++)
212 if(k1 > elenk)
  /external/valgrind/main/perf/
test_input_for_tinycc.c 3996 UChar k1; local
4150 UChar k1; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py3_test_grammar.py 279 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2
280 pos2key2(1, 2, k1=100)
281 pos2key2(1, 2, k1=100, k2=200)
282 pos2key2(1, 2, k2=100, k1=200)
283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/tests/data/
py3_test_grammar.py 279 def pos2key2(p1, p2, *, k1, k2=100): return p1,p2,k1,k2
280 pos2key2(1, 2, k1=100)
281 pos2key2(1, 2, k1=100, k2=200)
282 pos2key2(1, 2, k2=100, k1=200)
283 def pos2key2dict(p1, p2, *, k1=100, k2, **kwarg): return p1,p2,k1,k2,kwarg
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 508 i1 = j1 = k1 = 0
511 # Is this block adjacent to i1, j1, k1?
512 if i1 + k1 == i2 and j1 + k1 == j2:
516 k1 += k2
518 # Not adjacent. Remember the first block (k1==0 means it's
521 if k1:
522 non_adjacent.append((i1, j1, k1))
523 i1, j1, k1 = i2, j2, k2
524 if k1
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 508 i1 = j1 = k1 = 0
511 # Is this block adjacent to i1, j1, k1?
512 if i1 + k1 == i2 and j1 + k1 == j2:
516 k1 += k2
518 # Not adjacent. Remember the first block (k1==0 means it's
521 if k1:
522 non_adjacent.append((i1, j1, k1))
523 i1, j1, k1 = i2, j2, k2
524 if k1
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 535 // * PPB: The integer <code>k1</code> where <code>x<sup>m</sup> +
536 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
539 // private int k1;
544 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
552 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code>
561 // * @param k1 The integer <code>k1</code> where <code>x<sup>m</sup> +
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>
568 // * x<sup>k3</sup> + x<sup>k2</sup> + x<sup>k1</sup> + 1</code
    [all...]
  /external/chromium_org/v8/src/
hydrogen-bce.cc 296 BoundsCheckKey* k1 = static_cast<BoundsCheckKey*>(key1); local
298 return k1->IndexBase() == k2->IndexBase() && k1->Length() == k2->Length();
  /external/iproute2/tc/
q_netem.c 298 set_percent(&gemodel.k1, 1.);
320 if (get_percent(&gemodel.k1, *argv)) {
584 fprintf(f, " 1-k %s", sprint_percent(gemodel->k1, b1));
  /frameworks/native/services/sensorservice/
Fusion.cpp 411 const float k1 = sinf(lwedT); local
421 Phi[0][0] = I33 - wx*(k1*ilwe) + wx2*k0;
422 Phi[1][0] = wx*k0 - I33dT - wx2*(ilwe*ilwe*ilwe)*(lwedT-k1);
457 // | K1 | | K1*L 0 | | P01 P11 | | K1*L*P00 K1*L*P10 |

Completed in 1683 milliseconds

1 2 3 4 5 6 7 891011>>