/external/mesa3d/docs/OLD/ |
MESA_sprite_point.spec | 73 squares. One could define rotated texture images if desired. A 3D
|
MESA_packed_depth_stencil.spec | 37 into one value. 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 188 Framebuffer. It should read " If the <format> is one of RED, GREEN, 193 read "If <format> is one of RED, GREEN, BLUE, ALPHA, RGB, RGBA,
|
/external/openfst/src/include/fst/ |
signed-log-weight.h | 62 static const SignedLogWeightTpl<T> &One() { 63 static const SignedLogWeightTpl<T> one(X1(1.0), X2::One()); 64 return one;
|
synchronize.h | 131 Weight w = e.state == kNoStateId ? Weight::One() : fst_->Final(e.state); 261 Weight w = e.state == kNoStateId ? Weight::One() : fst_->Final(e.state);
|
queue.h | 109 // at most one state at a time. It is used for strongly connected components 110 // with only one state and no self loops. 685 // Zero() or One(). 712 if (!less || ((*less)(arc.weight, Weight::One()))) 716 (arc.weight != Weight::Zero() && arc.weight != Weight::One())) 724 (arc.weight != Weight::Zero() && arc.weight != Weight::One())) 733 // The trivial A* estimate is always One(). 736 W operator()(S s) const { return W::One(); }
|
random-weight.h | 111 // One(), and Zero() if zero is allowed. 127 return Weight::One();
|
label-reachable.h | 385 // Returns iterator position one past last matching arc. 453 fst_->SetFinal(s, Weight::One()); 461 Arc arc(0, 0, Weight::One(), s);
|
replace-util.h | 124 // Replaces non-terminals that have only one instance. 272 depfst_.SetFinal(i, Weight::One()); 301 depfst_.AddArc(i, Arc(arc.olabel, arc.olabel, Weight::One(), j));
|
sparse-tuple-weight.h | 101 static const SparseTupleWeight<W, K> &One() { 102 static SparseTupleWeight<W, K> one(W::One()); 103 return one;
|
string-weight.h | 91 static const StringWeight<L, S> &One() { 92 static const StringWeight<L, S> one; local 93 return one; 349 w = StringWeight<L, S>::One();
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
encode.h | 115 flags_ & kEncodeWeights ? arc.weight : Weight::One()); 240 flags_ & kEncodeWeights ? Weight::One() : arc.weight,
|
synchronize.h | 109 Weight w = e.state == kNoStateId ? Weight::One() : fst_->Final(e.state); 230 Weight w = e.state == kNoStateId ? Weight::One() : fst_->Final(e.state);
|
replace.h | 97 // \param fst_tuples array of label/fst tuples, one for each non-terminal 176 // one state for each fst 193 depfst.AddArc(i - 1, A(arc.olabel, arc.olabel, Weight::One(), j)); 200 depfst.SetFinal(root_ - 1, Weight::One()); 295 // extend current state (walk arcs one level deep) 497 // could potentially have one copy of prefix array 515 // ReplaceFst supports dynamic replacement of arcs in one Fst with 519 // array of Fst(s). One Fst represents the root (or topology) 662 // Replace supports replacement of arcs in one Fst with another 664 // Fst(s). One Fst represents the root (or topology) machine. The roo [all...] |
/external/v8/test/mjsunit/ |
debug-liveedit-breakpoints.js | 83 // One breakpoint gets duplicated in a old version of script. 97 // Check 2 breakpoints. The one in deleted function should have been moved somewhere.
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator_unittests.py | 125 """Site One has a registration form. 136 'Site One home page', 'Welcome to site one. It has a reg page!', 141 'Site One page 1', 147 'Site One page 2', 'Page 2!', 153 'Site One page 3', 'Page 3!', 159 'Site One signin', 165 'Site One signin', self.files['site1_home'])
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 53 let cond_val = build_fcmp Fcmp.One cond zero "ifcond" builder in 67 * phi. We create a new name because one is used for the phi node, and the 147 let end_cond = build_fcmp Fcmp.One end_cond zero "loopcond" builder in
|
/external/openfst/src/include/fst/extensions/pdt/ |
expand.h | 668 make_pair(rfst_.Start() -1, Weight::One())); 698 dest_map_[rfst_.Start() - 1] = Weight::One(); // not needed 703 make_pair(rfst_.Start() -1, Weight::One())); 706 SetFinalDistance(state_table_.FindState(tuple), Weight::One()); 707 SetDistance(s, Weight::One()); 741 // 2. if at least one of these meta-arcs has not been pruned, [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineCasts.cpp | 200 // Otherwise, must be the same type of cast, so just reinsert a new one. 466 Constant *One = ConstantInt::get(Src->getType(), 1); 467 Src = Builder->CreateAnd(Src, One); 472 // Transform trunc(lshr (zext A), Cst) to eliminate one type conversion. 532 Constant *One = ConstantInt::get(In->getType(), 1); 533 In = Builder->CreateXor(In, One, In->getName()+".not"); 579 Constant *One = ConstantInt::get(In->getType(), 1); 580 In = Builder->CreateXor(In, One); 590 // icmp ne A, B is equal to xor A, B when A and B only really have one bit. 763 // If one of the common conversion will work, do it [all...] |
/external/chromium/chrome/browser/resources/file_manager/js/ |
mock_chrome.js | 169 SELECT_OPEN_MULTI_FILE_TITLE: 'Select one or more files', 174 ONE_FILE_SELECTED: 'One file selected, $1',
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/ |
pending_changes.js | 43 * @param {string} fontSizeKey The font size setting key. One of
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_packed_depth_stencil.spec | 37 into one value. 78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats). 188 Framebuffer. It should read " If the <format> is one of RED, GREEN, 193 read "If <format> is one of RED, GREEN, BLUE, ALPHA, RGB, RGBA,
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
expression-trees.js | 36 // One leaf is a leaf. 39 // More than one leaf requires an interior node.
|
/external/chromium_org/v8/test/mjsunit/ |
debug-function-scopes.js | 109 var f4 = (function One() {
|
/external/llvm/lib/CodeGen/ |
SjLjEHPrepare.cpp | 132 Value *One = ConstantInt::get(Int32Ty, 1); 133 Value *Idxs[2] = { Zero, One }; 278 // we want this one to remain.
|
/external/oprofile/events/mips/sb1/ |
events | 32 event:0x27 counters:1,2,3 um:zero minimum:500 name:INSN_STAGE4 :One or more instructions survives stage 4
|