Home
last modified time | relevance | path

Searched refs:probabilities (Results 1 – 25 of 29) sorted by relevance

12

/external/deqp/modules/egl/
DteglGLES2SharingThreadedTests.cpp2069 float probabilities[THREADOPERATIONID_LAST][THREADOPERATIONID_LAST]; member
2110 deMemset(probabilities, 0, sizeof(probabilities)); in TestConfig()
2282 weights.push_back(m_config.probabilities[m_lastOperation][THREADOPERATIONID_CREATE_BUFFER]); in addRandomOperation()
2285 weights.push_back(m_config.probabilities[m_lastOperation][THREADOPERATIONID_CREATE_TEXTURE]); in addRandomOperation()
2288 weights.push_back(m_config.probabilities[m_lastOperation][THREADOPERATIONID_CREATE_VERTEX_SHADER]); in addRandomOperation()
2291 …weights.push_back(m_config.probabilities[m_lastOperation][THREADOPERATIONID_CREATE_FRAGMENT_SHADER… in addRandomOperation()
2294 weights.push_back(m_config.probabilities[m_lastOperation][THREADOPERATIONID_CREATE_PROGRAM]); in addRandomOperation()
2468 weights.push_back(m_config.probabilities[m_lastOperation][THREADOPERATIONID_DESTROY_IMAGE]); in addRandomOperation()
2473 weights.push_back(m_config.probabilities[m_lastOperation][THREADOPERATIONID_TEXTURE_FROM_IMAGE]); in addRandomOperation()
2481 weights.push_back(m_config.probabilities[m_lastOperation][THREADOPERATIONID_DESTROY_BUFFER]); in addRandomOperation()
[all …]
/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Dctor_init.pass.cpp26 std::vector<double> p = d.probabilities(); in main()
33 std::vector<double> p = d.probabilities(); in main()
40 std::vector<double> p = d.probabilities(); in main()
48 std::vector<double> p = d.probabilities(); in main()
56 std::vector<double> p = d.probabilities(); in main()
65 std::vector<double> p = d.probabilities(); in main()
74 std::vector<double> p = d.probabilities(); in main()
Dctor_iterator.pass.cpp27 std::vector<double> p = d.probabilities(); in main()
35 std::vector<double> p = d.probabilities(); in main()
43 std::vector<double> p = d.probabilities(); in main()
52 std::vector<double> p = d.probabilities(); in main()
61 std::vector<double> p = d.probabilities(); in main()
71 std::vector<double> p = d.probabilities(); in main()
81 std::vector<double> p = d.probabilities(); in main()
Dparam_ctor_init.pass.cpp27 std::vector<double> p = pa.probabilities(); in main()
35 std::vector<double> p = pa.probabilities(); in main()
43 std::vector<double> p = pa.probabilities(); in main()
52 std::vector<double> p = pa.probabilities(); in main()
61 std::vector<double> p = pa.probabilities(); in main()
71 std::vector<double> p = pa.probabilities(); in main()
81 std::vector<double> p = pa.probabilities(); in main()
Dparam_ctor_iterator.pass.cpp28 std::vector<double> p = pa.probabilities(); in main()
37 std::vector<double> p = pa.probabilities(); in main()
46 std::vector<double> p = pa.probabilities(); in main()
56 std::vector<double> p = pa.probabilities(); in main()
66 std::vector<double> p = pa.probabilities(); in main()
77 std::vector<double> p = pa.probabilities(); in main()
88 std::vector<double> p = pa.probabilities(); in main()
Deval.pass.cpp38 std::vector<double> prob = d.probabilities(); in main()
56 std::vector<double> prob = d.probabilities(); in main()
74 std::vector<double> prob = d.probabilities(); in main()
92 std::vector<double> prob = d.probabilities(); in main()
110 std::vector<double> prob = d.probabilities(); in main()
128 std::vector<double> prob = d.probabilities(); in main()
146 std::vector<double> prob = d.probabilities(); in main()
167 std::vector<double> prob = d.probabilities(); in main()
188 std::vector<double> prob = d.probabilities(); in main()
209 std::vector<double> prob = d.probabilities(); in main()
[all …]
Dctor_func.pass.cpp32 std::vector<double> p = d.probabilities(); in main()
39 std::vector<double> p = d.probabilities(); in main()
46 std::vector<double> p = d.probabilities(); in main()
54 std::vector<double> p = d.probabilities(); in main()
Dparam_ctor_func.pass.cpp33 std::vector<double> p = pa.probabilities(); in main()
41 std::vector<double> p = pa.probabilities(); in main()
49 std::vector<double> p = pa.probabilities(); in main()
58 std::vector<double> p = pa.probabilities(); in main()
Dctor_default.pass.cpp25 std::vector<double> p = d.probabilities(); in main()
Dparam_ctor_default.pass.cpp27 std::vector<double> p = pa.probabilities(); in main()
Dctor_param.pass.cpp28 std::vector<double> p = d.probabilities(); in main()
Deval_param.pass.cpp41 std::vector<double> prob = p.probabilities(); in main()
/external/webrtc/webrtc/modules/audio_processing/agc/
Dagc.cc55 const std::vector<double>& probabilities = in Process() local
57 RTC_DCHECK_EQ(rms.size(), probabilities.size()); in Process()
59 histogram_->Update(rms[i], probabilities[i]); in Process()
/external/llvm/docs/
DBlockFrequencyTerminology.rst18 Blocks with multiple successors have probabilities associated with each
19 outgoing edge. These are called branch probabilities. For a given block, the
20 sum of its outgoing branch probabilities should be 1.0.
/external/llvm/test/CodeGen/MIR/X86/
Dsuccessor-basic-blocks-weights.mir3 # probabilities correctly.
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst97 .. option:: -b, --branch-probabilities
99 Display conditional branch probabilities and a summary of branch information.
103 Display branch counts instead of probabilities (requires -b).
145 Include unconditional branches in the output for the --branch-probabilities
/external/llvm/test/tools/llvm-cov/
Dllvm-cov.test76 # Branch probabilities.
81 # Function summaries including branch probabilities.
/external/llvm/test/CodeGen/X86/
Dswitch-jump-table.ll54 ; Check if branch probabilities are correctly assigned to the jump table.
/external/llvm/test/CodeGen/Hexagon/
DBranchPredict.ll3 ; Check if the branch probabilities are reflected in the instructions:
/external/deqp/modules/glshared/
DglsLongStressCase.hpp281 const FeatureProbabilities& probabilities,
/external/llvm/test/CodeGen/Thumb2/
D2010-06-21-TailMergeBug.ll43 ; that branches which goes to "ret" instruction have lower probabilities.
/external/lzma/DOC/
Dlzma-specification.txt413 1) binary symbols with fixed and equal probabilities (direct bits)
414 2) binary symbols with predicted probabilities
443 The task of Bit Probability Model is to estimate probabilities of binary
454 Mathematical probabilities can be presented with the following formulas:
467 that represents the state, where probabilities of symbols 0 and 1
/external/deqp/doc/testspecs/GLES2/
Dstress.long.txt89 + A set of probabilities that enable the following per-iteration actions:
/external/llvm/test/Analysis/BranchProbabilityInfo/
Dbasic.ll228 ; usual probabilities.
/external/opencv3/doc/py_tutorials/py_imgproc/py_thresholding/
Dpy_thresholding.markdown205 p1,p2 = np.hsplit(hist_norm,[i]) # probabilities

12