HomeSort by relevance Sort by last modified time
    Searched defs:Multiply (Results 1 - 15 of 15) sorted by null

  /external/v8/src/
diy-fp.cc 12 void DiyFp::Multiply(const DiyFp& other) {
fixed-dtoa.cc 25 void Multiply(uint32_t multiplicand) {
226 // Instead of multiplying by 10 we multiply by 5 and adjust the point
254 // As before: instead of multiplying by 10 we multiply by 5 and adjust the
257 fractionals128.Multiply(5);
code-factory.cc 233 Callable CodeFactory::Multiply(Isolate* isolate) {
objects.cc 435 MaybeHandle<Object> Object::Multiply(Isolate* isolate, Handle<Object> lhs,
    [all...]
  /external/pdfium/xfa/src/fxbarcode/common/reedsolomon/
BC_ReedSolomonGF256.cpp 119 int32_t CBC_ReedSolomonGF256::Multiply(int32_t a, int32_t b) {
BC_ReedSolomonGF256Poly.cpp 90 result = CBC_ReedSolomonGF256::AddOrSubtract(m_field->Multiply(a, result),
138 CBC_ReedSolomonGF256Poly* CBC_ReedSolomonGF256Poly::Multiply(
159 m_field->Multiply(aCoeff, other->GetCoefficients()->operator[](j)));
167 CBC_ReedSolomonGF256Poly* CBC_ReedSolomonGF256Poly::Multiply(int32_t scalar,
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/
bind_unittest.cc 36 int Multiply(int a, int b) const { ++call_count; return a * b; }
68 int Multiply(int a, int b) { return a * b; }
150 EXPECT_EQ(56, Bind(&MethodBindTester::Multiply, &object, 7, 8)());
157 EXPECT_EQ(56, Bind(&Multiply, 8, 7)());
  /external/webrtc/webrtc/modules/audio_processing/beamformer/
matrix.h 50 // Transpose, Multiply on different-sized matrices) must make temporary copies
265 Matrix& Multiply(const Matrix& lhs, const Matrix& rhs) {
270 return Multiply(lhs.elements(), rhs.num_rows_, rhs.elements());
273 Matrix& Multiply(const Matrix& rhs) {
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,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 128 Status Multiply(const Matrix *matrix,
172 return Multiply(&matrix2, order);
  /external/chromium-trace/catapult/third_party/pipeline/pipeline/
common.py 139 class Multiply(pipeline.Pipeline):
144 raise TypeError('multiply expected at least 1 argument, got 0')
  /external/pdfium/core/src/fxcrt/
fx_basic_util.cpp 362 CFX_Matrix_3by3 CFX_Matrix_3by3::Multiply(const CFX_Matrix_3by3& m) {
  /external/v8/src/compiler/
js-operator.cc 533 const Operator* JSOperatorBuilder::Multiply(BinaryOperationHints hints) {
    [all...]
  /external/clang/test/SemaTemplate/
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}}
  /external/pdfium/xfa/src/fgas/src/localization/
fx_locale.cpp     [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 246 milliseconds