HomeSort by relevance Sort by last modified time
    Searched refs:lastc (Results 1 - 18 of 18) sorted by null

  /libcore/ojluni/src/main/java/sun/net/smtp/
SmtpClient.java 215 private int lastc = '\n'; field in class:SmtpPrintStream
225 if (lastc != '\n') {
240 if (lastc == '\n' && b == '.') {
245 if (b == '\n' && lastc != '\r') {
249 lastc = b;
256 int lc = lastc;
271 lastc = lc;
  /external/eigen/lapack/
clarf.f 154 INTEGER I, LASTV, LASTC
168 LASTC = 0
189 LASTC = ILACLC(LASTV, N, C, LDC)
192 LASTC = ILACLR(M, LASTV, C, LDC)
195 ! Note that lastc.eq.0 renders the BLAS operations null; no special
203 * w(1:lastc,1) := C(1:lastv,1:lastc)**H * v(1:lastv,1)
205 CALL CGEMV( 'Conjugate transpose', LASTV, LASTC, ONE,
208 * C(1:lastv,1:lastc) := C(...) - v(1:lastv,1) * w(1:lastc,1)**
    [all...]
dlarf.f 149 INTEGER I, LASTV, LASTC
163 LASTC = 0
184 LASTC = ILADLC(LASTV, N, C, LDC)
187 LASTC = ILADLR(M, LASTV, C, LDC)
190 ! Note that lastc.eq.0 renders the BLAS operations null; no special
198 * w(1:lastc,1) := C(1:lastv,1:lastc)**T * v(1:lastv,1)
200 CALL DGEMV( 'Transpose', LASTV, LASTC, ONE, C, LDC, V, INCV,
203 * C(1:lastv,1:lastc) := C(...) - v(1:lastv,1) * w(1:lastc,1)**
    [all...]
slarf.f 149 INTEGER I, LASTV, LASTC
163 LASTC = 0
184 LASTC = ILASLC(LASTV, N, C, LDC)
187 LASTC = ILASLR(M, LASTV, C, LDC)
190 ! Note that lastc.eq.0 renders the BLAS operations null; no special
198 * w(1:lastc,1) := C(1:lastv,1:lastc)**T * v(1:lastv,1)
200 CALL SGEMV( 'Transpose', LASTV, LASTC, ONE, C, LDC, V, INCV,
203 * C(1:lastv,1:lastc) := C(...) - v(1:lastv,1) * w(1:lastc,1)**
    [all...]
zlarf.f 154 INTEGER I, LASTV, LASTC
168 LASTC = 0
189 LASTC = ILAZLC(LASTV, N, C, LDC)
192 LASTC = ILAZLR(M, LASTV, C, LDC)
195 * Note that lastc.eq.0 renders the BLAS operations null; no special
203 * w(1:lastc,1) := C(1:lastv,1:lastc)**H * v(1:lastv,1)
205 CALL ZGEMV( 'Conjugate transpose', LASTV, LASTC, ONE,
208 * C(1:lastv,1:lastc) := C(...) - v(1:lastv,1) * w(1:lastc,1)**
    [all...]
  /external/skia/src/animator/
SkParseSVGPath.cpp 118 SkPoint lastc = {0, 0}; local
175 points[0].fX -= lastc.fX - c.fX;
176 points[0].fY -= lastc.fY - c.fY;
186 //if we are using the quadApprox, lastc is what it would have been if we had used
188 lastc = points[1];
198 points[0].fX = c.fX * 2 - lastc.fX;
199 points[0].fY = c.fY * 2 - lastc.fY;
203 lastc = points[0];
  /external/skia/src/utils/
SkParsePath.cpp 80 SkPoint lastc = {0, 0}; local
143 points[0].fX -= lastc.fX - c.fX;
144 points[0].fY -= lastc.fY - c.fY;
148 lastc = points[1];
158 points[0].fX -= lastc.fX - c.fX;
159 points[0].fY -= lastc.fY - c.fY;
163 lastc = points[0];
  /external/llvm/lib/Support/
regengine.inc 691 int lastc; /* previous c */
704 lastc = c;
709 /* is there an EOL and/or BOL between lastc and c? */
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
713 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
729 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
733 if ( (lastc != OUT && ISWORD(lastc)) &&
776 int lastc; /* previous c *
    [all...]
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 784 int lastc; /* previous c */ local
801 lastc = c;
806 /* is there an EOL and/or BOL between lastc and c? */
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
810 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
826 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
830 if ( (lastc != OUT && ISWORD(lastc)) &&
879 int lastc; /* previous c * local
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 681 int lastc; /* previous c */ local
694 lastc = c;
699 /* is there an EOL and/or BOL between lastc and c? */
702 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
703 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
719 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &&
723 if ( (lastc != OUT && ISWORD(lastc)) &&
765 int lastc; /* previous c * local
    [all...]
  /ndk/sources/host-tools/make-3.81/
vmsjobs.c 120 register struct child *lastc, *c; local
132 lastc = 0;
134 for (c = children; c != 0 && c != child; lastc = c, c = c->next)
189 if (lastc == 0)
192 lastc->next = c->next;
job.c 479 register struct child *lastc, *c;
691 lastc = 0;
692 for (c = children; c != 0; lastc = c, c = c->next)
822 if (lastc == 0)
825 lastc->next = c->next;
475 register struct child *lastc, *c; local
    [all...]
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 320 int c, lastc, needpattern, newarg, prevoptind; local
357 lastc = '\0';
401 if (newarg || !isdigit(lastc))
628 lastc = c;
  /external/curl/lib/
cookie.c 376 struct Cookie *lastc=NULL; local
840 make sure the 'lastc' pointer is properly set */
842 lastc = clist;
848 lastc = clist;
861 if(lastc)
862 lastc->next = co;
    [all...]
  /external/robolectric/v3/runtime/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2.1/
tagsoup-1.2.1.jar 
  /frameworks/opt/setupwizard/tools/docs/
doclava.jar 

Completed in 193 milliseconds