Lines Matching refs:LL
143 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
161 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
175 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
193 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
204 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
240 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
275 typedef ratio<1LL, 1000000000000000000LL> atto;
276 typedef ratio<1LL, 1000000000000000LL> femto;
277 typedef ratio<1LL, 1000000000000LL> pico;
278 typedef ratio<1LL, 1000000000LL> nano;
279 typedef ratio<1LL, 1000000LL> micro;
280 typedef ratio<1LL, 1000LL> milli;
281 typedef ratio<1LL, 100LL> centi;
282 typedef ratio<1LL, 10LL> deci;
283 typedef ratio< 10LL, 1LL> deca;
284 typedef ratio< 100LL, 1LL> hecto;
285 typedef ratio< 1000LL, 1LL> kilo;
286 typedef ratio< 1000000LL, 1LL> mega;
287 typedef ratio< 1000000000LL, 1LL> giga;
288 typedef ratio< 1000000000000LL, 1LL> tera;
289 typedef ratio< 1000000000000000LL, 1LL> peta;
290 typedef ratio<1000000000000000000LL, 1LL> exa;
470 struct __ratio_less<_R1, _R2, 1LL, 1LL>
476 struct __ratio_less<_R1, _R2, -1LL, -1LL>