/external/v8/src/ |
H A D | diy-fp.cc | 12 void DiyFp::Multiply(const DiyFp& other) { function in class:v8::internal::DiyFp
|
H A D | fixed-dtoa.cc | 25 void Multiply(uint32_t multiplicand) { function in class:v8::internal::UInt128 257 fractionals128.Multiply(5);
|
H A D | code-factory.cc | 233 Callable CodeFactory::Multiply(Isolate* isolate) { function in class:v8::internal::CodeFactory
|
H A D | objects.cc | 435 MaybeHandle<Object> Object::Multiply(Isolate* isolate, Handle<Object> lhs, function in class:v8::internal::Object
|
/external/pdfium/xfa/src/fxbarcode/common/reedsolomon/ |
H A D | BC_ReedSolomonGF256.cpp | 119 int32_t CBC_ReedSolomonGF256::Multiply(int32_t a, int32_t b) {
function in class:CBC_ReedSolomonGF256
|
H A D | BC_ReedSolomonGF256Poly.cpp | 90 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 D | bind_unittest.cc | 36 int Multiply(int a, int b) const { ++call_count; return a * b; } function in struct:rtc::__anon19999::MethodBindTester 68 int Multiply(int a, int b) { return a * b; } function in namespace:rtc::__anon19999 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 D | common.py | 139 class Multiply(pipeline.Pipeline): class in inherits:pipeline.Pipeline
|
/external/pdfium/core/src/fxcrt/ |
H A D | fx_basic_util.cpp | 362 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 D | matrix.h | 50 // 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 D | dependent-names.cpp | 190 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 D | js-operator.cc | 533 const Operator* JSOperatorBuilder::Multiply(BinaryOperationHints hints) { function in class:v8::internal::compiler::JSOperatorBuilder
|
/external/pdfium/xfa/src/fgas/src/localization/ |
H A D | fx_locale.cpp | 5028 CFX_Decimal CFX_Decimal::Multiply(const CFX_Decimal& val) const {
function in class:CFX_Decimal 5120 return Multiply(val);
|