Home
last modified time | relevance | path

Searched refs:cumulative (Results 1 – 25 of 73) sorted by relevance

123

/external/arm-neon-tests/
Dref-rvct-neon-nofp16.txt342 VQDMLAL_LANE cumulative saturation output:
343 VQDMLAL_LANE:0:vqdmlal_lane_s16 Neon cumulative saturation 0
344 VQDMLAL_LANE:1:vqdmlal_lane_s32 Neon cumulative saturation 0
370 VQDMLAL_LANE (mul with input=0) cumulative saturation output:
371 VQDMLAL_LANE:24:vqdmlal_lane_s16 Neon cumulative saturation 0
372 VQDMLAL_LANE:25:vqdmlal_lane_s32 Neon cumulative saturation 0
398 VQDMLAL_LANE (check mul cumulative saturation) cumulative saturation output:
399 VQDMLAL_LANE:48:vqdmlal_lane_s16 Neon cumulative saturation 1
400 VQDMLAL_LANE:49:vqdmlal_lane_s32 Neon cumulative saturation 1
402 VQDMLAL_LANE (check mul cumulative saturation) output:
[all …]
Dref-rvct-neon.txt370 VQDMLAL_LANE cumulative saturation output:
371 VQDMLAL_LANE:0:vqdmlal_lane_s16 Neon cumulative saturation 0
372 VQDMLAL_LANE:1:vqdmlal_lane_s32 Neon cumulative saturation 0
400 VQDMLAL_LANE (mul with input=0) cumulative saturation output:
401 VQDMLAL_LANE:26:vqdmlal_lane_s16 Neon cumulative saturation 0
402 VQDMLAL_LANE:27:vqdmlal_lane_s32 Neon cumulative saturation 0
430 VQDMLAL_LANE (check mul cumulative saturation) cumulative saturation output:
431 VQDMLAL_LANE:52:vqdmlal_lane_s16 Neon cumulative saturation 1
432 VQDMLAL_LANE:53:vqdmlal_lane_s32 Neon cumulative saturation 1
434 VQDMLAL_LANE (check mul cumulative saturation) output:
[all …]
Dref-rvct-all.txt370 VQDMLAL_LANE cumulative saturation output:
371 VQDMLAL_LANE:0:vqdmlal_lane_s16 Neon cumulative saturation 0
372 VQDMLAL_LANE:1:vqdmlal_lane_s32 Neon cumulative saturation 0
400 VQDMLAL_LANE (mul with input=0) cumulative saturation output:
401 VQDMLAL_LANE:26:vqdmlal_lane_s16 Neon cumulative saturation 0
402 VQDMLAL_LANE:27:vqdmlal_lane_s32 Neon cumulative saturation 0
430 VQDMLAL_LANE (check mul cumulative saturation) cumulative saturation output:
431 VQDMLAL_LANE:52:vqdmlal_lane_s16 Neon cumulative saturation 1
432 VQDMLAL_LANE:53:vqdmlal_lane_s32 Neon cumulative saturation 1
434 VQDMLAL_LANE (check mul cumulative saturation) output:
[all …]
/external/python/cpython3/Lib/
Dtracemalloc.py451 def _group_by(self, key_type, cumulative): argument
454 if cumulative and key_type not in ('lineno', 'filename'):
460 if not cumulative:
502 def statistics(self, key_type, cumulative=False): argument
507 grouped = self._group_by(key_type, cumulative)
512 def compare_to(self, old_snapshot, key_type, cumulative=False): argument
518 new_group = self._group_by(key_type, cumulative)
519 old_group = old_snapshot._group_by(key_type, cumulative)
/external/jemalloc/bin/
Djeprof.in603 my $cumulative = CumulativeProfile($reduced);
608 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
610 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
620 PrintText($symbols, $flat, $cumulative, -1);
626 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
885 my $cumulative = CumulativeProfile($reduced);
887 PrintText($symbols, $flat, $cumulative, $line_limit);
920 my $cumulative = CumulativeProfile($reduced);
922 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
938 my $cumulative = CumulativeProfile($reduced);
[all …]
/external/jemalloc_new/bin/
Djeprof.in604 my $cumulative = CumulativeProfile($reduced);
609 PrintDisassembly($libs, $flat, $cumulative, $main::opt_disasm);
611 PrintListing($total, $libs, $flat, $cumulative, $main::opt_list, 0);
621 PrintText($symbols, $flat, $cumulative, -1);
627 if (PrintDot($main::prog, $symbols, $profile, $flat, $cumulative, $total)) {
886 my $cumulative = CumulativeProfile($reduced);
888 PrintText($symbols, $flat, $cumulative, $line_limit);
921 my $cumulative = CumulativeProfile($reduced);
923 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
939 my $cumulative = CumulativeProfile($reduced);
[all …]
/external/selinux/libselinux/utils/
Davcstat.c98 int fd, i, cumulative = 0; in main() local
110 cumulative = 1; in main()
207 if (cumulative || !i) in main()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c476 brw->shader_time.cumulative = rzalloc_array(brw, struct shader_times, in brw_init_shader_time()
538 written = brw->shader_time.cumulative[i].written; in brw_report_shader_time()
539 reset = brw->shader_time.cumulative[i].reset; in brw_report_shader_time()
551 uint64_t time = brw->shader_time.cumulative[i].time; in brw_report_shader_time()
651 brw->shader_time.cumulative[i].time += times[BRW_SHADER_TIME_STRIDE * 0 / 4]; in brw_collect_shader_time()
652 brw->shader_time.cumulative[i].written += times[BRW_SHADER_TIME_STRIDE * 1 / 4]; in brw_collect_shader_time()
653 brw->shader_time.cumulative[i].reset += times[BRW_SHADER_TIME_STRIDE * 2 / 4]; in brw_collect_shader_time()
/external/grpc-grpc/src/core/ext/filters/http/server/
Dhttp_server_filter.cc92 static void hs_add_error(const char* error_name, grpc_error** cumulative, in hs_add_error() argument
95 if (*cumulative == GRPC_ERROR_NONE) { in hs_add_error()
96 *cumulative = GRPC_ERROR_CREATE_FROM_COPIED_STRING(error_name); in hs_add_error()
98 *cumulative = grpc_error_add_child(*cumulative, new_err); in hs_add_error()
/external/iproute2/
DREADME.distribution4 translated, inverse to the cumulative distribution function.
6 Here's how to think about it: Let F() be the cumulative distribution
26 To see this, it's enough to show that Y's cumulative distribution function,
56 3. Determine the cumulative distribution. The code I wrote creates a table
/external/iproute2/netem/
DREADME.distribution6 translated, inverse to the cumulative distribution function.
8 Here's how to think about it: Let F() be the cumulative distribution
28 To see this, it's enough to show that Y's cumulative distribution function,
58 3. Determine the cumulative distribution. The code I wrote creates a table
Dmaketable.c135 inverttable(int *table, int inversesize, int tablesize, int cumulative) in inverttable() argument
147 fvalue = (double)table[i]/(double)cumulative; in inverttable()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
DStatisticsTool.java150 double cumulative = 0; in dumpNGrams() local
176 cumulative += ratio; in dumpNGrams()
183 output.println(value + "\t" + refCount + "\t" + ratio + "%\t" + cumulative + "%"); in dumpNGrams()
/external/python/cpython2/Doc/library/
Dprofile.rst121 is the cumulative time spent in this and all subfunctions (from invocation
176 p.sort_stats('cumulative').print_stats(10)
178 This sorts the profile by cumulative time in a function, and then only prints
201 cumulative time, and then prints out some of the statistics. To be specific, the
276 sortby = 'cumulative'
402 | ``'cumulative'`` | cumulative time |
404 | ``'cumtime'`` | cumulative time |
442 ``'calls'``, ``'time'``, and ``'cumulative'`` respectively. If this old
500 second non-parenthesized number repeats the cumulative time spent in the
505 cumulative times spent in the current function while it was invoked by
[all …]
Dfileinput.rst86 Return the cumulative line number of the line that has just been read. Before
114 cumulative line count. The filename is not changed until after the first line
/external/python/cpython3/Doc/library/
Dprofile.rst98 is the cumulative time spent in this and all subfunctions (from invocation
161 This sorts the profile by cumulative time in a function, and then only prints
184 cumulative time, and then prints out some of the statistics. To be specific, the
394 | ``'cumulative'`` | SortKey.CUMULATIVE | cumulative time |
396 | ``'cumtime'`` | N/A | cumulative time |
434 ``'calls'``, ``'time'``, and ``'cumulative'`` respectively. If this old
495 second non-parenthesized number repeats the cumulative time spent in the
500 cumulative times spent in the current function while it was invoked by
540 cumulative times in this profiler allows statistics for recursive
Dtracemalloc.rst317 by ``'traceback'`` or to compute cumulative statistics: see the
474 .. method:: compare_to(old_snapshot: Snapshot, key_type: str, cumulative: bool=False)
479 See the :meth:`Snapshot.statistics` method for *key_type* and *cumulative*
517 .. method:: statistics(key_type: str, cumulative: bool=False)
530 If *cumulative* is ``True``, cumulate size and count of memory blocks of
532 The cumulative mode can only be used with *key_type* equals to
Drandom.rst149 selections are made according to the cumulative weights (perhaps computed
151 ``[10, 5, 30, 5]`` are equivalent to the cumulative weights
153 cumulative weights before making selections, so supplying the cumulative
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Cumprod.pbtxt30 summary: "Compute the cumulative product of the tensor `x` along `axis`."
Dapi_def_Cumsum.pbtxt30 summary: "Compute the cumulative sum of the tensor `x` along `axis`."
/external/bcc/tools/
Dargdist.py183 self.cumulative = tool.args.cumulative or False
509 if not self.cumulative:
/external/v8/tools/
Dparse-processor.js403 metrics, start, end, delta, cumulative = true, useDuration = false) { argument
471 if (!cumulative && rows[t - 1] !== null) {
478 if (cumulative) {
486 let duplicate = (!cumulative ? rowTemplate : previous).slice();
/external/python/cpython3/Tools/stringbench/
DREADME61 The final line of the output is the cumulative time for byte and
/external/opencensus-java/contrib/zpages/
DREADME.md57 The /rpcz page displays the canonical gRPC cumulative and interval stats broken down by RPC methods.
/external/grpc-grpc/examples/protos/
Droute_guide.proto97 // detected features, and the total distance covered as the cumulative sum of

123