Searched defs:REMAINDER (Results 1 – 8 of 8) sorted by relevance
69 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
195 #define REMAINDER 0x40 /* .. */ macro
145 #define REMAINDER(A, B) (((A) + (B) * 1024) % (B)) macro