Searched defs:weight (Results 1 - 25 of 128) sorted by relevance

123456

/external/jmonkeyengine/engine/src/core/com/jme3/animation/
H A DTrack.java47 * @param weight The weight from 0 to 1 on how much to apply the track
51 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars); argument
H A DBoneTrack.java185 * @param weight the weight of the animation
190 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars) { argument
246 if (weight != 1f) {
247 target.blendAnimTransforms(tempV, tempQ, scales != null ? tempS : null, weight);
331 public void setTime(float time, float weight, AnimControl control, AnimChannel channel) { argument
H A DPoseTrack.java103 private void applyFrame(Mesh target, int frameIndex, float weight){ argument
108 float poseWeight = frame.weights[i] * weight;
117 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars) { argument
124 applyFrame(target, 0, weight);
126 applyFrame(target, times.length - 1, weight);
137 applyFrame(target, startFrame, blend * weight);
138 applyFrame(target, endFrame, (1f - blend) * weight);
H A DSpatialTrack.java68 public void setTime(float time, float weight, AnimControl control, AnimChannel channel, TempVars vars) { argument
/external/openfst/src/include/fst/
H A Dreweight.h39 // An arc of weight w, with an origin state of potential p and
73 typename Arc::Weight weight = potential[state]; local
74 if (weight != Weight::Zero()) {
85 arc.weight = Divide(Times(arc.weight, nextweight), weight,
88 arc.weight = Divide(Times(weight, arc.weight), nextweight,
93 fst->SetFinal(state, Divide(fst->Final(state), weight, DIVIDE_LEF
[all...]
H A Darc.h28 #include <fst/expectation-weight.h>
29 #include <fst/float-weight.h>
30 #include <fst/lexicographic-weight.h>
31 #include <fst/power-weight.h>
32 #include <fst/product-weight.h>
33 #include <fst/signed-log-weight.h>
34 #include <fst/sparse-power-weight.h>
37 #include <fst/string-weight.h>
50 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
62 Weight weight; member in class:fst::ArcTpl
98 Weight weight; // Transition weight member in class:fst::StringArc
132 Weight weight; // Transition weight member in struct:fst::GallicArc
157 Weight weight; // Transition weight member in struct:fst::ReverseArc
181 Weight weight; // Transition weight member in struct:fst::LexicographicArc
205 Weight weight; // Transition weight member in struct:fst::ProductArc
237 Weight weight; // Transition weight member in struct:fst::PowerArc
269 Weight weight; // Transition weight member in struct:fst::SparsePowerArc
300 Weight weight; // Transition weight member in struct:fst::ExpectationArc
[all...]
/external/speex/libspeex/
H A Dquant_lsp_bfin.h108 spx_word16_t *weight,
131 " I1 = %3;\n\t" /* %3: &weight[0] */
155 : "a" (x), "a" (weight), "b" (cdbk), "a" (nbVec), "a" (nbDim)
106 lsp_weight_quant( spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbVec, int nbDim ) argument
H A Dquant_lsp.c130 static int lsp_weight_quant(spx_word16_t *x, spx_word16_t *weight, const signed char *cdbk, int nbVec, int nbDim) argument
144 dist=MAC16_32_Q15(dist,weight[j],MULT16_16(tmp,tmp));
/external/webkit/Source/WebCore/css/
H A DFontValue.h44 RefPtr<CSSPrimitiveValue> weight; member in class:WebCore::FontValue
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontPlatformDataWx.cpp57 static wxFontWeight fontWeightToWxFontWeight(FontWeight weight) argument
59 if (weight >= FontWeight600)
62 if (weight <= FontWeight300)
87 fontWeightToWxFontWeight(desc.weight()),
96 fontWeightToWxFontWeight(desc.weight()),
/external/llvm/include/llvm/Analysis/
H A DProfileDataLoader.h84 /// addEdgeWeight - Add 'weight' to the already stored execution count for
86 void addEdgeWeight(Edge e, unsigned weight) { argument
87 EdgeInformation[getFunction(e)][e] += weight;
114 /// A special value used to represent the weight of an edge which has not
/external/llvm/lib/Analysis/
H A DProfileDataLoaderPass.cpp1 //===- ProfileDataLoaderPass.cpp - Set branch weight metadata from prof ---===//
10 // This pass loads profiling data from a dump file and sets branch weight
45 /// This pass loads profiling data from a dump file and sets branch weight
98 unsigned weight = Counters[ReadCount]; local
99 assert(weight != ProfileDataLoader::Uncounted);
100 PB.addEdgeWeight(e, weight);
154 DEBUG(dbgs() << "---- Edge '" << edge << "' has weight "
158 // Set branch weight metadata. This will set branch probabilities of
161 // (it gives the unexectuted branch a weight of 1 for the purposes of
H A DProfileInfoLoaderPass.cpp135 double weight = ECs[ReadCount++]; local
136 if (weight != ProfileInfoLoader::Uncounted) {
141 EdgeInformation[getFunction(e)][e] += (double)weight;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Darc.h22 #include "fst/lib/float-weight.h"
23 #include "fst/lib/product-weight.h"
24 #include "fst/lib/string-weight.h"
36 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
47 Weight weight; // Transition weight member in struct:fst::StdArc
60 : ilabel(i), olabel(o), weight(w), nextstate(s) {}
71 Weight weight; // Transition weight member in struct:fst::LogArc
85 : ilabel(i), olabel(o), weight(
100 Weight weight; // Transition weight member in class:fst::StringArc
134 Weight weight; // Transition weight member in struct:fst::GallicArc
159 Weight weight; // Transition weight member in struct:fst::ReverseArc
[all...]
H A Dprune.h52 // do not belong to a successful path whose weight is no more than
53 // 'opts.threshold' Times() the weight of the shortest path. Weights
102 Weight weight = Times(Times((*idistance)[state], arc.weight), local
104 if(less(ceiling, weight)) {
124 // 'fst' that do not belong to a successful path whose weight is no
125 // more than 'opts.threshold' Times() the weight of the shortest
137 // 'ifst' whose weight is no more than 'opts.threshold' Times() the
138 // weight of the shortest path. Weights need to be commutative and
210 Weight weight local
[all...]
/external/webkit/Source/WebCore/platform/graphics/freetype/
H A DFontCacheFreeType.cpp145 int fontWeightToFontconfigWeight(FontWeight weight) argument
147 switch (weight) {
176 // and font weight (we only match bold/non-bold here).
185 if (!FcPatternAddInteger(pattern.get(), FC_WEIGHT, fontWeightToFontconfigWeight(fontDescription.weight())))
/external/bzip2/
H A Dhuffman.c37 while (weight[tmp] < weight[heap[zz >> 1]]) { \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ]; local
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNode
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
H A DBlenderTrack.java125 public void setTime(float time, float weight, AnimControl control, argument
128 boneTrack.setTime(time, weight, control, channel, vars);
130 spatialTrack.setTime(time, weight, control, channel, vars);
/external/linux-tools-perf/util/
H A Dtop.c19 * Ordering weight: count-1 * count-2 * ... / count-n
23 double weight = sym->snap_count; local
27 return weight;
30 weight *= sym->count[counter];
32 weight /= (sym->count[counter] + 1);
34 return weight;
54 if (se->weight > iter->weight)
193 syme->weight = sym_weight(syme, top);
H A Dtop.h25 double weight; member in struct:sym_entry
/external/srec/srec/Grammar/src/
H A DSR_Grammar.c39 const LCHAR* pronunciation, int weight, const LCHAR* tag)
47 return self->addWordToSlot(self, slot, word, pronunciation, weight, tag);
62 const SR_Nametag* nametag, int weight, const LCHAR* tag)
69 return self->addNametagToSlot(self, slot, nametag, weight, tag);
38 SR_GrammarAddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, const LCHAR* pronunciation, int weight, const LCHAR* tag) argument
61 SR_GrammarAddNametagToSlot(SR_Grammar* self, const LCHAR* slot, const SR_Nametag* nametag, int weight, const LCHAR* tag) argument
/external/srtp/test/
H A Dlfsr.c120 weight(uint32_t poly) { function
166 * weight distribution computes the weight distribution of the
203 /* increment weight */
241 /* compute weight, increment proper element */
242 A[weight(x)]++;
269 /* compute weight distribution */
272 /* print weight distribution */
282 /* compute weight distribution */
285 /* print weight distributio
[all...]
/external/stressapptest/src/
H A Dpattern.h39 unsigned char weight[4]; // Weighted frequency of this pattern. member in struct:PatternData
43 // appropriate pattern is chosen. Thus a weight of
44 // 1 is rare, a weight of 10 is 2x as likely to be
45 // chosen as a weight of 5.
57 int weight);
70 unsigned int weight() {return weight_;} function in class:Pattern
/external/webkit/Source/WebKit/chromium/public/
H A DWebFontDescription.h79 , weight(WeightNormal)
91 Weight weight; member in struct:WebKit::WebFontDescription
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk_unittest.cc169 PangoWeight weight) {
170 PangoAttribute* attribute = pango_attr_weight_new(weight);
212 // This part's a little wacky - either we don't have a weight, or
213 // the weight run is the entire string and is NORMAL
249 // This part's a little wacky - either we don't have a weight, or
250 // the weight run is the entire string and is NORMAL
310 // This part's a little wacky - either we don't have a weight, or
311 // the weight run is the entire string and is NORMAL
349 // Check the runs have expected weight and length.
167 RunHasWeight(guint location, guint end_location, PangoWeight weight) argument

Completed in 2501 milliseconds

123456