HomeSort by relevance Sort by last modified time
    Searched defs:REMAINDER (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
BinaryOp.java 27 * {@link #DIVIDE}, and {@link #REMAINDER}) support ints, longs, floats and
35 * For int and long operands, {@link #DIVIDE} and {@link #REMAINDER} throw
73 REMAINDER() {
  /external/proguard/src/proguard/evaluation/value/
CompositeDoubleValue.java 35 public static final byte REMAINDER = '%';
CompositeFloatValue.java 35 public static final byte REMAINDER = '%';
CompositeIntegerValue.java 35 public static final byte REMAINDER = '%';
CompositeLongValue.java 35 public static final byte REMAINDER = '%';
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
AssignExpr.java 60 REMAINDER("%="),
91 case REMAINDER:
92 return Optional.of(BinaryExpr.Operator.REMAINDER);
BinaryExpr.java 68 REMAINDER("%");
102 case REMAINDER:
103 return Optional.of(AssignExpr.Operator.REMAINDER);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
argparse.py 79 'REMAINDER',
105 REMAINDER = '...'
583 elif action.nargs == REMAINDER:
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
argparse.py 79 'REMAINDER',
105 REMAINDER = '...'
581 elif action.nargs == REMAINDER:
    [all...]
  /external/python/cpython2/Lib/
argparse.py 79 'REMAINDER',
105 REMAINDER = '...'
583 elif action.nargs == REMAINDER:
    [all...]
  /external/python/cpython3/Lib/
argparse.py 80 'REMAINDER',
102 REMAINDER = '...'
586 elif action.nargs == REMAINDER:
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
argparse.py 79 'REMAINDER',
105 REMAINDER = '...'
581 elif action.nargs == REMAINDER:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
argparse.py 79 'REMAINDER',
105 REMAINDER = '...'
581 elif action.nargs == REMAINDER:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 79 'REMAINDER',
105 REMAINDER = '...'
581 elif action.nargs == REMAINDER:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 79 'REMAINDER',
105 REMAINDER = '...'
581 elif action.nargs == REMAINDER:
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c 147 #define REMAINDER(A, B) (((A) + (B) * 1024) % (B))
176 *i0 = REMAINDER(IFLOOR(u), size);
177 *i1 = REMAINDER(*i0 + 1, size);
306 i = REMAINDER(i, size);
    [all...]
  /external/icu/icu4c/source/i18n/
decNumber.cpp 197 #define REMAINDER 0x40 /* .. */
423 /* now low has the lsd, hi the remainder */
460 /* now low has the lsd, hi the remainder */
    [all...]
  /prebuilts/tools/common/m2/repository/com/linkedin/dexmaker/dexmaker/2.2.0/
dexmaker-2.2.0.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 
  /prebuilts/gradle-plugin/net/sf/proguard/proguard-base/5.3.3/
proguard-base-5.3.3.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 

Completed in 411 milliseconds

1 2 3