Home
last modified time | relevance | path

Searched refs:times (Results 1 – 25 of 1824) sorted by relevance

12345678910>>...73

/third_party/ffmpeg/libavcodec/x86/
Dhevc_idct.asm28 pd_64: times 4 dd 64
29 pd_2048: times 4 dd 2048
30 pd_512: times 4 dd 512
34 pw_64_m64: times 4 dw 64, -64
35 pw_83_36: times 4 dw 83, 36
36 pw_36_m83: times 4 dw 36, -83
39 pw_89_75: times 4 dw 89, 75
40 pw_50_18: times 4 dw 50, 18
42 pw_75_m18: times 4 dw 75, -18
43 pw_m89_m50: times 4 dw -89, -50
[all …]
Dvp8dsp.asm27 fourtap_filter_hw_m: times 4 dw -6, 123
28 times 4 dw 12, -1
29 times 4 dw -9, 93
30 times 4 dw 50, -6
31 times 4 dw -6, 50
32 times 4 dw 93, -9
33 times 4 dw -1, 12
34 times 4 dw 123, -6
36 sixtap_filter_hw_m: times 4 dw 2, -11
37 times 4 dw 108, 36
[all …]
/third_party/icu/icu4c/source/test/perf/howExpensiveIs/
Dsieve.cpp85 double midpoint(double *times, double i, int n) { in midpoint() argument
90 return times[(int)fl]; in midpoint()
92 return (times[(int)fl]+times[(int)ce])/2; in midpoint()
96 double medianof(double *times, int n, int type) { in medianof() argument
99 return midpoint(times,n/4,n); in medianof()
101 return midpoint(times,n/2,n); in medianof()
103 return midpoint(times,(n/2)+(n/4),n); in medianof()
108 double qs(double *times, int n, double *q1, double *q2, double *q3) { in qs() argument
109 *q1 = medianof(times,n,1); in qs()
110 *q2 = medianof(times,n,2); in qs()
[all …]
/third_party/musl/src/stat/
Dutimensat.c10 int utimensat(int fd, const char *path, const struct timespec times[2], int flags) in utimensat()
13 if (times && times[0].tv_nsec==UTIME_NOW && times[1].tv_nsec==UTIME_NOW) in utimensat()
14 times = 0; in utimensat()
19 if (times) { in utimensat()
20 ns0 = times[0].tv_nsec; in utimensat()
21 ns1 = times[1].tv_nsec; in utimensat()
22 if (!NS_SPECIAL(ns0)) s0 = times[0].tv_sec; in utimensat()
23 if (!NS_SPECIAL(ns1)) s1 = times[1].tv_sec; in utimensat()
26 r = __syscall(SYS_utimensat_time64, fd, path, times ? in utimensat()
33 times ? ((long[]){s0, ns0, s1, ns1}) : 0, flags); in utimensat()
[all …]
Dfutimesat.c7 int __futimesat(int dirfd, const char *pathname, const struct timeval times[2]) in __futimesat()
10 if (times) { in __futimesat()
13 if (times[i].tv_usec >= 1000000ULL) in __futimesat()
15 ts[i].tv_sec = times[i].tv_sec; in __futimesat()
16 ts[i].tv_nsec = times[i].tv_usec * 1000; in __futimesat()
19 return utimensat(dirfd, pathname, times ? ts : 0, 0); in __futimesat()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/tools/cmd/benchdiff/
Dmain.go90 type times struct {
94 byName := map[string]times{}
96 byName[test.Name] = times{a: test.Duration}
106 times times
111 for name, times := range byName {
112 if times.a == 0 || times.b == 0 {
115 diff := times.b - times.a
124 relDiff := float64(times.b) / float64(times.a)
135 times: times,
147 sign, diff := "+", delta.times.b-delta.times.a
[all …]
/third_party/ninja/src/
Ddepfile_parser_perftest.cc30 vector<float> times; in main() local
56 times.push_back(time); in main()
62 if (!times.empty()) { in main()
63 float min = times[0]; in main()
64 float max = times[0]; in main()
66 for (size_t i = 0; i < times.size(); ++i) { in main()
67 total += times[i]; in main()
68 if (times[i] < min) in main()
69 min = times[i]; in main()
70 else if (times[i] > max) in main()
[all …]
Dcanon_perftest.cc28 vector<int> times; in main() local
42 times.push_back(delta); in main()
45 int min = times[0]; in main()
46 int max = times[0]; in main()
48 for (size_t i = 0; i < times.size(); ++i) { in main()
49 total += times[i]; in main()
50 if (times[i] < min) in main()
51 min = times[i]; in main()
52 else if (times[i] > max) in main()
53 max = times[i]; in main()
[all …]
Dbuild_log_perftest.cc104 vector<int> times; in main() local
130 times.push_back(delta); in main()
133 int min = times[0]; in main()
134 int max = times[0]; in main()
136 for (size_t i = 0; i < times.size(); ++i) { in main()
137 total += times[i]; in main()
138 if (times[i] < min) in main()
139 min = times[i]; in main()
140 else if (times[i] > max) in main()
141 max = times[i]; in main()
[all …]
Dmanifest_parser_perftest.cc110 vector<int> times; in main() local
116 times.push_back(delta); in main()
119 int min = *min_element(times.begin(), times.end()); in main()
120 int max = *max_element(times.begin(), times.end()); in main()
121 float total = accumulate(times.begin(), times.end(), 0.0f); in main()
122 printf("min %dms max %dms avg %.1fms\n", min, max, total / times.size()); in main()
/third_party/flutter/skia/third_party/externals/libpng/contrib/pngsuite/
DREADME64 Filter 0 was used 32 times
66 Filter 0 was used 32 times
68 Filter 0 was used 32 times
70 Filter 1 was used 9 times
71 Filter 4 was used 23 times
73 Filter 1 was used 1 times
74 Filter 2 was used 31 times
76 Filter 1 was used 5 times
77 Filter 4 was used 27 times
79 Filter 1 was used 1 times
[all …]
/third_party/skia/third_party/externals/libpng/contrib/pngsuite/
DREADME64 Filter 0 was used 32 times
66 Filter 0 was used 32 times
68 Filter 0 was used 32 times
70 Filter 1 was used 9 times
71 Filter 4 was used 23 times
73 Filter 1 was used 1 times
74 Filter 2 was used 31 times
76 Filter 1 was used 5 times
77 Filter 4 was used 27 times
79 Filter 1 was used 1 times
[all …]
/third_party/skia/modules/pathkit/perf/
DperfReporter.js20 times = 0;
25 times++;
33 let goalTimes = times * 20;
36 times = 0;
38 while (times < goalTimes) {
40 times++;
45 const us = (end - start) * 1000 / times;
69 times = 0;
74 times++;
82 let goalTimes = times * 20;
[all …]
/third_party/rust/crates/rustix/tests/fs/
Dutimensat.rs23 let times = Timestamps { in test_utimensat() localVariable
33 utimensat(&dir, "foo", &times, AtFlags::empty()).unwrap(); in test_utimensat()
37 assert_eq!(times.last_modification.tv_sec as u64, after.st_mtime as u64); in test_utimensat()
40 times.last_modification.tv_nsec as u64, in test_utimensat()
45 times.last_modification.tv_nsec as u64, in test_utimensat()
48 assert!(times.last_access.tv_sec as u64 >= after.st_atime as u64); in test_utimensat()
51 times.last_access.tv_sec as u64 > after.st_atime as u64 in test_utimensat()
52 || times.last_access.tv_nsec as u64 >= after.st_atime_nsec as u64 in test_utimensat()
56 times.last_access.tv_sec as u64 > after.st_atime as u64 in test_utimensat()
57 || times.last_access.tv_nsec as u64 >= after.st_atimensec as u64 in test_utimensat()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/
Dfil.txt16 "%%number-times:",
28 "20: <%%number-times< p\u00FB[\u2019t >>];",
29 "100: <%%number-times< da\u00E1n[ at >>];",
30 "1000: <%%number-times< lib\u00F3[\u2019t >>];",
46 "20: <%%number-times< p\u00FB[\u2019t >>];",
47 "100: <%%number-times< da\u00E1n[ at >>];",
48 "1000: <%%number-times< lib\u00F3[\u2019t >>];",
49 "1000000: <%%number-times< mily\u00F3n[ at >>];",
50 "1000000000: <%%number-times< bily\u00F3n[ at >>];",
51 "1000000000000: <%%number-times< trily\u00F3n[ at >>];",
[all …]
/third_party/skia/third_party/externals/icu/source/data/rbnf/
Dfil.txt17 "%%number-times:",
29 "20: <%%number-times< p\u00FB[\u2019t >>];",
30 "100: <%%number-times< da\u00E1n[ at >>];",
31 "1000: <%%number-times< lib\u00F3[\u2019t >>];",
47 "20: <%%number-times< p\u00FB[\u2019t >>];",
48 "100: <%%number-times< da\u00E1n[ at >>];",
49 "1000: <%%number-times< lib\u00F3[\u2019t >>];",
50 "1000000: <%%number-times< mily\u00F3n[ at >>];",
51 "1000000000: <%%number-times< bily\u00F3n[ at >>];",
52 "1000000000000: <%%number-times< trily\u00F3n[ at >>];",
[all …]
/third_party/icu/icu4c/source/data/rbnf/
Dfil.txt17 "%%number-times:",
29 "20: <%%number-times< p\u00FB[\u2019t >>];",
30 "100: <%%number-times< da\u00E1n[ at >>];",
31 "1000: <%%number-times< lib\u00F3[\u2019t >>];",
47 "20: <%%number-times< p\u00FB[\u2019t >>];",
48 "100: <%%number-times< da\u00E1n[ at >>];",
49 "1000: <%%number-times< lib\u00F3[\u2019t >>];",
50 "1000000: <%%number-times< mily\u00F3n[ at >>];",
51 "1000000000: <%%number-times< bily\u00F3n[ at >>];",
52 "1000000000000: <%%number-times< trily\u00F3n[ at >>];",
[all …]
/third_party/typescript/tests/baselines/reference/
DcontrolFlowPropertyDeclarations.js27 function repeatString(string, times) { argument
28 if (times === 1) {
31 if (times < 0) { throw new Error(); }
33 while (times) {
34 if (times & 1) {
37 if (times >>= 1) {
174 function repeatString(string, times) {
175 if (times === 1) {
178 if (times < 0) {
182 while (times) {
[all …]
/third_party/ffmpeg/libavfilter/x86/
Dcolorspacedsp.asm27 pw_1: times 8 dw 1
28 pw_2: times 8 dw 2
29 pw_4: times 8 dw 4
30 pw_8: times 8 dw 8
31 pw_16: times 8 dw 16
32 pw_64: times 8 dw 64
33 pw_128: times 8 dw 128
34 pw_256: times 8 dw 256
35 pw_512: times 8 dw 512
36 pw_1023: times 8 dw 1023
[all …]
Dvf_blend.asm29 ps_255: times 4 dd 255.0
30 pd_32768 : times 4 dd 32768
31 pd_65535 : times 4 dd 65535
32 pw_1: times 8 dw 1
33 pw_128: times 8 dw 128
34 pw_255: times 8 dw 255
35 pb_127: times 16 db 127
36 pb_128: times 16 db 128
37 pb_255: times 16 db 255
/third_party/musl/src/legacy/
Dfutimes.c7 struct timespec times[2]; in futimes() local
9 times[0].tv_sec = tv[0].tv_sec; in futimes()
10 times[0].tv_nsec = tv[0].tv_usec * 1000; in futimes()
11 times[1].tv_sec = tv[1].tv_sec; in futimes()
12 times[1].tv_nsec = tv[1].tv_usec * 1000; in futimes()
13 return futimens(fd, times); in futimes()
Dlutimes.c8 struct timespec times[2]; in lutimes() local
10 times[0].tv_sec = tv[0].tv_sec; in lutimes()
11 times[0].tv_nsec = tv[0].tv_usec * 1000; in lutimes()
12 times[1].tv_sec = tv[1].tv_sec; in lutimes()
13 times[1].tv_nsec = tv[1].tv_usec * 1000; in lutimes()
15 return utimensat(AT_FDCWD, filename, tv ? times : 0, AT_SYMLINK_NOFOLLOW); in lutimes()
/third_party/flutter/engine/flutter/shell/platform/android/test/io/flutter/embedding/android/
DFlutterActivityAndFragmentDelegateTest.java40 import static org.mockito.Mockito.times;
103 verify(mockFlutterEngine.getLifecycleChannel(), times(1)).appIsResumed(); in itSendsLifecycleEventsToFlutter()
109 verify(mockFlutterEngine.getLifecycleChannel(), times(1)).appIsResumed(); in itSendsLifecycleEventsToFlutter()
110 verify(mockFlutterEngine.getLifecycleChannel(), times(1)).appIsInactive(); in itSendsLifecycleEventsToFlutter()
117 verify(mockFlutterEngine.getLifecycleChannel(), times(1)).appIsResumed(); in itSendsLifecycleEventsToFlutter()
118 verify(mockFlutterEngine.getLifecycleChannel(), times(1)).appIsInactive(); in itSendsLifecycleEventsToFlutter()
119 verify(mockFlutterEngine.getLifecycleChannel(), times(1)).appIsPaused(); in itSendsLifecycleEventsToFlutter()
133 verify(mockHost, times(1)).provideFlutterEngine(any(Context.class)); in itDefersToTheHostToProvideFlutterEngine()
167 verify(cachedEngine.getLifecycleChannel(), times(1)).appIsResumed(); in itUsesCachedEngineWhenProvided()
197 verify(mockHost, times(1)).configureFlutterEngine(mockFlutterEngine); in itGivesHostAnOpportunityToConfigureFlutterEngine()
[all …]
/third_party/flutter/skia/modules/pathkit/perf/
DperfReporter.js20 times = 0;
25 times++;
33 let goalTimes = times * 20;
36 times = 0;
38 while (times < goalTimes) {
40 times++;
45 const us = (end - start) * 1000 / times;
/third_party/typescript/tests/cases/compiler/
DcontrolFlowPropertyDeclarations.ts26 function repeatString(string, times) {
27 if (times === 1) {
30 if (times < 0) { throw new Error(); }
32 while (times) {
33 if (times & 1) {
36 if (times >>= 1) {

12345678910>>...73