Home
last modified time | relevance | path

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

12345678

/external/pigweed/pw_result/
Dresult_test.cc56 Result<float> Divide(float a, float b) { in Divide() function
63 TEST(Divide, ReturnOk) { in TEST() argument
64 Result<float> res = Divide(10, 5); in TEST()
69 TEST(Divide, ReturnNotOk) { in TEST() argument
70 Result<float> res = Divide(10, 0); in TEST()
/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 …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner_test.cc777 op::AllReduce(op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
779 op::AllReduce(op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
830 op::Divide(op::Constant(), op::Constant()), op::Convert())))); in TEST_F()
1087 op::Divide(op::Constant(), op::Constant()), in TEST_F()
1088 op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
1091 op::Divide(op::Constant(), op::Constant()), in TEST_F()
1092 op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
1136 op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
1137 op::Add(op::Divide(op::Constant(), op::Constant()), in TEST_F()
1208 op::AllReduce(op::Subtract(op::Divide(op::Constant(), op::Constant()), in TEST_F()
[all …]
Dlogistic_expander_test.cc96 GmockMatch(m::Divide( in TEST_F()
Ddefuser_test.cc147 op::Add(op::Constant(), op::Divide())); in TEST_F()
187 op::Add(op::Constant(), op::Divide())); in TEST_F()
/external/llvm-project/flang/lib/Evaluate/
Dcomplex.cpp47 ValueWithRealFlags<Complex<R>> Complex<R>::Divide( in Divide() function in Fortran::evaluate::value::Complex
57 scale = that.im_.Divide(that.re_, rounding).AccumulateFlags(flags); in Divide()
59 scale = that.re_.Divide(that.im_, rounding).AccumulateFlags(flags); in Divide()
79 Part re{re1.Divide(den, rounding).AccumulateFlags(flags)}; in Divide()
80 Part im{im1.Divide(den, rounding).AccumulateFlags(flags)}; in Divide()
Dint-power.h37 result.value = result.value.Divide(squares, rounding)
/external/pigweed/pw_result/size_report/
Dresult_simple.cc18 pw::Result<float> Divide(float a, float b) { in Divide() function
28 if (pw::Result result = Divide(*unoptimizable, *unoptimizable); result.ok()) { in main()
Dresult_noinline.cc19 PW_NO_INLINE pw::Result<float> Divide(float a, float b) { in Divide() function
29 if (pw::Result result = Divide(*unoptimizable, *unoptimizable); result.ok()) { in main()
Dpointer_simple.cc18 pw::Status Divide(float a, float b, float* out) { in Divide() function
30 if (Divide(*unoptimizable, *unoptimizable, &f).ok()) { in main()
Dpointer_noinline.cc19 PW_NO_INLINE pw::Status Divide(float a, float b, float* out) { in Divide() function
31 if (Divide(*unoptimizable, *unoptimizable, &f).ok()) { in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64Schedule.td33 def WriteID32 : SchedWrite; // 32-bit Divide
34 def WriteID64 : SchedWrite; // 64-bit Divide
35 def ReadID : SchedRead; // 32/64-bit Divide
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64Schedule.td33 def WriteID32 : SchedWrite; // 32-bit Divide
34 def WriteID64 : SchedWrite; // 64-bit Divide
35 def ReadID : SchedRead; // 32/64-bit Divide
/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/llvm-project/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-project/flang/lib/Common/
DFortran.cpp20 case NumericOperator::Divide: in AsFortran()
/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()
/external/tensorflow/tensorflow/core/tpu/ops/
Dtpu_partitioned_output_op.cc47 c->Divide(c->Dim(input, partition_dim), num_splits, in __anon4952381a0102()
/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 __anon74d2595d0102()
95 ctx->Divide(num_frames, frame_stride, false, &num_frames)); in __anon74d2595d0102()
/external/llvm-project/flang/include/flang/Common/
DFortran.h35 ENUM_CLASS(NumericOperator, Power, Multiply, Divide, Add, Subtract)
/external/llvm-project/flang/include/flang/Evaluate/
Dexpression.h295 template <typename A> struct Divide : public Operation<Divide<A>, A, A, A> { struct
298 using Base = Operation<Divide, A, A, A>; argument
511 Add<Result>, Subtract<Result>, Multiply<Result>, Divide<Result>,
546 Divide<Result>, Power<Result>, RealToIntPower<Result>, Extremum<Result>>;
563 Multiply<Result>, Divide<Result>, Power<Result>, RealToIntPower<Result>,

12345678