Searched refs:multiplier (Results 101 - 125 of 139) sorted by relevance

123456

/external/llvm/lib/Support/
H A DAPFloat.cpp2565 integerPart decValue, val, multiplier;
2568 multiplier = 1;
2579 multiplier *= 10;
2583 } while (p <= D.lastSigDigit && multiplier <= (~ (integerPart) 0 - 9) / 10);
2586 APInt::tcMultiplyPart(decSignificand, decSignificand, multiplier, val,
/external/chromium_org/v8/src/mips/
H A Dlithium-mips.h806 // Instruction for computing multiplier * multiplicand + addend.
809 LMultiplyAddD(LOperand* addend, LOperand* multiplier, argument
812 inputs_[1] = multiplier;
817 LOperand* multiplier() { return inputs_[1]; } function in class:v8::internal::FINAL
H A Dassembler-mips.h409 explicit MemOperand(Register rn, int32_t unit, int32_t multiplier,
H A Dassembler-mips.cc263 MemOperand::MemOperand(Register rm, int32_t unit, int32_t multiplier, argument
265 offset_ = unit * multiplier + offset_addend;
H A Dlithium-codegen-mips.cc1312 DoubleRegister multiplier = ToDoubleRegister(instr->multiplier()); local
1318 __ madd_d(addend, addend, multiplier, multiplicand);
H A Dmacro-assembler-mips.cc6088 li(at, Operand(mag.multiplier));
6090 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
6094 if (divisor < 0 && !neg && mag.multiplier > 0) {
/external/chromium_org/v8/src/mips64/
H A Dlithium-mips64.h805 // Instruction for computing multiplier * multiplicand + addend.
808 LMultiplyAddD(LOperand* addend, LOperand* multiplier, argument
811 inputs_[1] = multiplier;
816 LOperand* multiplier() { return inputs_[1]; } function in class:v8::internal::FINAL
H A Dassembler-mips64.h399 explicit MemOperand(Register rn, int64_t unit, int64_t multiplier,
H A Dassembler-mips64.cc241 MemOperand::MemOperand(Register rm, int64_t unit, int64_t multiplier, argument
243 offset_ = unit * multiplier + offset_addend;
H A Dmacro-assembler-mips64.cc6072 li(at, Operand(mag.multiplier));
6074 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
6078 if (divisor < 0 && !neg && mag.multiplier > 0) {
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp1599 // Apply rounding after multiplier
3701 // Gets the multiplier of the number pattern.
3704 // A NULL multiplier implies one, and the scaling operations are skipped.
3717 // Sets the multiplier of the number pattern.
3722 // throw new IllegalArgumentException("Bad multiplier: " + newValue);
3725 newValue = 1; // one being the benign default value for a multiplier.
4865 // prematurely. We set the following variables for the multiplier,
4873 int32_t multiplier = 1; local
5088 if (multiplier != 1) {
5097 multiplier
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/llvm/include/llvm/ADT/
H A DAPInt.h1631 integerPart multiplier, integerPart carry,
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp694 static bool checkOrSetTextAutosizingMultiplier(Document* document, float multiplier, bool setMultiplier) argument
700 renderer->style()->setTextAutosizingMultiplier(multiplier);
701 EXPECT_EQ(multiplier, renderer->style()->textAutosizingMultiplier());
709 static bool setTextAutosizingMultiplier(Document* document, float multiplier) argument
711 return checkOrSetTextAutosizingMultiplier(document, multiplier, true);
714 static bool checkTextAutosizingMultiplier(Document* document, float multiplier) argument
716 return checkOrSetTextAutosizingMultiplier(document, multiplier, false);
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.cc1446 DwVfpRegister multiplier = ToDoubleRegister(instr->multiplier()); local
1452 __ vmla(addend, multiplier, multiplicand);
1458 DwVfpRegister multiplier = ToDoubleRegister(instr->multiplier()); local
1464 __ vmls(minuend, multiplier, multiplicand);
H A Dmacro-assembler-arm.cc4075 mov(ip, Operand(mag.multiplier));
4077 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
4081 if (divisor < 0 && !neg && mag.multiplier > 0) {
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc3388 mov(eax, Immediate(mag.multiplier));
3390 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
3392 if (divisor < 0 && !neg && mag.multiplier > 0) sub(edx, dividend);
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc3348 mov(eax, Immediate(mag.multiplier));
3350 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
3352 if (divisor < 0 && !neg && mag.multiplier > 0) sub(edx, dividend);
/external/mdnsresponder/mDNSCore/
H A DDNSCommon.c916 mDNSu32 val = 0, multiplier = 1; local
923 { val += (name->c[name->c[0]] - '0') * multiplier; multiplier *= 10; name->c[0]--; }
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttinterp.c511 /* multiplier :: The size in bytes of each element in the buffer. */
527 FT_Long multiplier,
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.cc5291 Mov(result, mag.multiplier);
5294 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
5296 if (divisor < 0 && !neg && mag.multiplier > 0) Sub(result, result, dividend);
H A Dassembler-arm64.cc2680 uint64_t multiplier = multipliers[multiplier_idx]; local
2681 uint64_t candidate = (b - a) * multiplier;
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc5330 movl(rax, Immediate(mag.multiplier));
5332 bool neg = (mag.multiplier & (static_cast<uint32_t>(1) << 31)) != 0;
5334 if (divisor < 0 && !neg && mag.multiplier > 0) subl(rdx, dividend);
/external/freetype/src/truetype/
H A Dttinterp.c511 /* multiplier :: The size in bytes of each element in the buffer. */
527 FT_Long multiplier,
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttinterp.c511 /* multiplier :: The size in bytes of each element in the buffer. */
527 FT_Long multiplier,
537 if ( FT_REALLOC( *pbuff, *size * multiplier, new_max * multiplier ) )

Completed in 938 milliseconds

123456