HomeSort by relevance Sort by last modified time
    Searched full:weights (Results 126 - 150 of 612) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/clang/test/Profile/
c-general.c 124 // Never reached -> no weights
141 // Never reached -> no weights
200 // never reached -> no weights
217 static int weights[] = {1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5}; local
219 // No cases -> no weights
220 switch (weights[0]) {
229 for (int i = 0, len = sizeof(weights) / sizeof(weights[0]); i < len; ++i) {
232 switch (i[weights]) {
279 // Never reached -> no weights
    [all...]
c-counter-overflows.c 1 // Test that big branch weights get scaled down to 32-bits, rather than just
  /external/deqp/framework/randomshaders/
rsgStatement.cpp 63 float weights[DE_LENGTH_OF_ARRAY(statementSpecs)]; local
65 // Compute weights
69 weights[ndx] = statementSpecs[ndx].getWeight(state);
70 sum += weights[ndx];
85 sum += weights[ndx];
91 else if (weights[ndx] > 0.0f)
255 // \todo [2011-05-26 pyry] Weights?
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRootElements.java 16 * Container and access methods for collation elements and weights
20 * This class takes and returns 16-bit secondary and tertiary weights.
34 * Flag in a root element, set if the element contains secondary & tertiary weights,
75 * Returns the boundary between tertiary weights of primary/secondary CEs
107 * Returns the boundary between secondary weights of primary CEs
177 // Find the last secondary & tertiary weights for it.
421 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.
CollationFastLatin.java 48 // use at most about 150 primary weights,
49 // where about 94 primary weights are possibly-variable (space/punct/symbol/currency),
50 // at most 4 secondary before-common weights,
51 // at most 4 secondary after-common weights,
52 // at most 16 secondary high weights (in secondary CEs), and
53 // at most 4 tertiary after-common weights.
54 // The following ranges are designed to support slightly more weights than that.
131 * Lookup: Add this offset to secondary weights, except for completely ignorable CEs.
150 * Lookup: Add this offset to tertiary weights, except for completely ignorable CEs.
152 * Must be greater than case bits as well, so that with combined case+tertiary weights
    [all...]
CollationBuilder.java 240 // Collect the root CE weights if this node is for a root CE.
290 // Non-zero quaternary weights are possible only on tertiary or stronger CEs.
388 // and non-common secondary/tertiary weights.
488 // The CE data structure does not support non-zero quaternary weights
563 // Find or insert the node for each of the root CE's weights,
565 // Root CEs must have common=zero quaternary weights (for which we never insert any nodes).
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRootElements.java 15 * Container and access methods for collation elements and weights
19 * This class takes and returns 16-bit secondary and tertiary weights.
32 * Flag in a root element, set if the element contains secondary & tertiary weights,
73 * Returns the boundary between tertiary weights of primary/secondary CEs
105 * Returns the boundary between secondary weights of primary CEs
175 // Find the last secondary & tertiary weights for it.
419 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.
CollationFastLatin.java 44 // use at most about 150 primary weights,
45 // where about 94 primary weights are possibly-variable (space/punct/symbol/currency),
46 // at most 4 secondary before-common weights,
47 // at most 4 secondary after-common weights,
48 // at most 16 secondary high weights (in secondary CEs), and
49 // at most 4 tertiary after-common weights.
50 // The following ranges are designed to support slightly more weights than that.
127 * Lookup: Add this offset to secondary weights, except for completely ignorable CEs.
146 * Lookup: Add this offset to tertiary weights, except for completely ignorable CEs.
148 * Must be greater than case bits as well, so that with combined case+tertiary weights
    [all...]
CollationBuilder.java 236 // Collect the root CE weights if this node is for a root CE.
286 // Non-zero quaternary weights are possible only on tertiary or stronger CEs.
384 // and non-common secondary/tertiary weights.
484 // The CE data structure does not support non-zero quaternary weights
559 // Find or insert the node for each of the root CE's weights,
561 // Root CEs must have common=zero quaternary weights (for which we never insert any nodes).
    [all...]
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 389 float weights[SIZE]; member in struct:deqp::gles3::Stress::__anon9661::UniformWeightArray
394 weights[i] = 1.0f;
526 spec.primitive = random.chooseWeighted<gls::DrawTestSpec::Primitive> (DE_ARRAY_BEGIN(primitives), DE_ARRAY_END(primitives), primitiveWeights.weights);
528 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
529 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
531 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
546 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
547 attribSpec.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(outputTypes), DE_ARRAY_END(outputTypes), outputTypeWeights.weights);
548 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
549 attribSpec.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), usageWeights.weights);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
EmbeddedRungeKuttaIntegrator.java 74 /** Internal weights from Butcher array (without the first empty row). */
77 /** External weights for the high order method from Butcher array. */
99 * @param a internal weights from Butcher array (without the first empty row)
100 * @param b propagation weights for the high order method from Butcher array
137 * @param a internal weights from Butcher array (without the first empty row)
138 * @param b propagation weights for the high order method from Butcher array
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
MultiStartDifferentiableMultivariateVectorialOptimizer.java 177 final double[] target, final double[] weights,
192 optima[i] = optimizer.optimize(f, target, weights,
221 sum += weights[i] * ri * ri;
  /external/libopus/src/
mlp_data.c 2 It contains multi-layer perceptron (MLP) weights. */
8 static const float weights[422] = { variable
104 weights
  /external/llvm/docs/
BlockFrequencyTerminology.rst 26 Weights are relative to the other edges of a given predecessor block. The
28 the sum of the weights on the predecessor's outgoing edges.
75 distributed to successors according to branch weights. Block Mass uses a
  /external/opencv3/modules/superres/src/cuda/
btv_l1_gpu.cu 67 void loadBtvWeights(const float* weights, size_t count);
216 void loadBtvWeights(const float* weights, size_t count)
218 cudaSafeCall( cudaMemcpyToSymbol(c_btvRegWeights, weights, count * sizeof(float)) );
  /external/curl/docs/libcurl/opts/
CURLOPT_STREAM_WEIGHT.3 34 stream used by the easy \fIhandle\fP. Setting and using weights only makes
  /external/glide/library/src/main/java/com/bumptech/glide/load/model/
ModelLoader.java 16 * view on devices with different densities, but also allows you to use layout weights or otherwise
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/
ftlcdfil.h 251 * Use this function to override the filter weights selected by
261 * weights ::
263 * uses them to specify the filter weights.
283 unsigned char *weights );
  /external/opencv/ml/include/
ml.h 562 start_step(0/*CvEM::START_AUTO_STEP*/), probs(0), weights(0), means(0), covs(0)
572 probs(_probs), weights(_weights), means(_means), covs(_covs), term_crit(_term_crit)
579 const CvMat* weights; member in struct:CvEMParams
630 CvMat* weights; member in class:CvEM
1135 CvMat* weights; member in class:CvBoost
1235 double** weights; member in class:CvANN_MLP
    [all...]
  /external/skia/src/gpu/effects/
GrConvolutionEffect.h 16 * + 1 weights. Each texel is multiplied by it's weight and summed to determine
  /packages/apps/Launcher3/src/com/android/launcher3/
InvariantDeviceProfile.java 53 // used to offset float not being able to express extremely small weights in extreme cases.
283 float weights = 0; local
294 weights += w;
297 return out.multiply(1.0f/weights);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
posix2_lim.h 39 /* The maximum number of weights that can be assigned to an entry of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix2_lim.h 39 /* The maximum number of weights that can be assigned to an entry of
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix2_lim.h 39 /* The maximum number of weights that can be assigned to an entry of
  /system/update_engine/payload_generator/
cycle_breaker.h 30 // sum of the weights of all cut cycles. In practice, it's intractable

Completed in 1630 milliseconds

1 2 3 4 56 7 8 91011>>