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

/external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
H A Ddiy-fp.cc37 void DiyFp::Multiply(const DiyFp& other) { function in class:WTF::double_conversion::DiyFp
H A Dfixed-dtoa.cc46 void Multiply(uint32_t multiplicand) { function in class:WTF::double_conversion::UInt128
278 fractionals128.Multiply(5);
/external/chromium_org/v8/src/
H A Ddiy-fp.cc13 void DiyFp::Multiply(const DiyFp& other) { function in class:v8::internal::DiyFp
H A Dfixed-dtoa.cc24 void Multiply(uint32_t multiplicand) { function in class:v8::internal::UInt128
256 fractionals128.Multiply(5);
/external/chromium_org/third_party/webrtc/base/
H A Dbind_unittest.cc25 int Multiply(int a, int b) const { ++call_count; return a * b; } function in struct:rtc::__anon15658::MethodBindTester
31 int Multiply(int a, int b) { return a * b; } function in namespace:rtc::__anon15658
57 EXPECT_EQ(56, Bind(&MethodBindTester::Multiply, &object, 7, 8)());
64 EXPECT_EQ(56, Bind(&Multiply, 8, 7)());
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageBuffer.h56 enum Multiply { enum in namespace:blink
103 PassRefPtr<Uint8ClampedArray> getImageData(Multiply, const IntRect&) const;
105 void putByteArray(Multiply, Uint8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);
/external/chromium_org/net/quic/
H A Dquic_time.cc65 QuicTime::Delta QuicTime::Delta::Multiply(int i) const { function in class:net::QuicTime::Delta
69 QuicTime::Delta QuicTime::Delta::Multiply(double d) const { function in class:net::QuicTime::Delta
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc53 virtual void Multiply(double value) MOJO_OVERRIDE {
91 void Multiply(double value) { function in class:mojo::test::__anon8778::MathCalculatorUIImpl
92 calculator_->Multiply(value);
96 calculator_->Multiply(1.0 / value);
212 calculator_ui.Multiply(5.0);
235 calculator_ui.Multiply(5.0);
290 calculator_ui.Multiply(5.0);
319 calculator_ui.Multiply(5.0);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusMatrix.h137 Status Multiply(IN const Matrix *matrix, function in class:Matrix
/external/chromium_org/mojo/examples/sample_app/
H A Dspinning_cube.cc171 void Multiply(ESMatrix* a, ESMatrix* b) { function in class:examples::__anon8753::ESMatrix
229 Multiply(&frust, this);
290 Multiply(&rotation, this);
467 state_->mvp_matrix_.Multiply(&modelview, &perspective);
/external/chromium_org/ppapi/examples/compositor/
H A Dspinning_cube.cc155 void Multiply(ESMatrix* a, ESMatrix* b) { function in class:__anon10055::ESMatrix
213 Multiply(&frust, this);
274 Multiply(&rotation, this);
458 state_->mvp_matrix_.Multiply(&modelview, &perspective);
/external/chromium_org/ppapi/examples/gles2_spinning_cube/
H A Dspinning_cube.cc171 void Multiply(ESMatrix* a, ESMatrix* b) { function in class:__anon10059::ESMatrix
229 Multiply(&frust, this);
290 Multiply(&rotation, this);
465 state_->mvp_matrix_.Multiply(&modelview, &perspective);
/external/chromium_org/v8/src/compiler/
H A Djs-operator.h100 const Operator* Multiply() { BINOP(JSMultiply); } function in class:v8::internal::compiler::JSOperatorBuilder
/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

Completed in 3030 milliseconds