Searched defs:Multiply (Results 1 - 14 of 14) sorted by relevance

/external/v8/src/
H A Ddiy-fp.cc12 void DiyFp::Multiply(const DiyFp& other) { function in class:v8::internal::DiyFp
H A Dfixed-dtoa.cc25 void Multiply(uint32_t multiplicand) { function in class:v8::internal::UInt128
257 fractionals128.Multiply(5);
H A Dcode-factory.cc233 Callable CodeFactory::Multiply(Isolate* isolate) { function in class:v8::internal::CodeFactory
H A Dobjects.cc435 MaybeHandle<Object> Object::Multiply(Isolate* isolate, Handle<Object> lhs, function in class:v8::internal::Object
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
H A DBC_ReedSolomonGF256.cpp119 int32_t CBC_ReedSolomonGF256::Multiply(int32_t a, int32_t b) { function in class:CBC_ReedSolomonGF256
H A DBC_ReedSolomonGF256Poly.cpp90 result = CBC_ReedSolomonGF256::AddOrSubtract(m_field->Multiply(a, result),
138 CBC_ReedSolomonGF256Poly* CBC_ReedSolomonGF256Poly::Multiply( function in class:CBC_ReedSolomonGF256Poly
159 m_field->Multiply(aCoeff, other->GetCoefficients()->operator[](j)));
167 CBC_ReedSolomonGF256Poly* CBC_ReedSolomonGF256Poly::Multiply(int32_t scalar, function in class:CBC_ReedSolomonGF256Poly
182 product[i] = m_field->Multiply(m_coefficients[i], scalar);
206 product[i] = (m_field->Multiply(m_coefficients[i], coefficient));
232 m_field->Multiply(remainder->GetCoefficients((remainder->GetDegree())),
/external/webrtc/webrtc/base/
H A Dbind_unittest.cc36 int Multiply(int a, int b) const { ++call_count; return a * b; } function in struct:rtc::__anon21231::MethodBindTester
68 int Multiply(int a, int b) { return a * b; } function in namespace:rtc::__anon21231
150 EXPECT_EQ(56, Bind(&MethodBindTester::Multiply, &object, 7, 8)());
157 EXPECT_EQ(56, Bind(&Multiply, 8, 7)());
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
H A Dcommon.py139 class Multiply(pipeline.Pipeline): class in inherits:pipeline.Pipeline
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_util.cpp362 CFX_Matrix_3by3 CFX_Matrix_3by3::Multiply(const CFX_Matrix_3by3& m) { function in class:CFX_Matrix_3by3
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dmatrix.h50 // Transpose, Multiply on different-sized matrices) must make temporary copies
265 Matrix& Multiply(const Matrix& lhs, const Matrix& rhs) { function in class:webrtc::Matrix
270 return Multiply(lhs.elements(), rhs.num_rows_, rhs.elements());
273 Matrix& Multiply(const Matrix& rhs) { function in class:webrtc::Matrix
278 return Multiply(scratch_elements(), rhs.num_rows_, rhs.elements());
336 // Helpers for Transpose and Multiply operations that unify in-place and
348 Matrix& Multiply(const T* const* lhs, function in class:webrtc::Matrix
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp190 return Multiply(x, x); // expected-error {{neither visible in the template definition nor found by argument-dependent lookup}}
193 int Multiply(int x, int y) { // expected-note {{should be declared prior to the call site}} function in namespace:PR10053::my_file
/external/v8/src/compiler/
H A Djs-operator.cc533 const Operator* JSOperatorBuilder::Multiply(BinaryOperationHints hints) { function in class:v8::internal::compiler::JSOperatorBuilder
/external/pdfium/xfa/src/fgas/src/localization/
H A Dfx_locale.cpp5028 CFX_Decimal CFX_Decimal::Multiply(const CFX_Decimal& val) const { function in class:CFX_Decimal
5120 return Multiply(val);
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...

Completed in 689 milliseconds