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

1 2

  /external/chromium-trace/catapult/dashboard/dashboard/
ttest.py 96 return math_utils.Divide(
130 df = math_utils.Divide(
132 math_utils.Divide(stats1.var ** 2,
134 math_utils.Divide(stats2.var ** 2,
math_utils.py 43 def Divide(a, b):
math_utils_test.py 63 self.assertTrue(math.isnan(math_utils.Divide(1, 0)))
66 self.assertEqual(1.5, math_utils.Divide(3, 2))
find_step.py 58 return [math_utils.Divide(x, stddev) for x in zeroed]
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256Poly.h 28 CFX_PtrArray* Divide(CBC_ReedSolomonGF256Poly* other, int32_t& e);
BC_ReedSolomon.cpp 80 CFX_PtrArray* pa = infoTemp->Divide(generator, e);
BC_ReedSolomonGF256Poly.cpp 213 CFX_PtrArray* CBC_ReedSolomonGF256Poly::Divide(CBC_ReedSolomonGF256Poly* other,
  /external/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
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
  /external/llvm/unittests/Support/
BlockFrequencyTest.cpp 97 TEST(BlockFrequency, Divide) {
  /external/v8/test/unittests/compiler/
typer-unittest.cc 258 TestBinaryArithOp(javascript_.Divide(hints_), std::divides<double>());
372 TEST_BINARY_MONOTONICITY(Divide)
  /external/pdfium/xfa/src/fgas/include/
fx_locale.h 196 CFX_Decimal Divide(const CFX_Decimal& val) const;
  /external/v8/src/
code-factory.h 86 static Callable Divide(Isolate* isolate);
code-factory.cc 239 Callable CodeFactory::Divide(Isolate* isolate) {
code-stubs.h 108 V(Divide) \
734 DEFINE_TURBOFAN_BINARY_OP_CODE_STUB(Divide, TurboFanCodeStub);
    [all...]
  /external/v8/src/runtime/
runtime-operators.cc 26 RETURN_RESULT_OR_FAILURE(isolate, Object::Divide(isolate, lhs, rhs));
runtime.h 435 F(Divide, 2, 1) \
    [all...]
  /external/v8/src/compiler/
js-operator.h 405 const Operator* Divide(BinaryOperationHints hints);
js-operator.cc 542 const Operator* JSOperatorBuilder::Divide(BinaryOperationHints hints) {
    [all...]
js-generic-lowering.cc 68 REPLACE_STUB_CALL(Divide)
  /external/v8/test/cctest/compiler/
test-js-typed-lowering.cc 262 R.javascript.Divide(R.binop_hints), R.simplified.NumberDivide(),
899 R.javascript.Divide(R.binop_hints),
929 R.javascript.Divide(R.binop_hints), R.simplified.NumberDivide(),
955 R.javascript.Divide(R.binop_hints), R.simplified.NumberDivide(),
    [all...]
  /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
  /external/opencv3/modules/core/perf/opencl/
perf_arithm.cpp 184 OCL_PERF_TEST_P(DivFixture, Divide,
196 OCL_TEST_CYCLE() cv::divide(src1, src2, dst);
    [all...]
  /external/chromium-trace/catapult/third_party/flot/
excanvas.js 883 // Divide the shape into chunks if it's too long because IE has a limit
    [all...]

Completed in 1068 milliseconds

1 2