/external/eigen/lapack/ |
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...] |
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...] |
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...] |
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...] |
/external/opencv3/3rdparty/libwebp/utils/ |
thread.h | 48 OK, // ready to work 49 WORK // busy finishing the current task 75 // Makes sure the previous work is finished. Returns true if worker->had_error
|
/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
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
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/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/libvpx/libvpx/vpx_util/ |
vpx_thread.h | 161 OK, // ready to work 162 WORK // busy finishing the current task 190 // Makes sure the previous work is finished. Returns true if worker->had_error
|