Home
last modified time | relevance | path

Searched defs:Divide (Results 1 – 23 of 23) sorted by relevance

/external/pigweed/pw_result/
Dresult_test.cc56 Result<float> Divide(float a, float b) { in Divide() function
63 TEST(Divide, ReturnOk) { in TEST() argument
69 TEST(Divide, ReturnNotOk) { in TEST() argument
/external/pigweed/pw_result/size_report/
Dresult_noinline.cc19 PW_NO_INLINE pw::Result<float> Divide(float a, float b) { in Divide() function
Dresult_simple.cc18 pw::Result<float> Divide(float a, float b) { in Divide() function
Dpointer_simple.cc18 pw::Status Divide(float a, float b, float* out) { in Divide() function
Dpointer_noinline.cc19 PW_NO_INLINE pw::Status Divide(float a, float b, float* out) { in Divide() function
/external/angle/src/tests/compiler_tests/
DConstantFoldingOverflow_test.cpp61 TEST_F(ConstantFoldingOverflowExpressionTest, Divide) in TEST_F() argument
/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
/external/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp142 std::unique_ptr<CBC_ReedSolomonGF256Poly> CBC_ReedSolomonGF256Poly::Divide( in Divide() function in CBC_ReedSolomonGF256Poly
/external/llvm/unittests/Support/
DBlockFrequencyTest.cpp97 TEST(BlockFrequency, Divide) { in TEST() argument
/external/llvm-project/llvm/unittests/Support/
DBlockFrequencyTest.cpp96 TEST(BlockFrequency, Divide) { in TEST() argument
/external/llvm-project/flang/lib/Evaluate/
Dcomplex.cpp47 ValueWithRealFlags<Complex<R>> Complex<R>::Divide( in Divide() function in Fortran::evaluate::value::Complex
Dreal.cpp197 ValueWithRealFlags<Real<W, P>> Real<W, P>::Divide( in Divide() function in Fortran::evaluate::value::Real
/external/llvm-project/llvm/unittests/CodeGen/
DLowLevelTypeTest.cpp241 TEST(LowLevelTypeTest, Divide) { in TEST() argument
/external/webrtc/rtc_base/numerics/
Dsamples_stats_counter_unittest.cc192 TEST(SamplesStatsCounterTest, Divide) { in TEST() argument
/external/XNNPACK/test/
Dbinary-elementwise-operator-tester.h32 Divide, enumerator
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc985 Status InferenceContext::Divide(DimensionHandle dividend, in Divide() function in tensorflow::shape_inference::InferenceContext
Dshape_inference_test.cc1295 TEST_F(ShapeInferenceTest, Divide) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h134 Divide, // ?K # operator/ enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h134 Divide, // ?K # operator/ enumerator
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1876 def Divide(a, b): function
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp448 isl::aff Divide = Var.div(isl::aff(LArraySpace, DimSizeVal)); in wrapConstantDimensions() local
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1662 struct Divide : public IntrinsicBinary { struct
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp8174 SDValue Divide = DAG.getNode(DivOpc, dl, VT, Dividend, Divisor); in expandREM() local