HomeSort by relevance Sort by last modified time
    Searched refs:Multiply (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
diy-fp.h 70 void Multiply(const DiyFp& other);
75 result.Multiply(b);
diy-fp.cc 37 void DiyFp::Multiply(const DiyFp& other) {
fixed-dtoa.cc 47 void Multiply(uint32_t multiplicand) {
249 // Instead of multiplying by 10 we multiply by 5 and adjust the point
277 // As before: instead of multiplying by 10 we multiply by 5 and adjust the
280 fractionals128.Multiply(5);
strtod.cc 214 // The trimmed string was short and we can multiply it with
289 input.Multiply(adjustment_power);
300 input.Multiply(cached_power);
  /external/chromium_org/third_party/libjingle/source/talk/base/
bind_unittest.cc 42 int Multiply(int a, int b) const { ++call_count; return a * b; }
70 EXPECT_EQ(56, Bind(&MethodBindTester::Multiply, &object, 7, 8)());
  /external/chromium_org/v8/src/
diy-fp.h 67 void Multiply(const DiyFp& other);
72 result.Multiply(b);
diy-fp.cc 36 void DiyFp::Multiply(const DiyFp& other) {
fixed-dtoa.cc 47 void Multiply(uint32_t multiplicand) {
248 // Instead of multiplying by 10 we multiply by 5 and adjust the point
276 // As before: instead of multiplying by 10 we multiply by 5 and adjust the
279 fractionals128.Multiply(5);
strtod.cc 215 // The trimmed string was short and we can multiply it with
290 input.Multiply(adjustment_power);
301 input.Multiply(cached_power);
  /external/v8/src/
diy-fp.h 67 void Multiply(const DiyFp& other);
72 result.Multiply(b);
diy-fp.cc 36 void DiyFp::Multiply(const DiyFp& other) {
fixed-dtoa.cc 47 void Multiply(uint32_t multiplicand) {
248 // Instead of multiplying by 10 we multiply by 5 and adjust the point
276 // As before: instead of multiplying by 10 we multiply by 5 and adjust the
279 fractionals128.Multiply(5);
strtod.cc 215 // The trimmed string was short and we can multiply it with
290 input.Multiply(adjustment_power);
301 input.Multiply(cached_power);
  /external/chromium_org/v8/test/cctest/
test-diy-fp.cc 53 TEST(Multiply) {
60 diy_fp1.Multiply(diy_fp2);
  /external/v8/test/cctest/
test-diy-fp.cc 28 TEST(Multiply) {
35 diy_fp1.Multiply(diy_fp2);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageBuffer.h 58 enum Multiply {
117 void putByteArray(Multiply multiplied, Uint8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, CoordinateSystem = LogicalCoordinateSystem);
ImageBuffer.cpp 334 template <Multiply multiplied>
380 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, CoordinateSystem)
  /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/oprofile/events/i386/atom/
unit_masks 27 0x01 s Multiply operations executed
28 0x81 ar Multiply operations retired
58 0x01 s SIMD packed multiply microops executed
59 0x81 ar SIMD packed multiply microops retired
  /external/llvm/test/Object/
coff-archive.test 36 CHECKIDX: ?Multiply@MyMathFuncs@MathFuncs@@SANNN@Z in Debug\mymath.obj
171 CHECKIDX: 00000000 T ?Multiply@MyMathFuncs@MathFuncs@@SANNN@Z
  /external/oprofile/events/x86-64/family11h/
unit_masks 40 0x02 Multiply pipe
43 0x10 Multiply pipe load ops
  /external/oprofile/events/x86-64/hammer/
unit_masks 34 0x02 Multiply pipe
37 0x10 Multiply pipe load ops
  /external/oprofile/events/x86-64/family10/
unit_masks 51 0x02 Multiply pipe ops excluding load ops and SSE move ops
54 0x10 Multiply pipe load ops and SSE move ops
244 0x02 Single precision multiply ops
247 0x10 Double precision multiply ops
361 0x02 Multiply ops
  /external/chromium_org/net/base/
int128_unittest.cc 202 TEST(Int128, Multiply) {
  /external/libvpx/libvpx/vp9/common/arm/neon/
vp9_convolve8_avg_neon.asm 30 ; Multiply and accumulate by q0

Completed in 496 milliseconds

1 2