Home
last modified time | relevance | path

Searched refs:Divide (Results 1 – 18 of 18) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dreweight.h71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate]), in Reweight()
75 arc.weight = Divide(Times(potential[state], arc.weight), in Reweight()
82 Divide(fst->Final(state), potential[state], DIVIDE_LEFT)); in Reweight()
99 Divide(Weight::One(), potential[state], DIVIDE_RIGHT), in Reweight()
106 fst->SetFinal(state, Times(Divide(Weight::One(), potential[state], in Reweight()
114 Divide(Weight::One(), potential[fst->Start()], DIVIDE_RIGHT); in Reweight()
Dproduct-weight.h185 inline ProductWeight<W1, W2> Divide(const ProductWeight<W1, W2> &w,
188 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
189 Divide(w.Value2(), v.Value2(), typ));
Dfloat-weight.h168 inline TropicalWeight Divide(const TropicalWeight &w1,
241 inline LogWeight Divide(const LogWeight &w1,
Dstring-weight.h432 Divide(const StringWeight<L, S> &w1, in Divide() function
457 Divide(const StringWeight<L, STRING_RIGHT> &w1, in Divide() function
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, in Divide() function
Ddeterminize.h364 dest_element.weight = Divide(dest_element.weight, arc.weight, in AddArc()
/external/grub/
DTODO96 ? Divide pxegrub into two parts, so the initial image doesn't exceed
/external/grub/docs/
Dkernel.c.texi191 /* @r{Divide UD by DIVISOR until UD == 0.} */
Dmultiboot.info1461 /* Divide UD by DIVISOR until UD == 0. */
/external/webkit/WebCore/platform/mac/
DKeyEventMac.mm464 // VK_DIVIDE (6F) Divide key
644 // VK_DIVIDE (6F) Divide key
/external/webkit/WebKit/chromium/src/mac/
DWebInputEventFactory.mm194 // VK_DIVIDE (6F) Divide key
382 // VK_DIVIDE (6F) Divide key
/external/chromium/third_party/icu/patches/
Dsegmentation.patch.txt450 - * <p>Divide up a range of known dictionary characters.</p>
451 + * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
459 - * <p>Divide up a range of known dictionary characters.</p>
460 + * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
523 + * <p>Divide up a range of known dictionary characters handled by this break engine.</p>
/external/dropbear/libtomcrypt/
Dcrypt.tex6175 /** Divide an integer
/external/webkit/WebKitTools/
DChangeLog10220 Divide the commit queue class into three class to make creating
/external/webkit/JavaScriptCore/
DChangeLog-2009-06-1611245 (WTF::randomNumber): Divide by the maximum representable value, which
/external/sqlite/dist/
Dsqlite3.c.orig19879 /* 89 */ "Divide",
53639 /* Opcode: Divide P1 P2 P3 * *
53641 ** Divide the value in register P1 by the value in register P2
/external/webkit/WebCore/
DChangeLog-2009-06-1681243 (WebInspector.ElementsPanel.prototype.performSearch): Divide the
93290 …Bug 19964: Divide by zero crash in RenderBox::calculateBackgroundSize with 0,0 bmp background image
DChangeLog-2007-10-1449887 Divide large text blocks (>64kB) over multiple text nodes. This limits linebox searches to
DChangeLog-2008-08-1036769 (WebCore::Length::calcValue): Divide by 100.