Searched defs:DEC (Results 1 – 6 of 6) sorted by relevance
77 public static final String DEC = SIPDate.DEC; field
90 public static final String DEC = "Dec"; field in SIPDate
190 BigDecimal DEC = new BigDecimal("0.1"); in testBigNumbers() local
28 #define DEC(sp,count) (MOD((sp) + PAREN_STACK_DEPTH - (count))) macro
343 INC, DEC, OR, XOR, AND, enumerator
2926 #define DEC(from,want,dp) do { \ in http_uriencode_test() macro