Searched defs:num_type (Results 1 – 4 of 4) sorted by relevance
94 typedef boost::intmax_t num_type; typedef in boost::ratio
38 void SetBit(NUM_TYPE* num_type, ENUM_TYPE bit) { in SetBit()43 void UnsetBit(NUM_TYPE* num_type, ENUM_TYPE bit) { in UnsetBit()48 bool CheckBit(NUM_TYPE num_type, ENUM_TYPE bit) { in CheckBit()
1754 #define PARSE_DIGITS(num, cur, num_type) \ argument1776 #define PARSE_NUM(num, cur, num_type) \ argument
426 def test_number_method(self, method, num_type): argument