HomeSort by relevance Sort by last modified time
    Searched defs:c3 (Results 1 - 25 of 37) sorted by null

1 2

  /external/openssl/crypto/bn/asm/
s390x.S 331 #define c3 %r8 define
333 #define mul_add_c(ai,bi,c1,c2,c3) \
338 alcgr c3,zero
349 lghi c3,0
352 mul_add_c(0,0,c1,c2,c3);
356 mul_add_c(0,1,c2,c3,c1);
357 mul_add_c(1,0,c2,c3,c1);
361 mul_add_c(2,0,c3,c1,c2);
362 mul_add_c(1,1,c3,c1,c2);
363 mul_add_c(0,2,c3,c1,c2)
    [all...]
x86_64-gcc.c 356 BN_ULONG c1,c2,c3; local
360 c3=0;
361 mul_add_c(a[0],b[0],c1,c2,c3);
364 mul_add_c(a[0],b[1],c2,c3,c1);
365 mul_add_c(a[1],b[0],c2,c3,c1);
368 mul_add_c(a[2],b[0],c3,c1,c2);
369 mul_add_c(a[1],b[1],c3,c1,c2);
370 mul_add_c(a[0],b[2],c3,c1,c2);
371 r[2]=c3;
372 c3=0
460 BN_ULONG c1,c2,c3; local
500 BN_ULONG c1,c2,c3; local
576 BN_ULONG c1,c2,c3; local
    [all...]
pa-risc2W.s 1005 c3 .reg %r3 label
1007 SQR_ADD_C .macro A0L,A0R,C1,C2,C3
1032 ADD,DC C3,%r0,C3 ; c3++
1035 SQR_ADD_C2 .macro A0L,A0R,A1L,A1R,C1,C2,C3
1062 ADD,DC C3,%r0,C3 ; add in carry (c3++)
    [all...]
pa-risc2.s 1018 c3 .reg %r3 label
1020 SQR_ADD_C .macro A0L,A0R,C1,C2,C3
    [all...]
  /external/proguard/src/proguard/io/
ManifestRewriter.java 110 int c3 = super.read(); local
111 if (c3 == ' ')
117 buffer[bufferSize++] = (char)c3;
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 49 volatile char c3 = CHAR_MIN; local
  /libcore/luni/src/test/java/tests/api/java/util/
CurrencyTest.java 73 Currency c3 = Currency.getInstance(new Locale("", "CA")); local
76 c3 == c0);
87 c3 = Currency.getInstance(new Locale("bogus", "JP"));
90 c3 == c0);
346 Currency c3 = Currency.getInstance("JPY"); local
347 c3.getDefaultFractionDigits();
348 assertEquals(" Currency.getInstance(\"" + c3
349 + "\") returned incorrect number of digits. ", 0, c3
  /external/chromium/third_party/icu/source/test/intltest/
itercoll.cpp 130 RuleBasedCollator *c3 = NULL; local
131 c3 = new RuleBasedCollator((UnicodeString)"&a < b < c/aba < d < z < ch", status);
133 if (c3 == NULL || U_FAILURE(status))
136 delete c3;
141 iter = c3->createCollationElementIterator(source);
144 delete c3;
utxttest.cpp 125 UChar32 c3 = 0xa000; local
143 s.append(c3++);
    [all...]
  /external/icu4c/test/intltest/
itercoll.cpp 130 RuleBasedCollator *c3 = NULL; local
131 c3 = new RuleBasedCollator((UnicodeString)"&a < b < c/aba < d < z < ch", status);
133 if (c3 == NULL || U_FAILURE(status))
136 delete c3;
141 iter = c3->createCollationElementIterator(source);
144 delete c3;
utxttest.cpp 127 UChar32 c3 = 0xa000; local
145 s.append(c3++);
    [all...]
  /external/openssl/crypto/bn/
bn_asm.c 565 BN_ULONG c1,c2,c3; local
569 c3=0;
570 mul_add_c(a[0],b[0],c1,c2,c3);
573 mul_add_c(a[0],b[1],c2,c3,c1);
574 mul_add_c(a[1],b[0],c2,c3,c1);
577 mul_add_c(a[2],b[0],c3,c1,c2);
578 mul_add_c(a[1],b[1],c3,c1,c2);
579 mul_add_c(a[0],b[2],c3,c1,c2);
580 r[2]=c3;
581 c3=0
674 BN_ULONG c1,c2,c3; local
719 BN_ULONG c1,c2,c3; local
800 BN_ULONG c1,c2,c3; local
    [all...]
  /external/sonivox/arm-fm-22k/host_src/
eas_hostmm.c 369 EAS_U8 c1, c2,c3,c4; local
376 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
  /external/sonivox/arm-hybrid-22k/host_src/
eas_hostmm.c 369 EAS_U8 c1, c2,c3,c4; local
376 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
383 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
385 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
  /external/sonivox/arm-wt-22k/host_src/
eas_hostmm.c 400 EAS_U8 c1, c2,c3,c4; local
407 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS)
414 *((EAS_U32*) p) = ((EAS_U32) c1 << 24) | ((EAS_U32) c2 << 16) | ((EAS_U32) c3 << 8) | c4;
416 *((EAS_U32*) p)= ((EAS_U32) c4 << 24) | ((EAS_U32) c3 << 16) | ((EAS_U32) c2 << 8) | c1;
  /libcore/luni/src/test/java/tests/security/spec/
EllipticCurveTest.java 696 MyEllipticCurve c3 = new MyEllipticCurve(new ECFieldFp(BigInteger local
699 assertTrue(c1.equals(c3) && c3.equals(c1));
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 47 float c3 = 0.32f; local
53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1);
56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3);
57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3);
58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3);
61 mCubes[7] = new Cube(world, c2, c4, c4, c3, c5, c5);
64 mCubes[9] = new Cube(world, c0, c2, c0, c1, c3, c1);
65 mCubes[10] = new Cube(world, c2, c2, c0, c3, c3, c1)
    [all...]
  /external/webkit/WebCore/loader/
TextResourceDecoder.cpp 427 unsigned char c3 = buf1Len ? (--buf1Len, *buf1++) : buf2Len ? (--buf2Len, *buf2++) : 0; local
432 if (c3 != 0 || c4 != 0) {
439 } else if (c1 == 0xEF && c2 == 0xBB && c3 == 0xBF) {
445 } else if (c1 == 0 && c2 == 0 && c3 == 0xFE && c4 == 0xFF) {
  /external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
EASLib.c 1490 EAS_U8 c1, c2,c3,c4; local
    [all...]
EASLibVst.c 1185 EAS_U8 c1, c2,c3,c4; local
1192 if ((result = EAS_HWGetByte(hwInstData, file, &c3)) != EAS_SUCCESS
    [all...]
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 424 UCollator *c1, *c2, *c3; local
493 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
496 if (c3 == NULL || U_FAILURE(status))
503 iter=ucol_openElements(c3, source, u_strlen(source), &status);
511 ucol_close(c3);
    [all...]
cucdtst.c 1810 UChar32 start, end, c2, c3; local
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 424 UCollator *c1, *c2, *c3; local
493 c3 = ucol_openRules(rule, u_strlen(rule), UCOL_DEFAULT, UCOL_DEFAULT_STRENGTH,NULL, &status);
496 if (c3 == NULL || U_FAILURE(status))
503 iter=ucol_openElements(c3, source, u_strlen(source), &status);
511 ucol_close(c3);
    [all...]
cucdtst.c 1819 UChar32 start, end, c2, c3; local
    [all...]
  /external/webkit/WebCore/platform/graphics/transforms/
TransformationMatrix.cpp 79 // double = determinant3x3(a1, a2, a3, b1, b2, b3, c1, c2, c3)
86 // | a3, b3, c3 |
88 static double determinant3x3(double a1, double a2, double a3, double b1, double b2, double b3, double c1, double c2, double c3)
90 return a1 * determinant2x2(b2, b3, c2, c3)
91 - b1 * determinant2x2(a2, a3, c2, c3)
116 double c3 = m[2][2]; local
124 return a1 * determinant3x3(b2, b3, b4, c2, c3, c4, d2, d3, d4)
125 - b1 * determinant3x3(a2, a3, a4, c2, c3, c4, d2, d3, d4)
127 - d1 * determinant3x3(a2, a3, a4, b2, b3, b4, c2, c3, c4);
162 double c3 = matrix[2][2] local
    [all...]

Completed in 2044 milliseconds

1 2