Home
last modified time | relevance | path

Searched refs:tps (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mktime/
D1-1.c19 static time_t tps; variable
32 tps = mktime(&tm_ptr); in main()
34 if (tps != -1) { in main()
35 printf("%s", ctime(&tps)); in main()
/third_party/mindspore/mindspore/nn/metrics/
Droc.py141 fps, tps, thresholds = self._binary_clf_curve(y_pred, y, sample_weights=sample_weights,
143 tps = np.squeeze(np.hstack([np.zeros(1, dtype=tps.dtype), tps]))
151 if tps[-1] <= 0:
153 tpr = tps / tps[-1]
Dmetric.py131 tps = np.cumsum(target * weight, axis=0)[threshold_idxs]
136 fps = 1 + threshold_idxs - tps
138 return fps, tps, preds[threshold_idxs]
/third_party/flutter/skia/src/ports/skia_ohos/
DSkFontMgr_ohos.cpp194 int tps[totalCount]; in findTypeface() local
196 tps[i] = -1; in findTypeface()
201 int ret = compareLangs(fallbackSet[i]->langs, bcp47, bcp47Count, tps); in findTypeface()
205 tps[ret] = i; in findTypeface()
209 if (tps[i] == -1) { in findTypeface()
212 const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get()); in findTypeface()
219 if (tps[i] == -1) { in findTypeface()
222 const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get()); in findTypeface()
240 int bcp47Count, const int tps[]) const in compareLangs()
249 if (tps[i] != -1) { in compareLangs()
DSkFontMgr_ohos.h57 …int compareLangs(const SkString& langs, const char* bcp47[], int bcp47Count, const int tps[]) cons…
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/testfrmw/
Dthreads_scenarii.c200 long tsa, tss, tps; in scenar_init() local
206 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
212 output(" TPS: %li\n", tps); in scenar_init()
257 if (tps > 0) { in scenar_init()
281 if (tps > 0) { in scenar_init()
333 if (tps > 0) { in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_exit/
Dthreads_scenarii.c147 long tsa, tss, tps; in scenar_init() local
153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
159 output(" TPS: %li\n", tps); in scenar_init()
206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
Dthreads_scenarii.c147 long tsa, tss, tps; in scenar_init() local
153 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
159 output(" TPS: %li\n", tps); in scenar_init()
206 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
231 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
287 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_self/
Dthreads_scenarii.c214 long tsa, tss, tps; in scenar_init() local
220 tps = sysconf(_SC_THREAD_PRIORITY_SCHEDULING); in scenar_init()
226 output(" TPS: %li\n", tps); in scenar_init()
273 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
298 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
354 if (tps > 0) { /* This routine is dependent on the Thread Execution Scheduling option */ in scenar_init()
/third_party/boost/tools/build/src/engine/
Dexecunix.cpp67 static clock_t tps; variable
234 if ( !tps ) tps = sysconf( _SC_CLK_TCK ); in exec_cmd()
476 ( current - cmdtab[ i ].start_time ) / tps; in exec_wait()
/third_party/f2fs-tools/tools/
Df2fs_io_parse.c35 struct tps { struct
40 struct tps trace_points[] = { argument
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch77637 + int tps[totalCount];
77639 + tps[i] = -1;
77644 + int ret = compareLangs(fallbackSet[i]->langs, bcp47, bcp47Count, tps);
77648 + tps[ret] = i;
77652 + if (tps[i] == -1) {
77655 + const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get());
77662 + if (tps[i] == -1) {
77665 + const TypefaceSet& tpSet = *(fallbackSet[tps[i]]->typefaceSet.get());
77678 + * \param tps an array of the index of typeface which is matching one value of bcp47
77683 + int bcp47Count, const int tps[]) const
[all …]