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

  /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/utils/
SkParsePath.cpp 79 SkPoint lastc = {0, 0}; local
142 points[0].fX -= lastc.fX - c.fX;
143 points[0].fY -= lastc.fY - c.fY;
147 lastc = points[1];
157 points[0].fX -= lastc.fX - c.fX;
158 points[0].fY -= lastc.fY - c.fY;
162 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...]
  /external/swiftshader/third_party/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...]
  /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;
  /prebuilts/go/darwin-x86/src/runtime/
select.go 204 var lastc *hchan
206 if sg.c != lastc && lastc != nil {
213 unlock(&lastc.lock)
215 lastc = sg.c
217 if lastc != nil {
218 unlock(&lastc.lock)
stack.go 817 var lastc *hchan
819 if sg.c != lastc {
822 lastc = sg.c
840 lastc = nil
842 if sg.c != lastc {
845 lastc = sg.c
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
select.go 204 var lastc *hchan
206 if sg.c != lastc && lastc != nil {
213 unlock(&lastc.lock)
215 lastc = sg.c
217 if lastc != nil {
218 unlock(&lastc.lock)
stack.go 817 var lastc *hchan
819 if sg.c != lastc {
822 lastc = sg.c
840 lastc = nil
842 if sg.c != lastc {
845 lastc = sg.c
    [all...]
  /external/curl/lib/
cookie.c 380 struct Cookie *lastc=NULL; local
873 make sure the 'lastc' pointer is properly set */
875 lastc = clist;
881 lastc = clist;
894 if(lastc)
895 lastc->next = co;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texi2html.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 526 char *lastc = &outbuf[ strlen(outbuf)-1 ]; local
527 while (lastc > outbuf &&
528 isspace(Py_CHARMASK(*lastc))) {
530 *lastc-- = '\0';
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 514 char *lastc = &outbuf[ strlen(outbuf)-1 ]; local
515 while (lastc > outbuf &&
516 isspace(Py_CHARMASK(*lastc))) {
518 *lastc-- = '\0';
    [all...]
posixmodule.c 617 char *lastc = &msgbuf[ strlen(msgbuf)-1 ]; local
619 while (lastc > msgbuf && isspace(Py_CHARMASK(*lastc)))
620 *lastc-- = '\0'; /* Trim Trailing Whitespace (CRLF) */
    [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 1830 milliseconds