Searched defs:c3 (Results 1 - 25 of 160) sorted by path

1234567

/external/ImageMagick/MagickCore/
H A Dresize.c457 const double c3 = -0.248947210682259168029030370205389323899e-5L;
463 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7))))));
472 const double c3 = -0.250963301609117217660068889165550534856e-5L;
480 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*(c7+xx*(c8+xx*c9))))))));
489 const double c3 = -0.834446180169727178193268528095341741698e-6L;
495 c0+xx*(c1+xx*(c2+xx*(c3+xx*(c4+xx*(c5+xx*(c6+xx*c7))))));
453 const double c3 = -0.248947210682259168029030370205389323899e-5L; local
/external/bison/lib/
H A Dmbrtowc.c173 unsigned char c3 = (unsigned char) p[2]; local
175 if ((c3 ^ 0x80) < 0x40)
271 unsigned char c3 = (unsigned char) p[2]; local
273 if (c3 >= 0x81 && c3 <= 0xfe)
H A Dvasnprintf.c438 and c3 := b[n-2] * q*.
440 occurred. Furthermore 0 <= c3 < beta^2.
444 While c3 > c2, {Here 0 <= c2 < c3 < beta^2}
445 Put q* := q* - 1, c2 := c2 + b[n-1]*beta, c3 := c3 - b[n-2].
708 mp_twolimb_t c3 = /* b[n-2] * q* */ local
710 /* While c2 < c3, increase c2 and decrease c3.
711 Consider c3
[all...]
/external/boringssl/src/crypto/curve25519/
H A Dcurve25519.c4162 int64_t c3 = 2097151 & (load_4(c + 7) >> 7); local
4222 s3 = c3 + a0 * b3 + a1 * b2 + a2 * b1 + a3 * b0;
/external/boringssl/src/crypto/fipsmodule/bn/asm/
H A Dx86_64-gcc.c289 BN_ULONG c1, c2, c3; local
293 c3 = 0;
294 mul_add_c(a[0], b[0], c1, c2, c3);
297 mul_add_c(a[0], b[1], c2, c3, c1);
298 mul_add_c(a[1], b[0], c2, c3, c1);
301 mul_add_c(a[2], b[0], c3, c1, c2);
302 mul_add_c(a[1], b[1], c3, c1, c2);
303 mul_add_c(a[0], b[2], c3, c1, c2);
304 r[2] = c3;
305 c3
391 BN_ULONG c1, c2, c3; local
429 BN_ULONG c1, c2, c3; local
503 BN_ULONG c1, c2, c3; local
[all...]
/external/boringssl/src/crypto/fipsmodule/bn/
H A Dgeneric.c462 BN_ULONG c1, c2, c3; local
466 c3 = 0;
467 mul_add_c(a[0], b[0], c1, c2, c3);
470 mul_add_c(a[0], b[1], c2, c3, c1);
471 mul_add_c(a[1], b[0], c2, c3, c1);
474 mul_add_c(a[2], b[0], c3, c1, c2);
475 mul_add_c(a[1], b[1], c3, c1, c2);
476 mul_add_c(a[0], b[2], c3, c1, c2);
477 r[2] = c3;
478 c3
564 BN_ULONG c1, c2, c3; local
602 BN_ULONG c1, c2, c3; local
676 BN_ULONG c1, c2, c3; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/
H A DBase64Encoder.java268 private int decodeLastBlock(OutputStream out, char c1, char c2, char c3, char c4) argument
273 if (c3 == padding)
296 b3 = decodingTable[c3];
312 b3 = decodingTable[c3];
/external/clang/test/Analysis/
H A DNewDelete-custom.cpp27 C *c3 = ::new C; local
30 // expected-warning@-2{{Potential leak of memory pointed to by 'c3'}}
H A Dpadding_c.c70 char c3; member in struct:SmallIntSandwich
151 char c3; member in struct:CorrectOverlyAlignedChar
H A Dpadding_message.cpp25 char c3; member in struct:SmallIntSandwich
/external/clang/test/CXX/class.derived/class.virtual/
H A Dp3-0x.cpp131 A<double>::C c3; member in namespace:MemberOfUnknownSpecialization
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp53 constexpr class C3 {} c3 = C3(); variable in typeref:class:C3
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp12 char c3{y}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}}
156 Agg<char> c3 = {300}; // expected-error {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} local
H A Dp7-cxx11-nowarn.cpp13 char c3{y}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}}
154 Agg<char> c3 = {300}; // expected-warning {{ cannot be narrowed }} expected-note {{silence}} expected-warning {{changes value}} local
/external/clang/test/CXX/special/class.ctor/
H A Dp6-0x.cpp46 constexpr Constexpr3 c3 = Constexpr3(); // ok variable
/external/clang/test/CXX/special/class.dtor/
H A Dp5-0x.cpp83 struct C3 : virtual DeletedDtor { C3(); } c3; // expected-error {{deleted function}} expected-note {{base class 'DeletedDtor' has a deleted destructor}} variable in typeref:struct:C3
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/
H A Dp1.cpp79 C<int>::E c3 = C<int>::E::e6; member in struct:C
/external/clang/test/CodeGen/
H A Darm-abi-vector.c43 __int2 c3 = va_arg(ap, __int2); local
44 sum = sum + c3.x + c3.y;
75 __char3 c3 = va_arg(ap, __char3); local
76 sum = sum + c3.x + c3.y;
231 __short3 c3 = va_arg(ap, __short3); local
232 sum = sum + c3.x + c3.y;
315 StructWithVec c3 local
[all...]
H A Darm64-abi-vector.c27 __char2 c3 = va_arg(ap, __char2); local
28 sum = sum + c3.x + c3.y;
46 __char3 c3 = va_arg(ap, __char3); local
47 sum = sum + c3.x + c3.y;
148 __short3 c3 = va_arg(ap, __short3); local
149 sum = sum + c3.x + c3.y;
192 __int3 c3 local
234 __double3 c3 = va_arg(ap, __double3); local
251 __char3 c3 = va_arg(ap, __char3); local
300 test(__char3 *c3, __char5 *c5, __char9 *c9, __char19 *c19, __short3 *s3, __short5 *s5, __int3 *i3, __int5 *i5, __double3 *d3) argument
308 args_vec_3c(int fixed, __char3 c3) argument
370 args_vec_3s(int fixed, __short3 c3) argument
402 args_vec_3i(int fixed, __int3 c3) argument
432 args_vec_3d(int fixed, __double3 c3) argument
[all...]
H A Dconstant-comparison.c7 int *c3 = !(3 <= 4.0) ? &b : &a; variable
H A Drenderscript.c36 typedef struct {char c1, c2, c3; } sChar3; member in struct:__anon2283
/external/clang/test/CodeGenCXX/
H A Darray-operator-delete-call.cpp56 COST c3; local
H A Ddllimport-members.cpp37 T c3; local
38 c3 = static_cast<const T&>(v); // Copy assignment
H A Dglobal-init.cpp179 const int c3 = C().n; member in namespace:test7
H A Dlto-visibility-inference.cpp68 void f(C1 *c1, C2 *c2, C3 *c3, C4 *c4, C5 *c5, C6 *c6, std::C7 *c7, argument
78 c3->f();

Completed in 1051 milliseconds

1234567