Home
last modified time | relevance | path

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

/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/pdfium/fxbarcode/common/reedsolomon/
DBC_ReedSolomonGF256Poly.cpp201 std::unique_ptr<CBC_ReedSolomonGF256Poly> CBC_ReedSolomonGF256Poly::Divide( in Divide() function in CBC_ReedSolomonGF256Poly
/external/v8/src/builtins/
Dbuiltins-number-gen.cc823 TF_BUILTIN(Divide, NumberBuiltinsAssembler) { in TF_BUILTIN() argument
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.cc1012 Status InferenceContext::Divide(DimensionHandle dividend, in Divide() function in tensorflow::shape_inference::InferenceContext
Dshape_inference_test.cc1289 TEST_F(ShapeInferenceTest, Divide) { in TEST_F() argument
/external/tensorflow/tensorflow/python/framework/
Dfunction_test.py1806 def Divide(a, b): function
/external/v8/src/objects/
Dbigint.cc473 MaybeHandle<BigInt> BigInt::Divide(Isolate* isolate, Handle<BigInt> x, in Divide() function in v8::internal::BigInt