/external/v8/src/base/ |
D | division-by-constant.cc | 16 MagicNumbersForDivision<T> SignedDivisionByConstant(T d) { in SignedDivisionByConstant() 47 T mul = q2 + 1; in SignedDivisionByConstant() local 53 MagicNumbersForDivision<T> UnsignedDivisionByConstant(T d, in UnsignedDivisionByConstant()
|
/external/libtextclassifier/util/hash/ |
D | farmhash.cc | 373 STATIC_INLINE uint64_t HashLen16(uint64_t u, uint64_t v, uint64_t mul) { in HashLen16() 385 uint64_t mul = k2 + len * 2; in HashLen0to16() local 389 uint64_t d = (Rotate(a, 25) + b) * mul; in HashLen0to16() local 393 uint64_t mul = k2 + len * 2; in HashLen0to16() local 411 uint64_t mul = k2 + len * 2; in HashLen17to32() local 415 uint64_t d = Fetch(s + len - 16) * k2; in HashLen17to32() local 446 uint64_t mul = k2 + len * 2; in HashLen33to64() local 450 uint64_t d = Fetch(s + len - 16) * k2; in HashLen33to64() local 497 uint64_t mul = k1 + ((z & 0xff) << 1); in Hash64() local 540 uint32_t d = Fetch(s + (len >> 1)); in Hash32Len13to24() local [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 182 double d; in diagconstructors() local 2938 com.ibm.icu.math.BigDecimal d; in diagequals() local 3218 com.ibm.icu.math.BigDecimal d; in diaghashcode() local 4161 com.ibm.icu.math.BigDecimal d; in diagtochararray() local 4184 com.ibm.icu.math.BigDecimal d; in diagtostring() local 4257 double d; in diagvalueof() local 5064 java.lang.String sub, java.lang.String mul, java.lang.String div, in mathtest()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/ |
D | DiagBigDecimalTest.java | 183 double d; in diagconstructors() local 2939 android.icu.math.BigDecimal d; in diagequals() local 3219 android.icu.math.BigDecimal d; in diaghashcode() local 4162 android.icu.math.BigDecimal d; in diagtochararray() local 4185 android.icu.math.BigDecimal d; in diagtostring() local 4258 double d; in diagvalueof() local 5065 java.lang.String sub, java.lang.String mul, java.lang.String div, in mathtest()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_peephole.cpp | 46 for (int d = 1; defExists(d); ++d) in isNop() local 73 for (int d = 0; defExists(d); ++d) in isDead() local 943 for (int8_t d = 0; i->defExists(d); ++d) { in opnd() local 1091 Instruction *mul; in opnd() local 1093 const uint32_t d = imm0.reg.data.u32; in opnd() local 1127 const int32_t d = imm0.reg.data.s32; in opnd() local 2350 int d, j; in combineLd() local 2555 int d, s; in replaceLdFromSt() local 2913 for (int d = 0; insn->defExists(d); ++d) in mayPredicate() local 3079 for (int d = 0; i->defExists(d); ++d) in post_ra_dead() local [all …]
|
D | nv50_ir_lowering_nv50.cpp | 44 expandIntegerMUL(BuildUtil *bld, Instruction *mul) in expandIntegerMUL() 453 NV50LegalizeSSA::handleMUL(Instruction *mul) in handleMUL() 840 int l, d; in handleTXB() local
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 1697 void Assembler::mul(Register dst, Register src1, Register src2, SBit s, in mul() function in v8::internal::Assembler 2414 int vd, d; in vldr() local 2463 int sd, d; in vldr() local 2514 int vd, d; in vstr() local 2563 int sd, d; in vstr() local 2606 int sd, d; in vldm() local 2624 int sd, d; in vstm() local 2641 int sd, d; in vldm() local 2657 int sd, d; in vstm() local 2665 static void DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { in DoubleAsTwoUInt32() [all …]
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.cpp | 641 void ShaderCore::mul(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in mul() function in sw::ShaderCore 1075 void ShaderCore::packHalf2x16(Vector4f &d, const Vector4f &s0) in packHalf2x16() 1089 void ShaderCore::packSnorm2x16(Vector4f &d, const Vector4f &s0) in packSnorm2x16() 1096 void ShaderCore::packUnorm2x16(Vector4f &d, const Vector4f &s0) in packUnorm2x16() 1265 Float4 d = N.x * I.x; in reflect1() local 1272 Float4 d = dot2(N, I); in reflect2() local 1280 Float4 d = dot3(N, I); in reflect3() local 1289 Float4 d = dot4(N, I); in reflect4() local 1299 Float4 d = N.x * I.x; in refract1() local 1309 Float4 d = dot2(N, I); in refract2() local [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_builder.cpp | 224 ir_expression *mul(operand a, operand b) in mul() function 582 bitfield_insert(operand a, operand b, operand c, operand d) in bitfield_insert()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | APInt.cpp | 343 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul() function 1398 const APInt& d = *this; in magic() local 1442 const APInt& d = *this; in magicu() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 327 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul() function 1424 const APInt& d = *this; in magic() local 1468 const APInt& d = *this; in magicu() local
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | APInt.cpp | 324 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul() function 1495 const APInt& d = *this; in magic() local 1539 const APInt& d = *this; in magicu() local
|
/external/skia/fuzz/ |
D | FuzzCanvas.cpp | 118 SkScalar a, b, c, d, e, f; in fuzz_path() local 268 SkColor mul, add; in make_fuzz_colorfilter() local
|
/external/valgrind/VEX/priv/ |
D | host_s390_defs.h | 80 Int d; /* 12 bit unsigned or 20 bit signed */ member 419 } mul; member
|
D | guest_arm64_toIR.c | 2374 Int d = // diff<len-1:0> in dbm_DecodeBitMasks() local 7018 IRDirty* d = unsafeIRDirty_1_N ( in dis_ARM64_branch_etc() local 7039 IRDirty* d = unsafeIRDirty_1_N ( in dis_ARM64_branch_etc() local 8152 IRTemp mul = math_BINARY_WIDENING_V128(is2, mulOp, in math_MULL_ACC() local
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 1429 void Assembler::mul(const Register& rd, in mul() function in v8::internal::Assembler 2723 int d, clz_a, out_n; in IsImmLogical() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 1601 void Assembler::mul(Register rd, Register rs, Register rt) { in mul() function in v8::internal::Assembler 2348 void Assembler::DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { in DoubleAsTwoUInt32()
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 1600 void Assembler::mul(Register rd, Register rs, Register rt) { in mul() function in v8::internal::Assembler 2681 void Assembler::DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { in DoubleAsTwoUInt32()
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.cc | 800 void Assembler::mul(const Register& rd, in mul() function in vixl::aarch64::Assembler 4508 int d, clz_a, out_n; in IsImmLogical() local
|
/external/python/cpython2/Mac/Modules/qt/ |
D | _Qtmodule.c | 11365 long mul; in Qt_CompMulDiv() local 11386 long mul; in Qt_CompMulDivTrunc() local 11448 Fixed mul; in Qt_FixMulDiv() local 11471 Fixed mul; in Qt_UnsignedFixMulDiv() local 21675 DialogPtr d; in Qt_SGPanelInstall() local 21701 DialogPtr d; in Qt_SGPanelEvent() local 21736 DialogPtr d; in Qt_SGPanelItem() local 21765 DialogPtr d; in Qt_SGPanelRemove() local 28005 PyObject *d; in init_Qt() local
|
/external/vixl/test/aarch64/ |
D | test-assembler-aarch64.cc | 1150 TEST(mul) { in TEST() argument 14176 FPRegister d[kNumberOfRegisters]; in PushPopFPXRegSimpleHelper() local
|