Home
last modified time | relevance | path

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

12

/external/chromium-trace/catapult/dashboard/dashboard/
Dttest.py96 return math_utils.Divide(
130 df = math_utils.Divide(
132 math_utils.Divide(stats1.var ** 2,
134 math_utils.Divide(stats2.var ** 2,
Dmath_utils_test.py63 self.assertTrue(math.isnan(math_utils.Divide(1, 0)))
66 self.assertEqual(1.5, math_utils.Divide(3, 2))
Dmath_utils.py43 def Divide(a, b): function
Dfind_step.py58 return [math_utils.Divide(x, stddev) for x in zeroed]
/external/llvm/test/Object/
Dcoff-archive.test35 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/llvm/lib/Target/AArch64/
DAArch64Schedule.td34 def WriteID32 : SchedWrite; // 32-bit Divide
35 def WriteID64 : SchedWrite; // 64-bit Divide
36 def ReadID : SchedRead; // 32/64-bit Divide
DAArch64SchedCyclone.td199 // 7.8.7. Divide
543 // 7.9.6 Divide and Square Root
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.h28 CFX_PtrArray* Divide(CBC_ReedSolomonGF256Poly* other, int32_t& e);
DBC_ReedSolomon.cpp80 CFX_PtrArray* pa = infoTemp->Divide(generator, e); in Encode()
DBC_ReedSolomonGF256Poly.cpp213 CFX_PtrArray* CBC_ReedSolomonGF256Poly::Divide(CBC_ReedSolomonGF256Poly* other, in Divide() function in CBC_ReedSolomonGF256Poly
/external/v8/test/unittests/compiler/
Dtyper-unittest.cc267 TestBinaryArithOp(javascript_.Divide(LanguageMode::SLOPPY, hints_), in TEST_F()
269 TestBinaryArithOp(javascript_.Divide(LanguageMode::STRONG, hints_), in TEST_F()
415 TEST_BINARY_MONOTONICITY(Divide)
/external/v8/src/runtime/
Druntime-operators.cc43 Object::Divide(isolate, lhs, rhs)); in RUNTIME_FUNCTION()
55 isolate, result, Object::Divide(isolate, lhs, rhs, Strength::STRONG)); in RUNTIME_FUNCTION()
/external/llvm/unittests/Support/
DBlockFrequencyTest.cpp97 TEST(BlockFrequency, Divide) { in TEST() argument
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/
Dpy_svm_opencv.markdown37 gradient is quantized to 16 integer values. Divide this image to four sub-squares. For each
50 # Divide to 4 sub-squares
/external/libmpeg2/common/arm/
Dicv_variance_a9.s117 @ Divide by 32 * 32
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInteger.td24 // Divide and remainder trap on a zero denominator.
/external/pdfium/xfa/src/fgas/include/
Dfx_locale.h196 CFX_Decimal Divide(const CFX_Decimal& val) const;
/external/chromium-trace/catapult/third_party/flot/
DCONTRIBUTING.md32 2. Divide larger changes into a series of small, logical commits with
/external/libdrm/intel/tests/
Dgen6-3d.batch-ref.txt88 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
211 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
408 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
478 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
678 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
748 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
948 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
Dgen7-3d.batch-ref.txt114 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
/external/v8/test/cctest/compiler/
Dtest-js-typed-lowering.cc289 R.javascript.Divide(language_mode, R.hints), in TEST_WITH_STRONG()
925 R.javascript.Divide(language_mode, R.hints), in TEST_WITH_STRONG()
957 R.javascript.Divide(LanguageMode::SLOPPY, R.hints), in TEST()
987 R.javascript.Divide(LanguageMode::SLOPPY, R.hints), in TEST()
/external/llvm/lib/Target/PowerPC/
DPPCSchedule440.td72 // continue to execute in IEXE2 and IWB. Divide resides in IWB for
92 // have a 5-cycle latency. Divide takes longer (30 cycles). Instructions that
/external/v8/src/compiler/
Djs-operator.h499 const Operator* Divide(LanguageMode language_mode,
/external/valgrind/exp-bbv/tests/arm-linux/
Dll.S402 @ Divide - because ARM has no hardware int divide
/external/llvm/lib/Target/ARM/
DARMScheduleSwift.td302 // 4.2.18 Integer Divide
1025 // 4.2.44 VFP, Divide and Square Root

12