Searched defs:cc (Results 151 - 175 of 489) sorted by relevance

1234567891011>>

/external/eigen/Eigen/src/Eigenvalues/
H A DEigenSolver.h542 ComplexScalar cc = ComplexScalar(Scalar(0),-m_matT.coeff(n-1,n)) / ComplexScalar(m_matT.coeff(n-1,n-1)-p,q); local
543 m_matT.coeffRef(n-1,n-1) = numext::real(cc);
544 m_matT.coeffRef(n-1,n) = numext::imag(cc);
565 ComplexScalar cc = ComplexScalar(-ra,-sa) / ComplexScalar(w,q); local
566 m_matT.coeffRef(i,n-1) = numext::real(cc);
567 m_matT.coeffRef(i,n) = numext::imag(cc);
579 ComplexScalar cc = ComplexScalar(x*lastra-lastw*ra+q*sa,x*lastsa-lastw*sa-q*ra) / ComplexScalar(vr,vi); local
580 m_matT.coeffRef(i,n-1) = numext::real(cc);
581 m_matT.coeffRef(i,n) = numext::imag(cc);
589 cc
[all...]
/external/fdlibm/
H A De_j0.c95 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
[all...]
H A De_j1.c96 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
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DRBBIRuleParseTable.java74 RBBIRuleTableElement(short a, int cc, int ns, int ps, boolean nc, String sn) { argument
76 fCharClass = (short)cc;
/external/icu/icu4c/source/tools/gennorm2/
H A Dnorms.cpp25 void BuilderReorderingBuffer::append(UChar32 c, uint8_t cc) { argument
26 if(cc==0 || fLength==0 || ccAt(fLength-1)<=cc) {
27 if(cc==0) {
30 fArray[fLength++]=(c<<8)|cc;
35 while(i>fLastStarterIndex && ccAt(i)>cc) {
38 ++i; // after the last starter or prevCC<=cc
43 fArray[i]=(c<<8)|cc;
187 if(norm.cc!=0) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DRBBIRuleParseTable.java73 RBBIRuleTableElement(short a, int cc, int ns, int ps, boolean nc, String sn) { argument
75 fCharClass = (short)cc;
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
H A DTestConversion.java138 ConversionCase cc = new ConversionCase();
142 cc.caseNr = caseNr;
143 cc.charset = ((ICUResourceBundle) testcase.getObject("charset")).getString();
144 cc.unicode = ((ICUResourceBundle) testcase.getObject("unicode")).getString();
145 cc.bytes = ((ICUResourceBundle) testcase.getObject("bytes")).getBinary();
146 cc.offsets = ((ICUResourceBundle) testcase.getObject("offsets")).getIntVector();
147 cc.finalFlush = ((ICUResourceBundle) testcase.getObject("flush")).getUInt() != 0;
148 cc.fallbacks = ((ICUResourceBundle) testcase.getObject("fallbacks")).getUInt() != 0;
149 cc.outErrorCode = ((ICUResourceBundle) testcase.getObject("errorCode")).getString();
150 cc
255 FromUnicodeCase(ConversionCase cc) argument
394 stepFromUnicode(ConversionCase cc, CharsetEncoder encoder, int step) argument
467 checkFromUnicode(ConversionCase cc, int resultLength) argument
558 ToUnicodeCase(ConversionCase cc) argument
710 stepToUnicode(ConversionCase cc, CharsetDecoder decoder, int step) argument
912 checkToUnicode(ConversionCase cc, int resultLength) argument
1154 checkResultsFromUnicode(ConversionCase cc, ByteBuffer expected, ByteBuffer output) argument
1200 checkResultsToUnicode(ConversionCase cc, String expected, CharBuffer output) argument
[all...]
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/samples/
H A DJavaConcepts.java104 char cc = 'a'; field in class:JavaConcepts
185 JavaConcepts.this.cc = 'c';
/external/javaparser/javaparser-testing/src/test/test_sourcecode/com/github/javaparser/printer/
H A DJavaConcepts.java100 char cc = 'a'; field in class:JavaConcepts
181 JavaConcepts.this.cc = 'c';
/external/libedit/examples/
H A Dwtc1.c158 int ac, cc, co, rc; local
181 ac = cc = co = 0;
182 ncontinuation = tok_wline(tok, li, &ac, &av, &cc, &co);
190 (void)fprintf(stderr, " > nc %d ac %d cc %d co %d\n",
191 ncontinuation, ac, cc, co);
203 if (i != cc)
/external/libedit/src/
H A Dvis.c546 char cc[2]; local
549 cc[0] = c;
550 cc[1] = nextc;
552 ret = istrsenvisx(mbdst, NULL, cc, 1, flags, mbextra, NULL);
561 char cc[2]; local
564 cc[0] = c;
565 cc[1] = nextc;
567 ret = istrsenvisx(mbdst, &dlen, cc, 1, flags, mbextra, NULL);
613 char cc[2]; local
616 cc[
628 char cc[2]; local
[all...]
/external/libpcap/
H A Dpcap-pf.c105 register int cc, n, buflen, inc; local
113 cc = pc->cc;
114 if (cc == 0) {
115 cc = read(pc->fd, (char *)pc->buffer + pc->offset, pc->bufsize);
116 if (cc < 0) {
142 while (cc > 0) {
157 pc->cc = cc;
162 if (cc < sizeo
[all...]
H A Dpcap-snit.c22 * Micky Liu, micky@cunixc.cc.columbia.edu, Columbia University in May, 1989.
119 register int cc, n; local
127 cc = p->cc;
128 if (cc == 0) {
129 cc = read(p->fd, (char *)p->buffer, p->bufsize);
130 if (cc < 0) {
145 ep = bp + cc;
162 p->cc = ep - bp;
200 p->cc
[all...]
/external/libpcap/tests/
H A Dvalgrindtest.c169 register int i, fd, cc; local
184 cc = read(fd, cp, (u_int)buf.st_size);
185 if (cc < 0)
187 if (cc != buf.st_size)
188 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);
192 for (i = 0; i < cc; i++) {
194 while (i < cc && cp[i] != '\n')
197 cp[cc] = '\0';
/external/libxcam/modules/isp/
H A Dx3a_isp_config.h38 struct atomisp_cc_config cc; member in struct:XCam::AtomIspConfigContent
/external/ltp/testcases/kernel/syscalls/connect/
H A Dconnect01.c269 int nfds, cc, fd; local
299 if ((cc = read(fd, &c, 1)) == 0) {
/external/ltp/testcases/kernel/syscalls/recv/
H A Drecv01.c268 int nfds, cc, fd; local
299 cc = read(fd, buf, sizeof(buf));
300 if (cc == 0 || (cc < 0 && errno != EINTR)) {
/external/ltp/testcases/kernel/syscalls/recvfrom/
H A Drecvfrom01.c297 int nfds, cc, fd; local
328 cc = read(fd, buf, sizeof(buf));
329 if (cc == 0 || (cc < 0 && errno != EINTR)) {
/external/ltp/testcases/kernel/syscalls/send/
H A Dsend01.c211 int nfds, cc, fd; local
240 cc = read(fd, buf, sizeof(buf));
241 if (cc == 0 || (cc < 0 && errno != EINTR)) {
/external/ltp/testcases/kernel/syscalls/sendto/
H A Dsendto01.c282 int nfds, cc, fd; local
310 cc = read(fd, buf, sizeof(buf));
311 if (cc == 0 || (cc < 0 && errno != EINTR)) {
/external/ltp/testcases/network/lib6/
H A Dasapi_02.c122 int cc; local
152 cc = recv(sall, rbuf, sizeof(rbuf), 0);
153 if (cc < 0) {
163 cc = recv(sf, rbuf, sizeof(rbuf), 0);
164 if (cc < 0) {
/external/mesa3d/src/gallium/drivers/ilo/core/
H A Dilo_state_cc.c83 cc_set_gen6_DEPTH_STENCIL_STATE(struct ilo_state_cc *cc, argument
158 STATIC_ASSERT(ARRAY_SIZE(cc->ds) >= 3);
159 cc->ds[0] = dw0;
160 cc->ds[1] = dw1;
161 cc->ds[2] = dw2;
167 cc_set_gen8_3DSTATE_WM_DEPTH_STENCIL(struct ilo_state_cc *cc, argument
231 STATIC_ASSERT(ARRAY_SIZE(cc->ds) >= 2);
232 cc->ds[0] = dw1;
233 cc->ds[1] = dw2;
483 cc_set_gen6_BLEND_STATE(struct ilo_state_cc *cc, argument
587 cc_set_gen8_BLEND_STATE(struct ilo_state_cc *cc, const struct ilo_dev *dev, const struct ilo_state_cc_info *info) argument
672 cc_set_gen8_3DSTATE_PS_BLEND(struct ilo_state_cc *cc, const struct ilo_dev *dev, const struct ilo_state_cc_info *info) argument
724 cc_params_set_gen6_COLOR_CALC_STATE(struct ilo_state_cc *cc, const struct ilo_dev *dev, const struct ilo_state_cc_params_info *params) argument
748 ilo_state_cc_init(struct ilo_state_cc *cc, const struct ilo_dev *dev, const struct ilo_state_cc_info *info) argument
757 ilo_state_cc_set_info(struct ilo_state_cc *cc, const struct ilo_dev *dev, const struct ilo_state_cc_info *info) argument
780 ilo_state_cc_set_params(struct ilo_state_cc *cc, const struct ilo_dev *dev, const struct ilo_state_cc_params_info *params) argument
846 ilo_state_cc_full_delta(const struct ilo_state_cc *cc, const struct ilo_dev *dev, struct ilo_state_cc_delta *delta) argument
862 ilo_state_cc_get_delta(const struct ilo_state_cc *cc, const struct ilo_dev *dev, const struct ilo_state_cc *old, struct ilo_state_cc_delta *delta) argument
[all...]
/external/mesa3d/src/intel/vulkan/
H A Dgen8_cmd_buffer.c103 GENX(3DSTATE_VIEWPORT_STATE_POINTERS_CC), cc) {
104 cc.CCViewportPointer = cc_state.offset;
194 struct GENX(COLOR_CALC_STATE) cc = {
202 GENX(COLOR_CALC_STATE_pack)(NULL, cc_state.map, &cc);
240 struct GEN9_COLOR_CALC_STATE cc = { local
246 GEN9_COLOR_CALC_STATE_pack(NULL, cc_state.map, &cc);
/external/mesa3d/src/mesa/tnl_dd/
H A Dt_dd_tritmp.h136 GLfloat cc = ex*fy - ey*fx; local
140 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
230 if (cc * cc > 1e-16) {
231 GLfloat ic = 1.0 / cc;
361 GLfloat cc = ex*fy - ey*fx; local
365 facing = AREA_IS_CCW( cc ) ^ ctx->Polygon._FrontBit;
463 if (cc * cc > 1e-16) {
468 GLfloat ic = 1.0 / cc;
[all...]
/external/pcre/dist2/src/
H A Dpcre2_study.c105 register PCRE2_UCHAR *cc = (PCRE2_UCHAR *)code + 1 + LINK_SIZE; local
113 if (*code == OP_CBRA || *code == OP_CBRAPOS) cc += IMM2_SIZE;
127 register PCRE2_UCHAR op = *cc;
141 cs = cc + GET(cc, 1);
144 cc = cs + 1 + LINK_SIZE;
155 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET)
158 cc += 1 + LINK_SIZE;
169 d = find_minlength(re, cc, startcod
[all...]

Completed in 1174 milliseconds

1234567891011>>