Home
last modified time | relevance | path

Searched refs:weighted (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm/test/tools/llvm-profdata/
Dweight-sample.test1 Tests for weighted merge of sample profiles.
4 RUN: llvm-profdata merge -sample -text -weighted-input=1,%p/Inputs/weight-sample-bar.proftext -weig…
5 RUN: llvm-profdata merge -sample -text -weighted-input=1,%p/Inputs/weight-sample-bar.proftext %p/In…
24 RUN: llvm-profdata merge -sample -text -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weig…
43 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
44 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
45 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
46 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
47 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/weight-sample-bar.proftext -weight…
51 RUN: not llvm-profdata merge -sample -weighted-input=3,%p/Inputs/does-not-exist.proftext -weighted-…
Dweight-instr.test1 Tests for weighted merge of instrumented profiles.
4 RUN: llvm-profdata merge -instr -weighted-input=1,%p/Inputs/weight-instr-bar.profdata -weighted-inp…
10 RUN: llvm-profdata merge -instr -weighted-input=1,%p/Inputs/weight-instr-bar.profdata %p/Inputs/wei…
39 RUN: llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted-inp…
68 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
69 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
70 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
71 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
72 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/weight-instr-bar.profdata -weighted
76 RUN: not llvm-profdata merge -instr -weighted-input=3,%p/Inputs/does-not-exist.profdata -weighted-i…
Dinput-filenames.test6 RUN: echo "2,%t.weighted" >> %t.input
8 # Create the weighted file, since these actually need to exist.
9 RUN: echo ' ' > %t.weighted
17 CHECK-NEXT: 2,{{.*}}.weighted
/external/libavc/common/arm/
Dih264_weighted_pred_a9q.s26 @* Contains function definitions for weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
50 @* This function gets a ht x wd block, calculates the weighted sample, rounds
69 @* weight for the weighted prediction
148 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
149 vrshl.s16 q3, q3, q0 @rounds off the weighted samples from rows 3,4
182 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
183 vrshl.s16 q3, q3, q0 @rounds off the weighted samples from row 2
184 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row 3
186 vrshl.s16 q5, q5, q0 @rounds off the weighted samples from row 4
[all …]
Dih264_weighted_bi_pred_a9q.s26 @* Contains function definitions for weighted biprediction.
46 @* This routine performs the weighted biprediction as described in sec
50 @* This function gets two ht x wd blocks, calculates the weighted samples,
75 @* weight for the weighted prediction
78 @* weight for the weighted prediction
190 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from rows 1,2
191 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from rows 3,4
238 vrshl.s16 q2, q2, q0 @rounds off the weighted samples from row 1
239 vrshl.s16 q4, q4, q0 @rounds off the weighted samples from row 2
240 vrshl.s16 q6, q6, q0 @rounds off the weighted samples from row 3
[all …]
Dih264_default_weighted_pred_a9q.s26 @* Contains function definitions for default weighted prediction.
46 @* This routine performs the default weighted prediction as described in sec
220 @* This routine performs the default weighted prediction as described in sec
/external/opencv/cvaux/src/
Dcvclique.cpp129 void cvStartFindCliques( CvGraph* graph, CvCliqueFinder* finder, int reverse, int weighted, int wei…
133 if (weighted)
135 finder->weighted = 1;
152 else finder->weighted = 0;
250 if(finder->weighted)
288 if( (!finder->weighted) && (k + ce[k] - ne[k] < finder->best_score) )
294 if( finder->weighted && !finder->weighted_edges &&
379 if( finder->weighted )
393 if( finder->weighted )
415 if( finder->weighted )
/external/llvm/docs/CommandGuide/
Dllvm-profdata.rst45 input file by using the ``-weighted-input`` option.
47 Profiles passed in via ``-weighted-input``, ``-input-files``, or via positional
63 .. option:: -weighted-input=weight,filename
125 …llvm-profdata merge -weighted-input=10,foo.profdata bar.profdata baz.profdata -output merged.profd…
131 …llvm-profdata merge -weighted-input=10,foo.profdata -weighted-input=1,bar.profdata -weighted-input…
/external/autotest/client/tests/ffsb/
DREADME24 (5) Exert weighted combination of I/O workloads to analyze the I/O performace
/external/llvm/test/Analysis/BlockFrequencyInfo/
Dbasic.ll12 ; Loop backedges are weighted and thus their bodies have a greater frequency.
/external/deqp/doc/testspecs/GLES3/
Dperformance.txt98 The result is MPix/s, MVert/s or weighted sum of both depending on test
/external/deqp/doc/testspecs/GLES2/
Dperformance.txt98 The result is MPix/s, MVert/s or weighted sum of both depending on test
/external/mesa3d/src/gallium/docs/source/cso/
Dsampler.rst58 linearly weighted and blended together.
/external/opencv/cvaux/include/
Dcvaux.h328 int weighted; member
/external/llvm/test/Transforms/InstCombine/
Dlogical-select.ll86 ; ops are equally weighted, and this ensures that we're testing all commutation
/external/mesa3d/docs/
DVERSIONS337 - linear interpolation of mipmap levels was incorrectly weighted
/external/libexif/po/
Den_CA.po507 msgid "Center-weighted average"
508 msgstr "Centre-weighted average"
Den_AU.po508 msgid "Center-weighted average"
509 msgstr "Centre-weighted average"
Den_GB.po508 msgid "Center-weighted average"
509 msgstr "Centre-weighted average"
Dlibexif-12.pot507 msgid "Center-weighted average"
Dpt.po508 msgid "Center-weighted average"
Dja.po508 msgid "Center-weighted average"
Dbe.po508 msgid "Center-weighted average"
/external/syslinux/com32/lib/libpng/
DCHANGES325 Corrected some bugs in the experimental weighted filtering heuristics.
/external/libpng/
DCHANGES344 Corrected some bugs in the experimental weighted filtering heuristics.
5257 Fixed old cut&paste bug in the weighted filter selection code in

12