Searched defs:weight (Results 101 - 125 of 224) sorted by relevance

123456789

/external/srec/srec/Grammar/src/
H A DSR_GrammarImpl.c150 const LCHAR* pronunciation, int weight, const LCHAR* tag)
238 CHKLOG(logrc, SR_EventLogTokenInt_BASIC(impl->eventLog, impl->logLevel, L("WEIGHT"), weight));
250 ca_rc = CA_AddWordToSyntax(impl->syntax, slot, word, pronunciation, weight);
329 const SR_Nametag* nametag, int weight, const LCHAR* tag)
334 CHKLOG(rc, self->addWordToSlot(self, slot, nametagImpl->id, nametagImpl->value, weight, tag));
149 SR_Grammar_AddWordToSlot(SR_Grammar* self, const LCHAR* slot, const LCHAR* word, const LCHAR* pronunciation, int weight, const LCHAR* tag) argument
328 SR_Grammar_AddNametagToSlot(SR_Grammar* self, const LCHAR* slot, const SR_Nametag* nametag, int weight, const LCHAR* tag) argument
/external/srec/srec/Recognizer/src/
H A DRecognizer.c180 const LCHAR* ruleName, unsigned int weight)
187 return self->activateRule(self, grammar, ruleName, weight);
179 SR_RecognizerActivateRule(SR_Recognizer* self, SR_Grammar* grammar, const LCHAR* ruleName, unsigned int weight) argument
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dencode.h37 // encoding and decoding of label/weight tuples used for encoding
46 // Encoded data consists of arc input/output labels and arc weight
50 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
52 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
56 Weight weight; member in struct:fst::EncodeTable::Tuple
65 x->weight == y->weight);
88 if (encode_flags_ & kEncodeWeights) hash ^= x->weight.Hash();
115 flags_ & kEncodeWeights ? arc.weight
[all...]
H A Dfactor-weight.h1 // factor-weight.h
50 // A factor iterator takes as argument a weight w and returns a
156 Element(StateId s, Weight w) : state(s), weight(w) {}
159 Weight weight; // Residual weight member in struct:fst::FactorWeightFstImpl::Element
165 SetType("factor-weight");
193 ? e.weight
194 : (Weight) Times(e.weight, fst_->Final(e.state));
232 if (final_only_ && e.weight == Weight::One()) {
262 Weight w = Times(e.weight, ar
[all...]
/external/v8/src/
H A Druntime-profiler.cc212 int weight = 0; local
217 weight += sampler_window_weight_[i];
221 return weight;
225 void RuntimeProfiler::AddSample(JSFunction* function, int weight) { argument
228 sampler_window_weight_[sampler_window_position_] = weight;
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dbandwidth_estimator.c150 WebRtc_UWord16 weight = 0; local
354 /* constant weight after initiation part, 0.01 in Q13 */
355 weight = (WebRtc_UWord16) 82;
357 /* weight decreases with number of updates, 1/countUpdates in Q13 */
358 weight = (WebRtc_UWord16) WebRtcSpl_DivW32W16(
404 bweStr->recBwInv = WEBRTC_SPL_UMUL(weight, currBwInv) +
405 WEBRTC_SPL_UMUL((WebRtc_UWord32) 8192 - weight, bweStr->recBwInv);
408 up to 30 bits used with Q13 weight */
449 weight = WEBRTC_SPL_RSHIFT_W32(weight,
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontDescription.h115 FontWeight weight() const { return static_cast<FontWeight>(m_weight); } function in class:WebCore::FontDescription
/external/chromium_org/third_party/skia/src/effects/
H A DSkMagnifierImageFilter.cpp150 builder->fsCodeAppend("\t\tfloat weight = 0.0;\n");
161 builder->fsCodeAppend("\t\tvec2 mix_coord = mix(coord, zoom_coord, weight);\n");
318 SkScalar weight = 0; local
331 weight = SkMinScalar(SkScalarSquare(dist), SK_Scalar1);
335 weight = SkMinScalar(sqDist, SK_Scalar1);
338 SkScalar x_interp = SkScalarMul(weight, (fSrcRect.x() + x * inv_x_zoom)) +
339 (SK_Scalar1 - weight) * x;
340 SkScalar y_interp = SkScalarMul(weight, (fSrcRect.y() + y * inv_y_zoom)) +
341 (SK_Scalar1 - weight) * y;
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp22 size += sizeof(int32_t) + sizeof(int32_t) + sizeof(uint8_t); // weight, width, italic
30 buffer.write32(fStyle.weight());
47 uint32_t strLen, weight, width; local
49 (void)buffer.readU32(&weight);
54 fStyle = SkFontStyle(weight, width, slant);
/external/chromium_org/ui/gfx/
H A Dcolor_analysis.cc42 weight = 0;
72 weight = counter;
105 // Returns the previous counter, which is used to determine the weight
108 return weight;
124 // The weight of the cluster, determined by how many points were used
126 uint32_t weight; member in class:__anon15193::KMeanCluster
329 // color. Skip any that are too bright/dark and go in order of weight.
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java646 public Service(String name, DNSRecordClass recordClass, boolean unique, int ttl, int priority, int weight, int port, String server) { argument
649 this._weight = weight;
696 * @return the weight
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DMeshLoader.java562 private void pushBoneAssign(String vertIndex, String boneIndex, String weight) throws SAXException { argument
564 float w = parseFloat(weight);
615 attribs.getValue("weight"));
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp186 // Returns the weight of this edge. Used to decode path numbers to sequences
192 // Sets the weight of the edge. Used during path numbering.
193 void BallLarusEdge::setWeight(unsigned weight) { argument
194 _weight = weight;
442 // The weight on each edge is the increment required along any path that
/external/opencv/cvaux/src/
H A Dcv3dtracker.cpp443 int weight = 0; local
482 weight++;
486 CvPoint3D32f center = total/weight;
/external/openfst/src/include/fst/
H A Dencode.h52 // encoding and decoding of label/weight tuples used for encoding
61 // Encoded data consists of arc input/output labels and arc weight
65 : ilabel(ilabel_), olabel(olabel_), weight(weight_) {}
67 : ilabel(tuple.ilabel), olabel(tuple.olabel), weight(tuple.weight) {}
71 Weight weight; member in struct:fst::EncodeTable::Tuple
80 x->weight == y->weight);
104 hash = hash << lshift ^ hash >> rshift ^ x->weight.Hash();
134 flags_ & kEncodeWeights ? arc.weight
[all...]
/external/skia/src/effects/
H A DSkMagnifierImageFilter.cpp150 builder->fsCodeAppend("\t\tfloat weight = 0.0;\n");
161 builder->fsCodeAppend("\t\tvec2 mix_coord = mix(coord, zoom_coord, weight);\n");
318 SkScalar weight = 0; local
331 weight = SkMinScalar(SkScalarSquare(dist), SK_Scalar1);
335 weight = SkMinScalar(sqDist, SK_Scalar1);
338 SkScalar x_interp = SkScalarMul(weight, (fSrcRect.x() + x * inv_x_zoom)) +
339 (SK_Scalar1 - weight) * x;
340 SkScalar y_interp = SkScalarMul(weight, (fSrcRect.y() + y * inv_y_zoom)) +
341 (SK_Scalar1 - weight) * y;
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp22 size += sizeof(int32_t) + sizeof(int32_t) + sizeof(uint8_t); // weight, width, italic
30 buffer.write32(fStyle.weight());
47 uint32_t strLen, weight, width; local
49 (void)buffer.readU32(&weight);
54 fStyle = SkFontStyle(weight, width, slant);
/external/srec/srec/Recognizer/include/
H A DSR_RecognizerImpl.h356 * Grammar weight.
358 unsigned int weight; member in struct:GrammarBag_t
428 unsigned int weight);
/external/srec/srec_jni/
H A Dandroid_speech_srec_Recognizer.cpp205 (JNIEnv *env, jclass clazz, jint recognizer, jint grammar, jstring ruleName, jint weight) {
207 checkEsrError(env, SR_RecognizerActivateRule((SR_Recognizer*)recognizer, (SR_Grammar*)grammar, rn, weight));
353 (JNIEnv *env, jclass clazz, jint grammar, jstring slot, jstring word, jstring pronunciation, jint weight, jstring tag) {
362 checkEsrError(env, SR_GrammarAddWordToSlot((SR_Grammar*)grammar, sl, wo, pr, weight, ta));
204 Java_android_speech_srec_Recognizer_SR_1RecognizerActivateRule(JNIEnv *env, jclass clazz, jint recognizer, jint grammar, jstring ruleName, jint weight) argument
352 Java_android_speech_srec_Recognizer_SR_1GrammarAddWordToSlot(JNIEnv *env, jclass clazz, jint grammar, jstring slot, jstring word, jstring pronunciation, jint weight, jstring tag) argument
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dbandwidth_estimator.c143 float weight = 0.0f; local
349 /* constant weight after initiation part */
350 weight = 0.01f;
354 /* weight decreases with number of updates */
355 weight = 1.0f / (float) bwest_str->count_tot_updates_rec;
386 bwest_str->rec_bw_inv = weight * curr_bw_inv +
387 (1.0f - weight) * bwest_str->rec_bw_inv;
407 bwest_str->rec_jitter = weight * arr_time_noise_abs +
408 (1.0f - weight) * bwest_str->rec_jitter;
605 const float weight local
[all...]
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_view_gtk.cc256 // Matched portions are bold, otherwise use the normal weight.
257 PangoWeight weight = (i->style & ACMatchClassification::MATCH) ? local
259 PangoAttribute* weight_attr = pango_attr_weight_new(weight);
/external/chromium_org/chrome/browser/ui/gtk/omnibox/
H A Domnibox_popup_view_gtk.cc446 // Matched portions are bold, otherwise use the normal weight.
447 PangoWeight weight = (i->style & ACMatchClassification::MATCH) ? local
449 PangoAttribute* weight_attr = pango_attr_weight_new(weight);
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h112 FT_UInt weight; member in struct:CFF_FontRecDictRec_
/external/chromium_org/third_party/icu/source/i18n/
H A Ddtptngen_impl.h105 int16_t weight; member in struct:dtTypeElem
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_soa.c226 * Helper to compute the first coord and the weight for
252 /* convert to int, compute lerp weight */
264 * \param weight_out returns linear interpolation weight
282 LLVMValueRef coord0, coord1, weight; local
290 /* convert to int, compute lerp weight */
291 lp_build_ifloor_fract(coord_bld, coord, &coord0, &weight);
301 &coord0, &weight);
321 /* convert to int, compute lerp weight */
322 lp_build_ifloor_fract(coord_bld, coord, &coord0, &weight);
341 /* convert to int, compute lerp weight */
[all...]

Completed in 3578 milliseconds

123456789