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

1 2

  /external/tpm2/fuzz/
build.sh 9 mkdir $WORK/tpm2
11 make V=1 obj=$WORK/tpm2 $WORK/tpm2/libtpm2.a
16 $WORK/tpm2/libtpm2.a \
  /external/ltp/tools/pounder21/test_scripts/
ddhappy 24 WORK=$((NR_CPUS * 2))
28 echo "using $WORK dd's per device."
34 for ((k=1; k < $WORK; k++))
  /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) \
135 WORK(0);
136 WORK(1);
137 WORK(2);
138 WORK(3);
139 WORK(4);
140 WORK(5);
141 WORK(6);
142 WORK(7);
147 WORK(0)
    [all...]
  /external/webp/src/utils/
thread_utils.h 30 OK, // ready to work
31 WORK // busy finishing the current task
56 // Makes sure the previous work is finished. Returns true if worker->had_error
  /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);
  /packages/apps/Launcher3/protos/
launcher_dump.proto 69 WORK = 1;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
AutoTileManager.java 38 public static final String WORK = "work";
79 if (!mAutoTracker.isAdded(WORK)) {
103 if (mAutoTracker.isAdded(WORK)) return;
105 mHost.addTile(WORK);
106 mAutoTracker.setTileAdded(WORK);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
AutoAddTracker.java 21 import static com.android.systemui.statusbar.phone.AutoTileManager.WORK;
44 {Key.QS_WORK_ADDED, WORK},
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
AutoAddTrackerTest.java 19 import static com.android.systemui.statusbar.phone.AutoTileManager.WORK;
56 assertTrue(mAutoTracker.isAdded(WORK));
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialBaseActivity.java 39 WORK
59 mConfirmCredentialTheme = ConfirmCredentialTheme.WORK;
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 111 mAH[AdapterHolder.WORK] = new AdapterHolder(true /* isWork */);
220 return mAH[AdapterHolder.WORK].recyclerView;
245 // work around the search box from getting first focus and showing the cursor.
327 mAllAppsStore.unregisterIconContainer(mAH[AdapterHolder.WORK].recyclerView);
331 mAH[AdapterHolder.WORK].setup(mViewPager.getChildAt(1), mWorkMatcher);
335 mAH[AdapterHolder.WORK].recyclerView = null;
340 mAllAppsStore.registerIconContainer(mAH[AdapterHolder.WORK].recyclerView);
377 .setOnClickListener((View view) -> mViewPager.snapToPage(AdapterHolder.WORK));
380 if (pos == AdapterHolder.WORK) {
408 mHeader.setup(mAH, mAH[AllAppsContainerView.AdapterHolder.WORK].recyclerView == null)
    [all...]
  /external/libvpx/libvpx/vpx_util/
vpx_thread.c 40 if (worker->status_ == WORK) {
138 change_state(worker, WORK);

Completed in 263 milliseconds

1 2