Lines Matching refs:LL
127 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
145 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
159 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
177 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
188 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
224 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
259 typedef ratio<1LL, 1000000000000000000LL> atto;
260 typedef ratio<1LL, 1000000000000000LL> femto;
261 typedef ratio<1LL, 1000000000000LL> pico;
262 typedef ratio<1LL, 1000000000LL> nano;
263 typedef ratio<1LL, 1000000LL> micro;
264 typedef ratio<1LL, 1000LL> milli;
265 typedef ratio<1LL, 100LL> centi;
266 typedef ratio<1LL, 10LL> deci;
267 typedef ratio< 10LL, 1LL> deca;
268 typedef ratio< 100LL, 1LL> hecto;
269 typedef ratio< 1000LL, 1LL> kilo;
270 typedef ratio< 1000000LL, 1LL> mega;
271 typedef ratio< 1000000000LL, 1LL> giga;
272 typedef ratio< 1000000000000LL, 1LL> tera;
273 typedef ratio< 1000000000000000LL, 1LL> peta;
274 typedef ratio<1000000000000000000LL, 1LL> exa;
454 struct __ratio_less<_R1, _R2, 1LL, 1LL>
460 struct __ratio_less<_R1, _R2, -1LL, -1LL>