Searched refs:KILO (Results 1 – 3 of 3) sorted by relevance
267 #define KILO (1024) macro268 #define MEGA (KILO * KILO)269 #define GIGA (MEGA * KILO)270 #define TERA ((uint64_t)((uint64_t)GIGA * (uint64_t)KILO))
133 #define KILO 1000 macro134 #define MEGA ((uint64_t)(KILO * 1000))
517 } else if (v < KILO * 10) { in bigno_f()518 pv = (double)v / KILO; in bigno_f()520 } else if (v < KILO * 100) { in bigno_f()521 pv = (double)v / KILO; in bigno_f()523 } else if (v < KILO * 1000) { in bigno_f()524 pv = (double)v / KILO; in bigno_f()