/external/v8/src/base/ |
D | division-by-constant.cc | 23 MagicNumbersForDivision<T> SignedDivisionByConstant(T d) { in SignedDivisionByConstant() 54 T mul = q2 + 1; in SignedDivisionByConstant() local 60 MagicNumbersForDivision<T> UnsignedDivisionByConstant(T d, in UnsignedDivisionByConstant()
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
D | Mat22.java | 164 final float a = ex.x, b = ey.x, c = ex.y, d = ey.y; in invert() local 178 final float a = ex.x, b = ey.x, c = ex.y, d = ey.y; in invertLocal() local 191 final float a = ex.x, b = ey.x, c = ex.y, d = ey.y; in invertToOut() local 242 public final Vec2 mul(final Vec2 v) { in mul() method in Mat22 265 public final Mat22 mul(final Mat22 R) { in mul() method in Mat22 434 public final static Vec2 mul(final Mat22 R, final Vec2 v) { in mul() method in Mat22 451 public final static Mat22 mul(final Mat22 A, final Mat22 B) { in mul() method in Mat22
|
D | Mat33.java | 107 public static final Vec3 mul(Mat33 A, Vec3 v) { in mul() method in Mat33 213 float a = ex.x, b = ey.x, c = ex.y, d = ey.y; in getInverse22() local
|
/external/skia/src/effects/ |
D | SkAvoidXfermode.cpp | 63 static int scale_dist_14(int dist, uint32_t mul, uint32_t sub) { in scale_dist_14() 79 uint32_t mul = fDistMul; in xfer32() local 93 int d = color_dist32(dst[i], opR, opG, opB); in xfer32() local 128 uint32_t mul = fDistMul; in xfer16() local 142 int d = color_dist16(dst[i], opR, opG, opB); in xfer16() local 335 const GrFragmentProcessor* AvoidFP::TestCreate(GrProcessorTestData* d) { in TestCreate() 514 const GrXPFactory* GrAvoidXPFactory::TestCreate(GrProcessorTestData* d) { in TestCreate()
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
D | Quaternion.java | 250 public Quaternion mul (final Quaternion other) { in mul() method in Quaternion 269 public Quaternion mul (final float x, final float y, final float z, final float w) { in mul() method in Quaternion 421 float d = Vector3.len(x, y, z); in setFromAxisRad() local 579 final float d = this.x * end.x + this.y * end.y + this.z * end.z + this.w * end.w; in slerp() local 744 public Quaternion mul (float scalar) { in mul() method in Quaternion 823 final float d = Vector3.dot(this.x, this.y, this.z, axisX, axisY, axisZ); in getSwingTwist() local 848 final float d = Vector3.dot(this.x, this.y, this.z, axisX, axisY, axisZ); in getAngleAroundRad() local
|
/external/boringssl/src/crypto/bn/ |
D | generic.c | 81 #define mul(r, a, w, c) \ macro 111 #define mul(r, a, w, c) \ macro 203 #define mul(r, a, bl, bh, c) \ macro 391 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { in bn_div_words() 398 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { in bn_div_words()
|
/external/boringssl/src/crypto/bn/asm/ |
D | x86_64-gcc.c | 86 #define mul(r, a, word, carry) \ macro 189 BN_ULONG bn_div_words(BN_ULONG h, BN_ULONG l, BN_ULONG d) { in bn_div_words()
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_lowering_nv50.cpp | 41 expandIntegerMUL(BuildUtil *bld, Instruction *mul) in expandIntegerMUL() 353 NV50LegalizeSSA::handleMUL(Instruction *mul) in handleMUL() 640 int l, d; in handleTXB() local
|
D | nv50_ir_peephole.cpp | 44 for (int d = 1; defExists(d); ++d) in isNop() local 69 for (int d = 0; defExists(d); ++d) in isDead() local 689 Instruction *mul; in opnd() local 691 const uint32_t d = imm0.reg.data.u32; in opnd() local 725 const int32_t d = imm0.reg.data.s32; in opnd() local 1354 int d, j; in combineLd() local 1552 int d, s; in replaceLdFromSt() local 1882 for (int d = 0; insn->defExists(d); ++d) in mayPredicate() local 2082 unsigned int d, s; in isResultEqual() local 2176 for (int d = 0; old->defExists(d); ++d) in tryReplace() local [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/ |
D | DiagBigDecimal.java | 411 double d; in diagconstructors() local 3170 android.icu.math.BigDecimal d; in diagequals() local 3457 android.icu.math.BigDecimal d; in diaghashcode() local 4406 android.icu.math.BigDecimal d; in diagtochararray() local 4429 android.icu.math.BigDecimal d; in diagtostring() local 4503 double d; in diagvalueof() local 5314 java.lang.String sub, java.lang.String mul, java.lang.String div, in mathtest()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/ |
D | DiagBigDecimal.java | 407 double d; in diagconstructors() local 3166 com.ibm.icu.math.BigDecimal d; in diagequals() local 3453 com.ibm.icu.math.BigDecimal d; in diaghashcode() local 4402 com.ibm.icu.math.BigDecimal d; in diagtochararray() local 4425 com.ibm.icu.math.BigDecimal d; in diagtostring() local 4499 double d; in diagvalueof() local 5310 java.lang.String sub, java.lang.String mul, java.lang.String div, in mathtest()
|
/external/v8/src/arm/ |
D | assembler-arm.cc | 1619 void Assembler::mul(Register dst, Register src1, Register src2, SBit s, in mul() function in v8::internal::Assembler 2338 int vd, d; in vldr() local 2386 int sd, d; in vldr() local 2436 int vd, d; in vstr() local 2484 int sd, d; in vstr() local 2530 int sd, d; in vldm() local 2551 int sd, d; in vstm() local 2571 int sd, d; in vldm() local 2591 int sd, d; in vstm() local 2599 static void DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { in DoubleAsTwoUInt32() [all …]
|
/external/v8/test/cctest/compiler/ |
D | test-simplified-lowering.cc | 1609 Node* mul = t.NumberMultiply(num, t.jsgraph.Constant(k)); in TEST() local 1631 Node* mul = t.NumberMultiply(num, t.jsgraph.Constant(k)); in TEST() local 1666 Node* mul = t.graph()->NewNode(t.simplified()->NumberMultiply(), t.p0, k); in TEST() local 1678 Node* mul = t.graph()->NewNode(t.simplified()->NumberMultiply(), t.p0, k); in TEST() local 1936 for (auto const d : test_data) { in TEST() local
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/ |
D | btSoftBodyHelpers.cpp | 110 static inline void mul(btAlignedObjectArray<T>& items,const Q& value) in mul() function 286 const btVector3 d=n.m_n*nscl; in Draw() local
|
/external/v8/test/cctest/ |
D | test-assembler-mips.cc | 260 double d; in TEST() member 617 double d; in TEST() member 1364 int d; in TEST() member 1466 double d; in TEST() member 1892 float d; in TEST() member 1980 int64_t d; // b trunc result in TEST() member 2058 float d; in TEST() member 2315 int32_t d; // b trunc result in TEST() member 2385 int32_t d; // b trunc result in TEST() member 2456 int64_t d; in TEST() member [all …]
|
D | test-assembler-mips64.cc | 269 double d; in TEST() member 405 double d; in TEST() member 617 double d; in TEST() member 1547 int d; in TEST() member 1650 double d; in TEST() member 2029 float d; in TEST() member 2119 int64_t d; // b trunc result in TEST() member 2196 float d; in TEST() member 2453 int32_t d; // b trunc result in TEST() member 2523 int32_t d; // b trunc result in TEST() member [all …]
|
D | test-assembler-arm64.cc | 1096 TEST(mul) { in TEST() argument 8821 FPRegister d[kNumberOfRegisters]; in PushPopFPJsspSimpleHelper() local
|
/external/llvm/lib/Support/ |
D | APInt.cpp | 326 static void mul(uint64_t dest[], uint64_t x[], unsigned xlen, uint64_t y[], in mul() function 1418 const APInt& d = *this; in magic() local 1462 const APInt& d = *this; in magicu() 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 | 2369 Int d = // diff<len-1:0> in dbm_DecodeBitMasks() local 6745 IRDirty* d = unsafeIRDirty_1_N ( in dis_ARM64_branch_etc() local 7824 IRTemp mul = math_BINARY_WIDENING_V128(is2, mulOp, in math_MULL_ACC() local
|
/external/chromium-trace/catapult/third_party/Paste/paste/evalexception/media/ |
D | MochiKit.packed.js | 211 },mul:function(a,b){ method 1980 MochiKit.DateTime.americanDate=function(d){ argument 2007 MochiKit.DateTime.toPaddedAmericanDate=function(d){ argument 2014 MochiKit.DateTime.toAmericanDate=function(d){ argument 2459 },_xhr_onreadystatechange:function(d){ argument 6918 this.drops=MochiKit.Base.filter(function(d){ argument 6924 this.drops=MochiKit.Base.filter(function(d){ argument 7046 this.drags=MochiKit.Base.filter(function(d){ argument
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 1426 void Assembler::mul(const Register& rd, in mul() function in v8::internal::Assembler 2720 int d, clz_a, out_n; in IsImmLogical() local
|
/external/v8/src/mips/ |
D | assembler-mips.cc | 1600 void Assembler::mul(Register rd, Register rs, Register rt) { in mul() function in v8::internal::Assembler 2298 void Assembler::DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { in DoubleAsTwoUInt32()
|
/external/v8/src/mips64/ |
D | assembler-mips64.cc | 1598 void Assembler::mul(Register rd, Register rs, Register rt) { in mul() function in v8::internal::Assembler 2630 void Assembler::DoubleAsTwoUInt32(double d, uint32_t* lo, uint32_t* hi) { in DoubleAsTwoUInt32()
|
/external/vixl/src/vixl/a64/ |
D | assembler-a64.cc | 1295 void Assembler::mul(const Register& rd, in mul() function in vixl::Assembler 5174 int d, clz_a, out_n; in IsImmLogical() local
|