HomeSort by relevance Sort by last modified time
    Searched defs:cc (Results 76 - 100 of 215) sorted by null

1 2 34 5 6 7 8 9

  /external/fdlibm/
e_j0.c 95 double z, s,c,ss,cc,r,u,v; local
106 cc = s+c;
109 if ((s*c)<zero) cc = z/ss;
110 else ss = z/cc;
113 * ieee_j0(x) = 1/ieee_sqrt(pi) * (P(0,x)*cc - Q(0,x)*ss) / ieee_sqrt(x)
114 * ieee_y0(x) = 1/ieee_sqrt(pi) * (P(0,x)*ss + Q(0,x)*cc) / ieee_sqrt(x)
116 if(ix>0x48000000) z = (invsqrtpi*cc)/ieee_sqrt(x);
119 z = invsqrtpi*(u*cc-v*ss)/ieee_sqrt(x);
164 double z, s,c,ss,cc,u,v; local
189 cc = s+c
    [all...]
e_j1.c 96 double z, s,c,ss,cc,r,u,v,y; local
107 cc = s-c;
110 if ((s*c)>zero) cc = z/ss;
111 else ss = z/cc;
114 * ieee_j1(x) = 1/ieee_sqrt(pi) * (P(1,x)*cc - Q(1,x)*ss) / ieee_sqrt(x)
115 * ieee_y1(x) = 1/ieee_sqrt(pi) * (P(1,x)*ss + Q(1,x)*cc) / ieee_sqrt(x)
117 if(ix>0x48000000) z = (invsqrtpi*cc)/ieee_sqrt(y);
120 z = invsqrtpi*(u*cc-v*ss)/ieee_sqrt(y);
165 double z, s,c,ss,cc,u,v; local
179 cc = s-c
    [all...]
  /external/icu4c/i18n/
dcfmtsym.cpp 322 char cc[4]={0}; local
323 u_UCharsToChars(ucc, cc, uccLen);
327 currency = ures_getByKeyWithFallback(currency, cc, currency, &localStatus);
  /external/icu4c/test/intltest/
itspoof.cpp 271 UChar32 cc = 0; local
275 if (cc > 0) {
276 result.append(cc);
277 cc = 0;
280 cc = (cc<<4) + (c - 0x30);
282 cc = (cc<<4) + (c & 0x0f)+9;
286 if (cc > 0) {
287 result.append(cc);
    [all...]
  /external/javassist/src/main/javassist/bytecode/annotation/
AnnotationImpl.java 157 CtClass cc = pool.get(classname); local
158 ClassFile cf = cc.getClassFile2();
  /external/javassist/src/main/javassist/expr/
FieldAccess.java 112 CtClass cc = getCtClass(); local
113 return cc.getField(getFieldName());
  /external/jdiff/src/jdiff/
HTMLStatistics.java 264 List cc = new ArrayList(pkg.classesChanged); local
265 Iterator iter2 = cc.iterator();
270 allChangedClasses.addAll(cc);
  /external/libpcap/
pcap-bpf.c 143 int cc; local
166 cc = p->cc;
167 if (p->cc == 0) {
168 cc = read(p->fd, (char *)p->buffer, p->bufsize);
169 if (cc < 0) {
231 ep = bp + cc;
253 p->cc = ep - bp;
305 p->cc = ep - bp;
316 p->cc = 0
    [all...]
pcap-win32.c 106 int cc; local
110 cc = p->cc;
111 if (p->cc == 0) {
131 cc = p->Packet->ulBytesReceived;
142 ep = bp + cc;
161 p->cc = ep - bp;
178 p->cc = ep - bp;
183 p->cc = 0;
199 int cc; local
    [all...]
  /external/openssl/crypto/des/
des_opts.c 431 long ca,cb,cc,cd,ce; local
465 cc=count*3*8/BUFSIZE+1;
  /external/skia/src/core/
SkFloat.cpp 318 int cc = c.getInt(); local
319 SkASSERT(cc == aa + bb);
322 cc = c.getInt();
323 SkASSERT(cc == aa - bb);
330 cc = c.getInt();
331 SkASSERT(cc == aa * bb);
336 cc = a.getFixed();
337 SkASSERT(aa == cc);
341 cc = b.getFixed();
342 SkASSERT(bb == cc);
    [all...]
  /external/srtp/include/
srtp_priv.h 72 unsigned char cc:4; /* CSRC count */ member in struct:__anon11445
89 unsigned char cc:4; /* CSRC count */ member in struct:__anon11446
  /external/tcpdump/
util.c 477 register int i, fd, cc; local
492 cc = read(fd, cp, (u_int)buf.st_size);
493 if (cc < 0)
495 if (cc != buf.st_size)
496 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
500 for (i = 0; i < cc; i++) {
502 while (i < cc && cp[i] != '\n')
505 cp[cc] = '\0';
  /external/v8/src/mips/
disasm-mips.cc 222 // Print the integer value of the cc field for the bc1t/f instructions.
224 int cc = instr->FBccValue(); local
225 out_buffer_pos_ += OS::SNPrintF(out_buffer_ + out_buffer_pos_, "%d", cc);
229 // Print the integer value of the cc field for the FP compare instructions.
231 int cc = instr->FCccValue(); local
232 out_buffer_pos_ += OS::SNPrintF(out_buffer_ + out_buffer_pos_, "cc(%d)", cc);
393 case 'b': { // 'bc - Special for bc1 cc field.
398 case 'C': { // 'Cc - Special for c.xx.d cc field
    [all...]
  /external/valgrind/main/coregrind/
m_sparsewa.c 83 HChar* cc; member in struct:_SparseWA
151 LevelN* levelN = swa->alloc_nofail( swa->cc, sizeof(LevelN) );
160 Level0* level0 = swa->alloc_nofail( swa->cc, sizeof(Level0) );
234 SparseWA* VG_(newSWA) ( void*(*alloc_nofail)(HChar* cc, SizeT),
235 HChar* cc,
240 vg_assert(cc);
242 swa = alloc_nofail( cc, sizeof(SparseWA) );
245 swa->cc = cc;
m_xarray.c 42 HChar* cc; /* cost centre for alloc */ member in struct:_XArray
54 HChar* cc,
68 xa = alloc_fn( cc, sizeof(struct _XArray) );
71 xa->cc = cc;
82 XArray* VG_(cloneXA)( HChar* cc, XArray* xao )
91 nyu_cc = cc ? cc : xa->cc;
97 nyu->cc = nyu_cc
    [all...]
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 299 UChar cc = (*v)[l]; local
300 if (cc > '9')
302 if (cc < '0') {
303 if (cc == '%' || cc == '*')
305 if (cc != '.')
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
VideoSinkGStreamer.cpp 317 GCClosure *cc = (GCClosure *) closure; local
329 callback = (marshalfunc_VOID__MINIOBJECT) (marshal_data ? marshal_data : cc->callback);
  /external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.cpp 59 static HashMap<UINT, CString> cc; local
60 return cc;
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 227 int cc = Color.argb(a0, rr, gg, bb); local
230 " local " + Integer.toHexString(cc));
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 201 Address[] cc = Address.unpack(message.mCc); local
209 for (Address address : cc) {
  /dalvik/vm/
Misc.cpp 36 01234567: 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0123456789abcdef\n
678 int cc = read(fd, lineBuf, sizeof(lineBuf)-1); local
679 if (cc <= 0) {
680 const char* msg = (cc == 0) ? "unexpected EOF" : strerror(errno);
686 lineBuf[cc] = '\0';
Thread.cpp 448 int cc; local
451 cc = dvmTryLockMutex(&gDvm._threadSuspendLock);
452 if (cc != 0) {
495 } while (cc != 0);
496 assert(cc == 0);
1012 int cc; local
1072 int cc = pthread_setspecific(gDvm.pthreadKeySelf, self); local
1300 int cc = pthread_create(&threadHandle, &threadAttr, interpThreadStart, local
    [all...]
  /dalvik/vm/jdwp/
JdwpAdb.cpp 463 ssize_t cc = netState->writePacket(pReply); local
465 if (cc != (ssize_t) expandBufGetLength(pReply)) {
622 int cc; local
632 cc = write(netState->clientSock, netState->inputBuffer,
634 if (cc != kMagicHandshakeLen) {
636 strerror(errno), cc, (int) kMagicHandshakeLen);
676 ssize_t cc = netState->writePacket(pReq); local
678 if (cc != (ssize_t) expandBufGetLength(pReq)) {
680 strerror(errno), (int) cc, (int) expandBufGetLength(pReq));
JdwpSocket.cpp 328 int cc, on = 1; local
330 cc = setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on));
331 assert(cc == 0);
332 return cc;
414 int cc = gethostbyname_r(state->params.host, &he, auxBuf, sizeof(auxBuf), local
416 if (cc != 0) {
621 ssize_t cc = netState->writePacket(pReply); local
623 if (cc != (ssize_t) expandBufGetLength(pReply)) {
782 int cc; local
792 cc = write(netState->clientSock, netState->inputBuffer
836 ssize_t cc = netState->writePacket(pReq); local
    [all...]

Completed in 655 milliseconds

1 2 34 5 6 7 8 9