Searched defs:REMAINDER (Results 1 – 9 of 9) sorted by relevance
73 REMAINDER() { in REMAINDER() method
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 CompositeIntegerValue
35 public static final byte REMAINDER = '%'; field in CompositeLongValue
105 REMAINDER = '...' variable
197 #define REMAINDER 0x40 /* .. */ macro
147 #define REMAINDER(A, B) (((A) + (B) * 1024) % (B)) macro