Home
last modified time | relevance | path

Searched defs:Multiply (Results 1 – 6 of 6) sorted by relevance

/external/v8/test/cctest/
Dtest-diy-fp.cc28 TEST(Multiply) { in TEST() argument
/external/v8/src/
Ddiy-fp.cc35 void DiyFp::Multiply(const DiyFp& other) { in Multiply() function in v8::internal::DiyFp
Dfixed-dtoa.cc45 void Multiply(uint32_t multiplicand) { in Multiply() function in v8::internal::UInt128
/external/webkit/Source/WebCore/platform/graphics/
DImageBuffer.h52 enum Multiply { enum
/external/llvm/unittests/Support/
DConstantRangeTest.cpp310 TEST_F(ConstantRangeTest, Multiply) { in TEST_F() argument
/external/clang/test/SemaTemplate/
Ddependent-names.cpp193 int Multiply(int x, int y) { // expected-note {{should be declared prior to the call site}} in Multiply() function