Searched defs:rep (Results 1 - 25 of 183) sorted by relevance

12345678

/external/libcxx/test/std/utilities/time/
H A Dclock.h18 typedef duration::rep rep; typedef in class:Clock
/external/tensorflow/tensorflow/core/lib/io/
H A Dtable.h69 explicit Table(Rep* rep) { rep_ = rep; } argument
/external/v8/src/
H A Dmachine-type.cc11 std::ostream& operator<<(std::ostream& os, MachineRepresentation rep) { argument
12 return os << MachineReprToString(rep);
15 const char* MachineReprToString(MachineRepresentation rep) { argument
16 switch (rep) {
/external/compiler-rt/lib/builtins/
H A Dfp_trunc.h67 const union { src_t f; src_rep_t i; } rep = {.f = x}; local
68 return rep.i;
72 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local
73 return rep.f;
H A Dfp_extend.h79 const union { src_t f; src_rep_t i; } rep = {.f = x}; local
80 return rep.i;
84 const union { dst_t f; dst_rep_t i; } rep = {.i = x}; local
85 return rep.f;
/external/dhcpcd-6.8.2/compat/
H A Dstrtoi.c41 int rep; local
46 rstatus = &rep;
81 int rep; local
86 rstatus = &rep;
/external/eigen/bench/
H A Dquatmul.cpp23 int rep = 1000000; local
32 BENCH(t, tries, rep, quatmul_default(a,b,c));
33 std::cout << label << " default " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
35 BENCH(t, tries, rep, quatmul_novec(a,b,c));
36 std::cout << label << " novec " << 1e3*t.best(CPU_TIMER) << "ms \t" << 1e-6*double(rep)/(t.best(CPU_TIMER)) << " M mul/s\n";
H A Dproduct_threshold.cpp53 int rep = 100000./n; local
54 rep /= 2;
55 if(rep<1) rep = 1;
57 rep *= 2;
59 BENCH(t,1,rep,prod<CoeffBasedProductMode>(a,b,c));
63 BENCH(t,5,rep,prod<Mode>(a,b,c));
66 std::cout << int(1e-6*n*rep/t.best()) << "\t";
/external/python/cpython2/Demo/scripts/
H A Deqfix.py39 rep = sys.stdout.write variable
129 rep(filename + ':\n')
131 rep(repr(lineno) + '\n')
132 rep('< ' + line)
133 rep('> ' + newline)
/external/python/cpython2/Tools/scripts/
H A Dclassfix.py39 rep = sys.stdout.write variable
115 rep(filename + ':\n')
117 rep(repr(lineno) + '\n')
118 rep('< ' + line)
119 rep('> ' + newline)
H A Dmethfix.py36 rep = sys.stdout.write variable
126 rep(filename + ':\n')
128 rep(repr(lineno) + '\n')
129 rep('< ' + line)
130 rep('> ' + newline)
H A Dpathfix.py30 rep = sys.stdout.write variable
98 rep(filename+': no change\n')
109 rep(filename + ': updating\n')
/external/python/cpython3/Tools/scripts/
H A Dpathfix.py30 rep = sys.stdout.write variable
103 rep(filename+': no change\n')
114 rep(filename + ': updating\n')
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvar/
H A Dwait_until.pass.cpp30 typedef duration::rep rep; typedef in struct:Clock
/external/libcxx/test/std/thread/thread.condition/thread.condition.condvarany/
H A Dwait_until.pass.cpp29 typedef duration::rep rep; typedef in struct:Clock
/external/eigen/bench/perf_monitoring/gemm/
H A Dgemm.cpp44 long rep = std::max(1., std::min(100., up/flops) ); local
47 BENCH(t, tries, rep, gemm(A,B,C));
49 return 1e-9 * rep * flops / t.best();
H A Dlazy_gemm.cpp45 long rep = std::max(10., std::min(10000., up/flops) ); local
48 BENCH(t, tries, rep, lazy_gemm(A,B,C));
50 return 1e-9 * rep * flops / t.best();
/external/f2fs-tools/lib/
H A Dlibf2fs_zoned.c110 struct blk_zone_report *rep; local
118 rep = malloc(F2FS_REPORT_ZONES_BUFSZ);
119 if (!rep) {
131 memset(rep, 0, F2FS_REPORT_ZONES_BUFSZ);
132 rep->sector = sector;
133 rep->nr_zones = (F2FS_REPORT_ZONES_BUFSZ - sizeof(struct blk_zone_report))
136 ret = ioctl(dev->fd, BLKREPORTZONE, rep);
143 if (!rep->nr_zones)
146 blkz = (struct blk_zone *)(rep + 1);
147 for (i = 0; i < rep
218 struct blk_zone_report *rep; local
[all...]
/external/guava/guava-tests/benchmark/com/google/common/cache/
H A DMapMakerComparisonBenchmark.java57 @Benchmark void computingMapMaker(int rep) { argument
58 for (int i = 0; i < rep; i++) {
63 @Benchmark void loadingCacheBuilder_stats(int rep) { argument
64 for (int i = 0; i < rep; i++) {
69 @Benchmark void loadingCacheBuilder(int rep) { argument
70 for (int i = 0; i < rep; i++) {
75 @Benchmark void concurrentHashMap(int rep) { argument
76 for (int i = 0; i < rep; i++) {
81 @Benchmark void cacheBuilder_stats(int rep) { argument
82 for (int i = 0; i < rep;
87 cacheBuilder(int rep) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DReplaceableContextIterator.java35 * @param rep Replaceable to iterate over.
38 this.rep=null;
46 * @param rep Iteration text.
48 public void setText(Replaceable rep) { argument
49 this.rep=rep;
50 limit=contextLimit=rep.length();
83 if(0<=lim && lim<=rep.length()) {
86 limit=rep.length();
99 } else if(contextStart<=rep
195 protected Replaceable rep; field in class:ReplaceableContextIterator
[all...]
/external/icu/icu4c/source/i18n/
H A Dcasetrn.cpp40 Replaceable *rep=(Replaceable *)csc->p; local
60 c=rep->char32At(csc->index-1);
71 c=rep->char32At(csc->index);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceableContextIterator.java34 * @param rep Replaceable to iterate over.
37 this.rep=null;
45 * @param rep Iteration text.
47 public void setText(Replaceable rep) { argument
48 this.rep=rep;
49 limit=contextLimit=rep.length();
82 if(0<=lim && lim<=rep.length()) {
85 limit=rep.length();
98 } else if(contextStart<=rep
194 protected Replaceable rep; field in class:ReplaceableContextIterator
[all...]
/external/jemalloc/test/unit/
H A Dprng.c160 unsigned rep; local
163 for (rep = 0; rep < NREPS; rep++) {
181 unsigned rep; local
184 for (rep = 0; rep < NREPS; rep++) {
202 unsigned rep; local
205 for (rep
[all...]
/external/libcxx/src/include/
H A Drefstring.h39 inline char * data_from_rep(_Rep_base *rep) noexcept {
40 char *data = reinterpret_cast<char *>(rep);
41 return data + sizeof(*rep);
73 _Rep_base* rep = static_cast<_Rep_base *>(::operator new(sizeof(*rep) + len + 1)); local
74 rep->len = len;
75 rep->cap = len;
76 rep->count = 0;
77 char *data = data_from_rep(rep);
110 _Rep_base* rep local
[all...]
/external/libcxx/test/libcxx/experimental/filesystem/
H A Dconvert_file_time.sh.cpp177 typedef typename duration::rep rep; typedef in struct:TestClock

Completed in 612 milliseconds

12345678