/external/guava/guava/src/com/google/common/math/ |
IntMath.java | 249 public static int divide(int p, int q, RoundingMode mode) { method in class:IntMath
|
LongMath.java | 296 public static long divide(long p, long q, RoundingMode mode) { method in class:LongMath 416 a >>= aTwos; // divide out all 2s 418 b >>= bTwos; // divide out all 2s 426 a >>= Long.numberOfTrailingZeros(a); // divide out all 2s, since 2 doesn't divide b 592 result /= i / d; // (i/d) is guaranteed to divide result 616 // These values were generated by using checkedMultiply to see when the simple multiply/divide
|
/external/llvm/include/llvm/ADT/ |
APFloat.h | 55 /// multiply, divide, fused-multiply-add, conversion-to-float, 296 opStatus divide(const APFloat &, roundingMode);
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
ll.S | 318 shr $20,%rax # divide by 1024*1024 to get M 476 shr %eax # then divide by 2 531 div %ebx # divide 535 jnz div_by_10 # ! if not divide again
|
/external/valgrind/main/exp-bbv/tests/x86-linux/ |
ll.S | 314 shr $20,%eax # divide by 1024*1024 to get M 476 shr %eax # then divide by 2 531 div %ebx # divide 535 jnz div_by_10 # if not divide again
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 138 {command, args} slash = '/'; // means divide or end command. 497 | {divide} [left]:factor slash [right]:value // x.y / a.b 498 {->New expression.divide(left.expression, right.expression)} 699 | {divide} [left]:expression [right]:expression // x / y
|
/external/proguard/lib/ |
proguard.jar | |
/prebuilts/tools/common/proguard/proguard4.7/lib/ |
proguard.jar | |
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Vector3f.java | 571 * <code>divide</code> divides the values of this vector by a scalar and
575 * the value to divide this vectors attributes by.
578 public Vector3f divide(float scalar) {
method in class:Vector3f 602 * <code>divide</code> divides the values of this vector by a scalar and
606 * the value to divide this vectors attributes by.
609 public Vector3f divide(Vector3f scalar) {
method in class:Vector3f 752 // return divide(length);
755 // return divide(1);
[all...] |
Vector4f.java | 508 * <code>divide</code> divides the values of this vector by a scalar and 512 * the value to divide this vectors attributes by. 515 public Vector4f divide(float scalar) { method in class:Vector4f 539 * <code>divide</code> divides the values of this vector by a scalar and 543 * the value to divide this vectors attributes by. 546 public Vector4f divide(Vector4f scalar) { method in class:Vector4f 698 // return divide(length); 701 // return divide(1);
|
/external/libvpx/libvpx/vp8/common/ppc/ |
variance_subpixel_altivec.asm | 38 ;# downshift by 7 ( divide by 128 ) at the end 102 vsrh v24, v24, v19 ;# divide v0, v1 by 128 118 vsrh v22, v22, v19 ;# divide by 128 595 vsrh v24, v24, v19 ;# divide v0, v1 by 128
|
filter_altivec.asm | 81 vsrh v16, v16, v7 ;# divide by 128 103 vsrh v21, v21, v19 ;# divide by 128 836 ;# downshift by 7 ( divide by 128 ) at the end 886 vsrh v0, v0, v13 ;# divide v0, v1 by 128 942 ;# downshift by 7 ( divide by 128 ) at the end
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
dc.sed | 279 divide by 0
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TexturePixel.java | 261 public void divide(float value) {
method in class:TexturePixel
|
/external/chromium_org/third_party/sqlite/src/tool/ |
spaceanal.tcl | 194 proc divide {num denom} { procedure 255 set avg_payload [divide $payload $nleaf] 256 set avg_unused [divide $total_unused $nleaf]
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_decimal.py | [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
TerrainGrid.java | 320 Vector3f tileLoc = location.divide(this.getWorldScale().mult(this.quadSize));
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
CharEscapers.java | 248 .addEscape('\u00F7', "÷") [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
CharEscapers.java | 248 .addEscape('\u00F7', "÷") [all...] |
/external/dropbear/libtomcrypt/src/math/ |
tfm_desc.c | 271 static int divide(void *a, void *b, void *c, void *d) function 718 ÷,
|
/external/llvm/lib/Support/ |
APInt.cpp | [all...] |
/external/llvm/unittests/ADT/ |
APFloatTest.cpp | 471 f1.divide(Val2, rdmd); 472 f2.divide(Val2, rdmd); 490 T.divide(Val2, rdmd); 502 T.divide(Val2, rdmd); 514 T.divide(Val2, rdmd); 526 T.divide(Val2, rdmd); [all...] |
/prebuilts/tools/common/m2/internal/net/sf/proguard/proguard-base/4.9/ |
proguard-base-4.9.jar | |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-mips.S | [all...] |