Searched defs:POW10 (Results 1 – 2 of 2) sorted by relevance
327 const POW10: [u16; 4] = [1, 10, 100, 1000]; constant
9250 #define POW10(exp) _POW10(exp) macro