HomeSort by relevance Sort by last modified time
    Searched refs:Divide (Results 1 - 10 of 10) 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 364 dest_element.weight = Divide(dest_element.weight, arc.weight,
  /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
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 212 milliseconds