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

  /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/v8/test/cctest/
test-diy-fp.cc 28 TEST(Multiply) {
35 diy_fp1.Multiply(diy_fp2);
  /external/skia/src/effects/
SkPorterDuff.cpp 39 MAKE_PAIR(Multiply),
  /external/webkit/Source/WebCore/platform/graphics/
ImageBuffer.h 52 enum Multiply {
  /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/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 159 template <Multiply multiplied>
228 template <Multiply multiplied>
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 200 template <Multiply multiplied>
305 template <Multiply multiplied>
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 167 template <Multiply multiplied>
269 template <Multiply multiplied>
  /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
events 20 event:0x12 counters:0,1 um:mul minimum:6000 name:MUL : Multiply operations
  /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
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 219 #pragma mark Multiply...
222 // multiply...
  /external/oprofile/events/i386/westmere/
unit_masks 20 0x02 mul Multiply operations executed
246 0x01 packed_mpy 128 bit SIMD integer multiply operations
254 0x01 packed_mpy SIMD integer 64 bit packed multiply operations
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 310 TEST_F(ConstantRangeTest, Multiply) {
311 EXPECT_EQ(Full.multiply(Full), Full);
312 EXPECT_EQ(Full.multiply(Empty), Empty);
313 EXPECT_EQ(Full.multiply(One), Full);
314 EXPECT_EQ(Full.multiply(Some), Full);
315 EXPECT_EQ(Full.multiply(Wrap), Full);
316 EXPECT_EQ(Empty.multiply(Empty), Empty);
317 EXPECT_EQ(Empty.multiply(One), Empty);
318 EXPECT_EQ(Empty.multiply(Some), Empty);
319 EXPECT_EQ(Empty.multiply(Wrap), Empty)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 663 speed increase is useful when \textit{TWOFISH\_SMALL} is defined since the s-boxes and MDS multiply form the heart of the
    [all...]

Completed in 2253 milliseconds