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

1 2

  /external/pdfium/xfa/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.h 36 CFX_ArrayTemplate<CBC_ReedSolomonGF256Poly*>* Divide(
BC_ReedSolomon.cpp 88 infoTemp->Divide(generator, e));
BC_ReedSolomonGF256Poly.cpp 211 CFX_ArrayTemplate<CBC_ReedSolomonGF256Poly*>* CBC_ReedSolomonGF256Poly::Divide(
  /external/llvm/test/Object/
coff-archive.test 35 CHECKIDX: ?Divide@MyMathFuncs@MathFuncs@@SANNN@Z in Debug\mymath.obj
189 CHECKIDX: 00000000 T ?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
219 CHECKIDX: 00000000 t __unwindfunclet$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z$0
220 CHECKIDX: 00000000 r __unwindtable$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
224 CHECKIDX: 00000008 r __ehfuncinfo$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
225 CHECKIDX: 0000000e t __ehhandler$?Divide@MyMathFuncs@MathFuncs@@SANNN@Z
  /external/libmpeg2/common/arm/
icv_variance_a9.s 117 @ Divide by 32 * 32
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
IgdOMOBF.ASL 438 Store(Divide(Multiply(Arg1, 255), 100), BCLP) // Convert from percent to 0-255.
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
Cpu0Tst.asl 157 Store(Divide(Multiply(Local2, Subtract(8, Local3)), 8),
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 97 TEST(BlockFrequency, Divide) {
  /external/pdfium/xfa/fgas/localization/
fgas_locale.h 138 CFX_Decimal Divide(const CFX_Decimal& val) const;
  /external/v8/src/runtime/
runtime-operators.cc 26 RETURN_RESULT_OR_FAILURE(isolate, Object::Divide(isolate, lhs, rhs));
runtime.h 433 F(Divide, 2, 1) \
    [all...]
  /external/v8/src/
code-factory.h 106 static Callable Divide(Isolate* isolate);
code-factory.cc 227 TFS_BUILTIN(Divide)
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
tables.go     [all...]
  /external/pdfium/xfa/fxfa/fm2js/
xfa_fm2jscontext.cpp 150 {0xd64d470d, /*L"hArr",*/ 8660}, {0xd67d9c75, /*L"divide",*/ 247},
199 {245, L"otilde"}, {246, L"ouml"}, {247, L"divide"},
    [all...]
  /external/v8/src/compiler/
js-operator.h 607 const Operator* Divide();
  /external/valgrind/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
  /prebuilts/go/darwin-x86/src/testing/quick/
quick.go 152 // Divide sizeLeft evenly among the struct fields.
  /prebuilts/go/linux-x86/src/testing/quick/
quick.go 152 // Divide sizeLeft evenly among the struct fields.
  /prebuilts/go/darwin-x86/src/net/rpc/
server.go 75 func (t *Arith) Divide(args *Args, quo *Quotient) error {
77 return errors.New("divide by zero")
96 "Arith.Divide". To invoke one, a client first dials the server:
118 divCall := client.Go("Arith.Divide", args, quotient, nil)
  /prebuilts/go/linux-x86/src/net/rpc/
server.go 75 func (t *Arith) Divide(args *Args, quo *Quotient) error {
77 return errors.New("divide by zero")
96 "Arith.Divide". To invoke one, a client first dials the server:
118 divCall := client.Go("Arith.Divide", args, quotient, nil)
  /device/linaro/bootloader/edk2/DuetPkg/BootSector/
efi32.asm 535 Int0String db "00h Divide by 0 -",0
  /external/protobuf/js/binary/
arith.js 221 * Divide a 64-bit number by a 32-bit number to produce a
320 * N.B. that multiply and divide routines are *NOT* supported. They will throw
  /external/v8/src/builtins/
builtins.h     [all...]

Completed in 672 milliseconds

1 2