Home
last modified time | relevance | path

Searched defs:REMAINDER (Results 1 – 13 of 13) sorted by relevance

/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DBinaryOp.java73 REMAINDER() { in REMAINDER() enumConstant
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DDebugInfoTest.cpp64 #define CHECK_SPLIT(FLAGS, VECTOR, REMAINDER) \ in TEST() argument
/external/llvm/unittests/IR/
DDebugInfoTest.cpp63 #define CHECK_SPLIT(FLAGS, VECTOR, REMAINDER) \ in TEST() argument
/external/proguard/src/proguard/evaluation/value/
DCompositeDoubleValue.java35 public static final byte REMAINDER = '%'; field in CompositeDoubleValue
DCompositeFloatValue.java35 public static final byte REMAINDER = '%'; field in CompositeFloatValue
DCompositeIntegerValue.java35 public static final byte REMAINDER = '%'; field in CompositeIntegerValue
DCompositeLongValue.java35 public static final byte REMAINDER = '%'; field in CompositeLongValue
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/expr/
DAssignExpr.java60 REMAINDER("%="), enumConstant
DBinaryExpr.java68 REMAINDER("%"); enumConstant
/external/python/cpython3/Lib/
Dargparse.py98 REMAINDER = '...' variable
/external/python/cpython2/Lib/
Dargparse.py105 REMAINDER = '...' variable
/external/icu/icu4c/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
/external/mesa3d/src/mesa/swrast/
Ds_texfilter.c147 #define REMAINDER(A, B) (((A) + (B) * 1024) % (B)) macro