Searched defs:REMAINDER (Results 1 – 14 of 14) sorted by relevance
73 REMAINDER() { in REMAINDER() enumConstant
63 #define CHECK_SPLIT(FLAGS, VECTOR, REMAINDER) \ in TEST() argument
35 public static final byte REMAINDER = '%'; field in CompositeFloatValue
35 public static final byte REMAINDER = '%'; field in CompositeDoubleValue
35 public static final byte REMAINDER = '%'; field in CompositeLongValue
35 public static final byte REMAINDER = '%'; field in CompositeIntegerValue
60 REMAINDER("%="), enumConstant
68 REMAINDER("%"); enumConstant
743 TIMES("*", 6), DIVIDE("/", 6), REMAINDER("%", 6); enumConstant
105 REMAINDER = '...' variable
100 REMAINDER = '...' variable
197 #define REMAINDER 0x40 /* .. */ macro
147 #define REMAINDER(A, B) (((A) + (B) * 1024) % (B)) macro