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

  /external/eigen/lapack/
clarfb.f 22 * T, LDT, C, LDC, WORK, LDWORK )
30 * $ WORK( LDWORK, * )
141 *> \param[out] WORK
143 *> WORK is COMPLEX array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
196 $ T, LDT, C, LDC, WORK, LDWORK )
209 $ WORK( LDWORK, * )
262 * W := C**H * V = (C1**H * V1 + C2**H * V2) (stored in WORK)
267 CALL CCOPY( LASTC, C( J, 1 ), LDC, WORK( 1, J ), 1 )
268 CALL CLACGV( LASTC, WORK( 1, J ), 1
    [all...]
zlarfb.f 22 * T, LDT, C, LDC, WORK, LDWORK )
30 * $ WORK( LDWORK, * )
141 *> \param[out] WORK
143 *> WORK is COMPLEX*16 array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
196 $ T, LDT, C, LDC, WORK, LDWORK )
209 $ WORK( LDWORK, * )
262 * W := C**H * V = (C1**H * V1 + C2**H * V2) (stored in WORK)
267 CALL ZCOPY( LASTC, C( J, 1 ), LDC, WORK( 1, J ), 1 )
268 CALL ZLACGV( LASTC, WORK( 1, J ), 1
    [all...]
dlarfb.f 22 * T, LDT, C, LDC, WORK, LDWORK )
30 * $ WORK( LDWORK, * )
141 *> \param[out] WORK
143 *> WORK is DOUBLE PRECISION array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
196 $ T, LDT, C, LDC, WORK, LDWORK )
209 $ WORK( LDWORK, * )
259 * W := C**T * V = (C1**T * V1 + C2**T * V2) (stored in WORK)
264 CALL DCOPY( LASTC, C( J, 1 ), LDC, WORK( 1, J ), 1 )
270 $ LASTC, K, ONE, V, LDV, WORK, LDWORK
    [all...]
slarfb.f 22 * T, LDT, C, LDC, WORK, LDWORK )
30 * $ WORK( LDWORK, * )
141 *> \param[out] WORK
143 *> WORK is REAL array, dimension (LDWORK,K)
149 *> The leading dimension of the array WORK.
196 $ T, LDT, C, LDC, WORK, LDWORK )
209 $ WORK( LDWORK, * )
259 * W := C**T * V = (C1**T * V1 + C2**T * V2) (stored in WORK)
264 CALL SCOPY( LASTC, C( J, 1 ), LDC, WORK( 1, J ), 1 )
270 $ LASTC, K, ONE, V, LDV, WORK, LDWORK
    [all...]
clarf.f 21 * SUBROUTINE CLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
29 * COMPLEX C( LDC, * ), V( * ), WORK( * )
109 *> \param[out] WORK
111 *> WORK is COMPLEX array, dimension
129 SUBROUTINE CLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
142 COMPLEX C( LDC, * ), V( * ), WORK( * )
206 $ C, LDC, V, INCV, ZERO, WORK, 1 )
210 CALL CGERC( LASTV, LASTC, -TAU, V, INCV, WORK, 1, C, LDC )
221 $ V, INCV, ZERO, WORK, 1 )
225 CALL CGERC( LASTC, LASTV, -TAU, WORK, 1, V, INCV, C, LDC
    [all...]
dlarf.f 21 * SUBROUTINE DLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
29 * DOUBLE PRECISION C( LDC, * ), V( * ), WORK( * )
105 *> \param[out] WORK
107 *> WORK is DOUBLE PRECISION array, dimension
125 SUBROUTINE DLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
138 DOUBLE PRECISION C( LDC, * ), V( * ), WORK( * )
201 $ ZERO, WORK, 1 )
205 CALL DGER( LASTV, LASTC, -TAU, V, INCV, WORK, 1, C, LDC )
216 $ V, INCV, ZERO, WORK, 1 )
220 CALL DGER( LASTC, LASTV, -TAU, WORK, 1, V, INCV, C, LDC
    [all...]
slarf.f 21 * SUBROUTINE SLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
29 * REAL C( LDC, * ), V( * ), WORK( * )
105 *> \param[out] WORK
107 *> WORK is REAL array, dimension
125 SUBROUTINE SLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
138 REAL C( LDC, * ), V( * ), WORK( * )
201 $ ZERO, WORK, 1 )
205 CALL SGER( LASTV, LASTC, -TAU, V, INCV, WORK, 1, C, LDC )
216 $ V, INCV, ZERO, WORK, 1 )
220 CALL SGER( LASTC, LASTV, -TAU, WORK, 1, V, INCV, C, LDC
    [all...]
zlarf.f 21 * SUBROUTINE ZLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
29 * COMPLEX*16 C( LDC, * ), V( * ), WORK( * )
109 *> \param[out] WORK
111 *> WORK is COMPLEX*16 array, dimension
129 SUBROUTINE ZLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK )
142 COMPLEX*16 C( LDC, * ), V( * ), WORK( * )
206 $ C, LDC, V, INCV, ZERO, WORK, 1 )
210 CALL ZGERC( LASTV, LASTC, -TAU, V, INCV, WORK, 1, C, LDC )
221 $ V, INCV, ZERO, WORK, 1 )
225 CALL ZGERC( LASTC, LASTV, -TAU, WORK, 1, V, INCV, C, LDC
    [all...]
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 108 #define WORK(I) \
134 WORK(0);
135 WORK(1);
136 WORK(2);
137 WORK(3);
138 WORK(4);
139 WORK(5);
140 WORK(6);
141 WORK(7);
146 WORK(0)
    [all...]
  /external/webp/src/utils/
thread.h 30 OK, // ready to work
31 WORK // busy finishing the current task
59 // Makes sure the previous work is finished. Returns true if worker->had_error
thread.c 166 if (worker->status_ == WORK) {
265 ChangeState(worker, WORK);
  /external/protobuf/examples/
add_person.py 25 type = raw_input("Is this a mobile, home, or work phone? ")
30 elif type == "work":
31 phone_number.type = addressbook_pb2.Person.WORK
list_people.py 21 elif phone_number.type == addressbook_pb2.Person.WORK:
22 print " Work phone #:",
ListPeople.java 27 case WORK:
28 System.out.print(" Work phone #: ");
add_person.cc 38 cout << "Is this a mobile, home, or work phone? ";
45 } else if (type == "work") {
46 phone_number->set_type(tutorial::Person::WORK);
list_people.cc 30 case tutorial::Person::WORK:
31 cout << " Work phone #: ";
AddPerson.java 41 stdout.print("Is this a mobile, home, or work phone? ");
47 } else if (type.equals("work")) {
48 phoneNumber.setType(Person.PhoneType.WORK);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_thread.c 37 if (worker->status_ == WORK) {
117 change_state(worker, WORK);
vp9_thread.h 158 OK, // ready to work
159 WORK // busy finishing the current task
185 // Makes sure the previous work is finished. Returns true if worker->had_error
  /external/libvpx/libvpx/vp9/common/
vp9_thread.c 41 if (worker->status_ == WORK) {
140 change_state(worker, WORK);
vp9_thread.h 157 OK, // ready to work
158 WORK // busy finishing the current task
186 // Makes sure the previous work is finished. Returns true if worker->had_error
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
Android.mk 29 # THE FOLLOWING DOESN'T WORK YET
  /external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
ssvnc.tcl 357 The Printing and Sound redirection won't work for this mode however.
619 REVERSE VeNCrypt and ANONTLS connections currently do not work on
701 needs it to work correctly.
848 (it is a shame but sometimes one has to work in an environment like
    [all...]

Completed in 290 milliseconds