HomeSort by relevance Sort by last modified time
    Searched defs:c1 (Results 301 - 325 of 1289) sorted by null

<<11121314151617181920>>

  /external/boringssl/src/crypto/bn/
mul.c 318 int n = n2 / 2, c1, c2; local
341 c1 = bn_cmp_part_words(a, &(a[n]), tna, n - tna);
344 switch (c1 * 3 + c2) {
407 /* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
411 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
415 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
418 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
424 * c1 holds the carry bits */
425 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
426 if (c1) {
451 int c1, c2, neg; local
726 int zero, c1; local
    [all...]
prime.c 359 int i, j, c1 = 0; local
401 if (!BN_GENCB_call(cb, BN_GENCB_GENERATED, c1++)) {
435 if (!BN_GENCB_call(cb, i, c1 - 1)) {
    [all...]
  /external/c-ares/
ares_getnameinfo.c 400 const char *c1, *c2, *c1_begin; local
410 c1 = (const char *)c1_begin;
414 lo1 = TOLOWER(*c1);
420 c1++;
424 if (c2 == c1 && c2 == NULL)
  /external/clang/test/CXX/special/class.ctor/
p6-0x.cpp 23 constexpr Constexpr1 c1 = Constexpr1(); // ok variable
  /external/clang/test/CodeGenCXX/
global-init.cpp 177 const C c1 = C(); member in namespace:test7
microsoft-abi-virtual-inheritance.cpp 273 int c1, c2, c3; member in struct:diamond::C
  /external/clang/test/Modules/
submodules-merge-defs.cpp 37 C1 pre_c1; // expected-error +{{must be imported}}
93 C1 c1; variable
  /external/clang/test/Sema/
attr-aligned.c 35 char c1[__alignof__(c) == 4 ?: -1] = {0}; variable
string-init.c 21 char16_t c1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} local
  /external/clang/test/SemaCXX/
aggregate-initialization.cpp 70 C c1 = { 1 }; local
string-init.cpp 16 char16_t c1[] = "a"; // expected-error{{initializing wide char array with non-wide string literal}} local
warn-bad-memaccess.cpp 18 class C1 {
22 } c1; variable in typeref:class:C1
127 memset(&c1, 0, sizeof c1);
  /external/clang/test/SemaTemplate/
instantiate-member-class.cpp 37 X<int>::C *c1; variable
44 c1 = c2; // expected-error{{assigning to 'X<int>::C *' from incompatible type 'X<float>::C *'}}
  /external/dng_sdk/source/
dng_misc_opcodes.cpp 670 real32 c1 = fCoefficient32 [1]; local
675 if (c1 > 0.0f)
683 real32 y = c1 * x;
714 c1 * x;
  /external/eigen/bench/
eig33.cpp 55 // The characteristic equation is x^3 - c2*x^2 + c1*x - c0 = 0. The
59 Scalar c1 = m(0,0)*m(1,1) - m(0,1)*m(0,1) + m(0,0)*m(2,2) - m(0,2)*m(0,2) + m(1,1)*m(2,2) - m(1,2)*m(1,2); local
65 Scalar a_over_3 = (c1 - c2*c2_over_3)*s_inv3;
69 Scalar half_b = Scalar(0.5)*(c0 + c2_over_3*(Scalar(2)*c2_over_3*c2_over_3 - c1));
  /external/eigen/test/
block.cpp 15 block_real_only(const MatrixType &m1, Index r1, Index r2, Index c1, Index c2, const Scalar& s1) {
18 VERIFY_IS_APPROX(m1.col(c1).cwiseMin(s1), m1.cwiseMin(s1).col(c1));
20 VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMin(s1), m1.cwiseMin(s1).block(r1,c1,r2-r1+1,c2-c1+1));
21 VERIFY_IS_APPROX(m1.block(r1,c1,r2-r1+1,c2-c1+1).cwiseMax(s1), m1.cwiseMax(s1).block(r1,c1,r2-r1+1,c2-c1+1))
57 Index c1 = internal::random<Index>(0,cols-1); local
222 Index c1 = internal::random<Index>(0,cols-1); local
    [all...]
  /external/guava/guava/src/com/google/common/escape/
UnicodeEscaper.java 269 char c1 = seq.charAt(index++); local
270 if (c1 < Character.MIN_HIGH_SURROGATE ||
271 c1 > Character.MAX_LOW_SURROGATE) {
273 return c1;
274 } else if (c1 <= Character.MAX_HIGH_SURROGATE) {
277 return -c1;
282 return Character.toCodePoint(c1, c2);
290 "Unexpected low surrogate character '" + c1 +
291 "' with value " + (int) c1 + " at index " + (index - 1) +
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
AsciiUtil.java 24 char c1 = s1.charAt(i); local
26 if (c1 != c2 && toLower(c1) != toLower(c2)) {
  /external/icu/icu4c/source/common/
ucmndata.c 105 int32_t c1=(uint8_t)*s1++; local
107 cmp=c1-c2;
108 if(cmp!=0 || c1==0) { /* different or done */
uinvchar.c 453 UChar32 c1, c2; local
472 c1=c;
474 c1=-1;
482 if((c1-=c2)!=0) {
483 return c1;
498 UChar32 c1, c2; local
517 c1=0;
518 } else if((c1=asciiFromEbcdic[c])!=0 && UCHAR_IS_INVARIANT(c1)) {
519 /* c1 is set *
542 int32_t c1, c2; local
    [all...]
unormcmp.cpp 61 * get one code unit c1 from s1 (-1 if end of source)
67 * if(c1==c2) {
71 * // c1!=c2
72 * try to decompose/case-fold c1/c2, and continue if one does;
74 * // still c1!=c2 and neither decomposes/case-folds, return result
75 * return c1-c2;
168 UChar32 c1, c2, cp1, cp2; local
209 c1=c2=-1;
218 if(c1<0) {
221 if(s1==limit1 || ((c1=*s1)==0 && (limit1==NULL || (options&_STRNCMP_STYLE))))
    [all...]
  /external/icu/icu4c/source/test/intltest/
aliastst.cpp 66 Calendar* c1 = Calendar::createInstance(oldLoc, status); local
70 const char* l1 = c1->getLocaleID(ULOC_VALID_LOCALE, status);
78 if(!(c1==c2)){
79 errln("CalendarTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
82 delete c1;
112 errln("TestDateFormat: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()));
133 Collator* c1 = Collator::createInstance(oldLoc, status); local
136 Locale l1 = c1->getLocale(ULOC_VALID_LOCALE, status);
145 if(!(c1==c2)){
146 errln("CollationTest: c1!=c2. newLoc= "+UnicodeString(newLoc.getName()) +" oldLoc= "+UnicodeString(oldLoc.getName()))
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
AsciiUtil.java 20 char c1 = s1.charAt(i); local
22 if (c1 != c2 && toLower(c1) != toLower(c2)) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
AsciiUtil.java 20 char c1 = s1.charAt(i); local
22 if (c1 != c2 && toLower(c1) != toLower(c2)) {
  /external/jemalloc/include/jemalloc/internal/
hash.h 116 const uint32_t c1 = 0xcc9e2d51; local
127 k1 *= c1;
146 case 1: k1 ^= tail[0]; k1 *= c1; k1 = hash_rotl_32(k1, 15);
171 const uint32_t c1 = 0x239b961b; local
187 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
202 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
221 k4 *= c4; k4 = hash_rotl_32(k4, 18); k4 *= c1; h4 ^= k4;
239 k1 *= c1; k1 = hash_rotl_32(k1, 15); k1 *= c2; h1 ^= k1;
271 const uint64_t c1 = KQU(0x87c37b91114253d5); local
283 k1 *= c1; k1 = hash_rotl_64(k1, 31); k1 *= c2; h1 ^= k1
    [all...]

Completed in 753 milliseconds

<<11121314151617181920>>