Searched defs:DIVIDE (Results 1 – 8 of 8) sorted by relevance
62 DIVIDE() { in DIVIDE() method
63 public static final BinaryFunction DIVIDE = new BinaryFunction() { field in BinaryFunction
34 public static final byte DIVIDE = '/'; field in CompositeDoubleValue
34 public static final byte DIVIDE = '/'; field in CompositeFloatValue
34 public static final byte DIVIDE = '/'; field in CompositeIntegerValue
34 public static final byte DIVIDE = '/'; field in CompositeLongValue
22 DIVIDE, enumerator
194 #define DIVIDE 0x80 /* Divide operators */ macro