/external/chromium-trace/catapult/dashboard/dashboard/ |
D | 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,
|
D | math_utils_test.py | 63 self.assertTrue(math.isnan(math_utils.Divide(1, 0))) 66 self.assertEqual(1.5, math_utils.Divide(3, 2))
|
D | math_utils.py | 43 def Divide(a, b): function
|
D | find_step.py | 58 return [math_utils.Divide(x, stddev) for x in zeroed]
|
/external/llvm/test/Object/ |
D | 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/llvm/lib/Target/AArch64/ |
D | AArch64Schedule.td | 34 def WriteID32 : SchedWrite; // 32-bit Divide 35 def WriteID64 : SchedWrite; // 64-bit Divide 36 def ReadID : SchedRead; // 32/64-bit Divide
|
D | AArch64SchedCyclone.td | 199 // 7.8.7. Divide 543 // 7.9.6 Divide and Square Root
|
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/ |
D | BC_ReedSolomonGF256Poly.h | 28 CFX_PtrArray* Divide(CBC_ReedSolomonGF256Poly* other, int32_t& e);
|
D | BC_ReedSolomon.cpp | 80 CFX_PtrArray* pa = infoTemp->Divide(generator, e); in Encode()
|
D | BC_ReedSolomonGF256Poly.cpp | 213 CFX_PtrArray* CBC_ReedSolomonGF256Poly::Divide(CBC_ReedSolomonGF256Poly* other, in Divide() function in CBC_ReedSolomonGF256Poly
|
/external/v8/test/unittests/compiler/ |
D | typer-unittest.cc | 267 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/ |
D | runtime-operators.cc | 43 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/ |
D | BlockFrequencyTest.cpp | 97 TEST(BlockFrequency, Divide) { in TEST() argument
|
/external/opencv3/doc/py_tutorials/py_ml/py_svm/py_svm_opencv/ |
D | py_svm_opencv.markdown | 37 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/ |
D | icv_variance_a9.s | 117 @ Divide by 32 * 32
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInteger.td | 24 // Divide and remainder trap on a zero denominator.
|
/external/pdfium/xfa/src/fgas/include/ |
D | fx_locale.h | 196 CFX_Decimal Divide(const CFX_Decimal& val) const;
|
/external/chromium-trace/catapult/third_party/flot/ |
D | CONTRIBUTING.md | 32 2. Divide larger changes into a series of small, logical commits with
|
/external/libdrm/intel/tests/ |
D | gen6-3d.batch-ref.txt | 88 …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…
|
D | gen7-3d.batch-ref.txt | 114 …Viewport Z test enable, Guardband test disable, Clip mode 0, Perspective Divide enable, Non-Perspe…
|
/external/v8/test/cctest/compiler/ |
D | test-js-typed-lowering.cc | 289 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/ |
D | PPCSchedule440.td | 72 // 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/ |
D | js-operator.h | 499 const Operator* Divide(LanguageMode language_mode,
|
/external/valgrind/exp-bbv/tests/arm-linux/ |
D | ll.S | 402 @ Divide - because ARM has no hardware int divide
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleSwift.td | 302 // 4.2.18 Integer Divide 1025 // 4.2.44 VFP, Divide and Square Root
|