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

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.cc 37 void DiyFp::Multiply(const DiyFp& other) {
fixed-dtoa.cc 46 void Multiply(uint32_t multiplicand) {
247 // Instead of multiplying by 10 we multiply by 5 and adjust the point
275 // As before: instead of multiplying by 10 we multiply by 5 and adjust the
278 fractionals128.Multiply(5);
  /external/chromium_org/third_party/webrtc/base/
bind_unittest.cc 25 int Multiply(int a, int b) const { ++call_count; return a * b; }
31 int Multiply(int a, int b) { return a * b; }
57 EXPECT_EQ(56, Bind(&MethodBindTester::Multiply, &object, 7, 8)());
64 EXPECT_EQ(56, Bind(&Multiply, 8, 7)());
  /external/chromium_org/v8/src/
diy-fp.cc 13 void DiyFp::Multiply(const DiyFp& other) {
fixed-dtoa.cc 24 void Multiply(uint32_t multiplicand) {
225 // Instead of multiplying by 10 we multiply by 5 and adjust the point
253 // As before: instead of multiplying by 10 we multiply by 5 and adjust the
256 fractionals128.Multiply(5);
  /external/chromium_org/net/quic/
quic_time.cc 65 QuicTime::Delta QuicTime::Delta::Multiply(int i) const {
69 QuicTime::Delta QuicTime::Delta::Multiply(double d) const {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageBuffer.h 56 enum Multiply {
103 PassRefPtr<Uint8ClampedArray> getImageData(Multiply, const IntRect&) const;
105 void putByteArray(Multiply, Uint8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint);
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMatrix.h 137 Status Multiply(IN const Matrix *matrix,
  /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_org/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 53 virtual void Multiply(double value) MOJO_OVERRIDE {
91 void Multiply(double value) {
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/chromium_org/mojo/examples/sample_app/
spinning_cube.cc 171 void Multiply(ESMatrix* a, ESMatrix* b) {
229 Multiply(&frust, this);
290 Multiply(&rotation, this);
467 state_->mvp_matrix_.Multiply(&modelview, &perspective);
  /external/chromium_org/ppapi/examples/compositor/
spinning_cube.cc 155 void Multiply(ESMatrix* a, ESMatrix* b) {
213 Multiply(&frust, this);
274 Multiply(&rotation, this);
458 state_->mvp_matrix_.Multiply(&modelview, &perspective);
  /external/chromium_org/ppapi/examples/gles2_spinning_cube/
spinning_cube.cc 171 void Multiply(ESMatrix* a, ESMatrix* b) {
229 Multiply(&frust, this);
290 Multiply(&rotation, this);
465 state_->mvp_matrix_.Multiply(&modelview, &perspective);
  /external/chromium_org/v8/src/compiler/
js-operator.h 100 const Operator* Multiply() { BINOP(JSMultiply); }
  /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}}
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BlendComposite.java 37 MULTIPLY,
71 public static final BlendComposite Multiply = new BlendComposite(BlendingMode.MULTIPLY);
602 case MULTIPLY:
    [all...]

Completed in 1072 milliseconds