/external/v8/test/mjsunit/ |
div-mod.js | 32 function divmod(div_func, mod_func, x, y) { function 50 divmod(div_func, mod_func, 0, divisor); 51 divmod(div_func, mod_func, 1 / 0, divisor); 54 divmod(div_func, mod_func, Math.pow(2, exp), divisor); 55 divmod(div_func, mod_func, 0.9999999 * Math.pow(2, exp), divisor); 56 divmod(div_func, mod_func, 1.0000001 * Math.pow(2, exp), divisor); 60 divmod(div_func, mod_func, 1 << exp, divisor); 61 divmod(div_func, mod_func, (1 << exp) + 1, divisor); 62 divmod(div_func, mod_func, (1 << exp) - 1, divisor); 64 divmod(div_func, mod_func, Math.floor(0x1fffffff / 3), divisor) [all...] |
/external/compiler-rt/lib/arm/ |
divmodsi4.S | 38 // Unsigned divmod:
|
/external/clang/utils/ |
FuzzTest | 46 index,picked_position = divmod(index, self.num_positions) 53 index,position = divmod(index, self.num_positions) 60 index,insert_index = divmod(index, self.num_insert_strings)
|
/external/libvpx/examples/includes/geshi/geshi/ |
haskell.php | 72 'div', 'mod', 'quotRem', 'divMod', 'toInteger',
|
delphi.php | 184 'DegToRad', 'DivMod', 'DoubleDecliningBalance', 'EnsureRange', 'Floor',
|
python.php | 72 'compile', 'complex', 'delattr', 'dict', 'dir', 'divmod', 'enumerate', 'eval', 'execfile',
|
/external/sonivox/jet_tools/JetCreator/ |
JetUtils.py | 687 m,s=divmod(s,60)
688 h,m=divmod(m,60)
689 d,h=divmod(h,24)
|
/external/clang/utils/ABITest/ |
Enumeration.py | 107 # bounds than using divmod.
|
/external/compiler-rt/make/platform/ |
clang_darwin.mk | 132 # On x86, the divmod functions reference divsi.
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeDAG.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.cpp | 426 // Use divmod compiler-rt calls for iOS 5.0 and later. [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/ |
cc1 | |
cc1plus | |
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/libexec/gcc/mipsel-linux-android/4.4.3/ |
cc1 | |
cc1plus | |
/prebuilts/gcc/linux-x86/x86/i686-android-linux-4.4.3/libexec/gcc/i686-android-linux/4.4.3/ |
cc1 | |