HomeSort by relevance Sort by last modified time
    Searched refs:Divide (Results 1 - 18 of 18) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate]),
75 arc.weight = Divide(Times(potential[state], arc.weight),
82 Divide(fst->Final(state), potential[state], DIVIDE_LEFT));
99 Divide(Weight::One(), potential[state], DIVIDE_RIGHT),
106 fst->SetFinal(state, Times(Divide(Weight::One(), potential[state],
114 Divide(Weight::One(), potential[fst->Start()], DIVIDE_RIGHT);
product-weight.h 185 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));
float-weight.h 168 inline TropicalWeight Divide(const TropicalWeight &w1,
241 inline LogWeight Divide(const LogWeight &w1,
string-weight.h 432 Divide(const StringWeight<L, S> &w1,
437 LOG(FATAL) << "StringWeight::Divide: only left division is defined "
457 Divide(const StringWeight<L, STRING_RIGHT> &w1,
462 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1,
487 LOG(FATAL) << "StringWeight::Divide: only right division is defined "
determinize.h 362 dest_element.weight = Divide(dest_element.weight, arc.weight,
  /external/chromium_org/v8/test/mjsunit/
math-floor-negative.js 32 // Divide by 10 to avoid overflow when smi-tagging at the end.
43 // Divide by 10 to avoid overflow when smi-tagging at the end.
  /external/llvm/test/Object/
coff-archive.test 35 CHECKIDX: ?Divide@MyMathFuncs@MathFuncs@@SANNN@Z in Debug\mymath.obj
170 CHECKIDX: 00000000 T ?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
200 CHECKIDX: 00000000 t __unwindfunclet$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z$0
201 CHECKIDX: 00000000 r __unwindtable$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
205 CHECKIDX: 00000008 r __ehfuncinfo$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
206 CHECKIDX: 0000000e t __ehhandler$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 82 TEST(BlockFrequency, Divide) {
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
xdflong.asm 127 idt0: idesc64 isrL, 0x0008, 0 ; 0x00, 0 #DE, Divide Error
166 zero: dw isrR, 0 ; 0x00, 0 #DE, Divide Error
xdfprotect.asm 101 idt0: idesc32 isrP, 0x0008, 0 ; 0x00, 0 #DE, Divide Error
139 dw isrR, 0 ; 0x00, 0 #DE, Divide Error
  /external/chromium_org/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 95 void Divide(double value) {
  /external/oprofile/events/i386/atom/
unit_masks 30 0x01 s Divide operations executed
31 0x81 ar Divide operations retired
events 21 event:0x13 counters:0,1 um:div minimum:6000 name:DIV : Divide operations
  /external/valgrind/main/exp-bbv/tests/arm-linux/
ll.S 205 movs r3,r3,lsr #20 @ divide by 1024*1024 to get M
336 lsrs r3,r2,#1 @ divide by 2
385 bl divide @ Q=r7,$0, R=r8,$1
388 adds r3,r7,#0 @ move Q in for next divide, update flags
402 @ Divide - because ARM has no hardware int divide
409 divide: label
  /external/oprofile/events/x86-64/family10/
unit_masks 245 0x04 Single precision divide/square root ops
248 0x20 Double precision divide/square root ops
362 0x04 Divide ops
  /art/compiler/utils/
assembler_thumb_test.cc 975 TEST(Thumb2AssemblerTest, Divide) {
988 dump(managed_code, "Divide");
    [all...]
  /external/bison/
maint.mk 528 # Divide into two sets on case, and filter each through this:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msctf.h     [all...]

Completed in 1235 milliseconds