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))
518 } else if (v < KILO * 10) { in bigno_f()519 pv = (double)v / KILO; in bigno_f()521 } else if (v < KILO * 100) { in bigno_f()522 pv = (double)v / KILO; in bigno_f()524 } else if (v < KILO * 1000) { in bigno_f()525 pv = (double)v / KILO; in bigno_f()