Home
last modified time | relevance | path

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

12345

/external/XNNPACK/test/
Ddivide-nd.cc20 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
29 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
40 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
54 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
69 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
85 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
100 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
116 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
136 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
153 .operation_type(BinaryElementwiseOperatorTester::OperationType::Divide)
[all …]
Dbinary-elementwise-operator-tester.h29 Divide, enumerator
122 case OperationType::Divide: in Compute()
223 case OperationType::Divide: in TestF32()
271 case OperationType::Divide: in TestF32()
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner_test.cc771 op::AllReduce(op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
773 op::AllReduce(op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
823 op::Divide(op::Constant(), op::Constant()), op::Convert())))); in TEST_F()
1076 op::Divide(op::Constant(), op::Constant()), in TEST_F()
1077 op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
1080 op::Divide(op::Constant(), op::Constant()), in TEST_F()
1081 op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
1124 op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
1125 op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
1195 op::AllReduce(op::Subtract(op::Divide(op::Constant(), op::Constant()), in TEST_F()
[all …]
Ddefuser_test.cc147 op::Add(op::Constant(), op::Divide())); in TEST_F()
187 op::Add(op::Constant(), op::Divide())); in TEST_F()
Dalgebraic_simplifier.cc1027 CHECK(Match(divide, m::Divide(m::Op(&a), m::Op(&b)))); in TryDivideToShift()
1082 CHECK(Match(divide, m::Divide(m::Op(&a), m::Op(&b)))); in HandleDivide()
1145 if (Match(divide, m::Divide(m::Exp(m::Op(&a)), m::Exp(m::Op(&b))) in HandleDivide()
1155 if (Match(divide, m::Divide(m::Op(&a), m::Exp(m::Op(&b))))) { in HandleDivide()
1167 if (Match(divide, m::Divide(m::Op(&a), m::Power(m::Op(&b), m::Op(&c))))) { in HandleDivide()
1185 if (Match(divide, m::Divide(m::Op(&a), m::Sqrt(m::Op(&b))))) { in HandleDivide()
1194 if (Match(divide, m::Divide(m::Op(&a), m::Rsqrt(m::Op(&b))))) { in HandleDivide()
1211 if (Match(divide, m::Divide(m::NonConstant(&a), m::Op(&b))) && in HandleDivide()
1249 if (Match(divide, m::Divide(m::Divide(m::Op(&a), m::Op(&b)), in HandleDivide()
1250 m::Divide(m::Op(&c), m::Op(&d))))) { in HandleDivide()
[all …]
/external/v8/src/base/
Doverflowing-math.h69 inline T Divide(T x, T y) { in Divide() function
78 inline float Recip(float a) { return Divide(1.0f, a); } in Recip()
/external/swiftshader/third_party/llvm-7.0/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/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
/external/swiftshader/third_party/llvm-7.0/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
/external/angle/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp61 TEST_F(ConstantFoldingOverflowExpressionTest, Divide) in TEST_F() argument
/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.h34 std::unique_ptr<CBC_ReedSolomonGF256Poly> Divide(
DBC_ReedSolomon.cpp80 auto remainder = infoTemp->Divide(generator); in Encode()
DBC_ReedSolomonGF256Poly.cpp142 std::unique_ptr<CBC_ReedSolomonGF256Poly> CBC_ReedSolomonGF256Poly::Divide( in Divide() function in CBC_ReedSolomonGF256Poly
/external/tensorflow/tensorflow/core/framework/
Dshape_inference_test.cc1295 TEST_F(ShapeInferenceTest, Divide) { in TEST_F() argument
1310 EXPECT_TRUE(c.Divide(d_unknown, 2, evenly_divisible, &out).ok()); in TEST_F()
1315 EXPECT_TRUE(c.Divide(d_unknown, 1, evenly_divisible, &out).ok()); in TEST_F()
1317 EXPECT_TRUE(c.Divide(d_6, 1, evenly_divisible, &out).ok()); in TEST_F()
1319 EXPECT_TRUE(c.Divide(d_unknown, d_1, evenly_divisible, &out).ok()); in TEST_F()
1321 EXPECT_TRUE(c.Divide(d_6, d_1, evenly_divisible, &out).ok()); in TEST_F()
1324 EXPECT_TRUE(c.Divide(d_6, 2, evenly_divisible, &out).ok()); in TEST_F()
1326 EXPECT_TRUE(c.Divide(d_6, d_2, evenly_divisible, &out).ok()); in TEST_F()
1329 EXPECT_CONTAINS(c.Divide(d_6, 5, evenly_divisible, &out).error_message(), in TEST_F()
1332 EXPECT_CONTAINS(c.Divide(d_6, 0, evenly_divisible, &out).error_message(), in TEST_F()
[all …]
/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/
Daudio_microfrontend_op.cc93 ctx->Divide(num_frames, window_step, false, &num_frames)); in __anon46b04b010102()
95 ctx->Divide(num_frames, frame_stride, false, &num_frames)); in __anon46b04b010102()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DBlockFrequencyTest.cpp97 TEST(BlockFrequency, Divide) { in TEST() argument
/external/llvm/unittests/Support/
DBlockFrequencyTest.cpp97 TEST(BlockFrequency, Divide) { in TEST() argument
/external/tensorflow/tensorflow/core/ops/
Drnn_ops.cc192 c->Divide(c->Dim(b, 0), 4, true /* evenly_divisible */, &cell_size)); in __anon95c2132c0502()
231 c->Divide(c->Dim(b, 0), 4, true /* evenly_divisible */, &cell_size)); in __anon95c2132c0602()
/external/libmpeg2/common/arm/
Dicv_variance_a9.s117 @ Divide by 32 * 32
/external/u-boot/doc/device-tree-bindings/exynos/
Ddwmmc.txt35 . DIVRATIO: Clock Divide ratio select.
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dmulti_output_fusion_test.cc258 op::Tuple(op::Multiply(), op::Divide())); in TEST_F()
303 op::Tuple(op::Multiply(), op::Divide())); in TEST_F()
/external/catch2/docs/
Dwhy-catch.md19 * Divide test cases into sections, each of which is run in isolation (eliminates the need for fixtu…
/external/v8/src/runtime/
Druntime-bigint.cc125 result = BigInt::Divide(isolate, left, right); in RUNTIME_FUNCTION()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlower-complex.mlir175 // Divide the numerator by the real valued denominator.
214 // Divide the numerator by the real valued denominator.
253 // Divide the numerator by the real valued denominator.

12345