Lines Matching refs:LL
140 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
158 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
172 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
190 static const intmax_t min = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1)) + 1;
201 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
237 static const intmax_t nan = (1LL << (sizeof(intmax_t) * CHAR_BIT - 1));
272 typedef ratio<1LL, 1000000000000000000LL> atto;
273 typedef ratio<1LL, 1000000000000000LL> femto;
274 typedef ratio<1LL, 1000000000000LL> pico;
275 typedef ratio<1LL, 1000000000LL> nano;
276 typedef ratio<1LL, 1000000LL> micro;
277 typedef ratio<1LL, 1000LL> milli;
278 typedef ratio<1LL, 100LL> centi;
279 typedef ratio<1LL, 10LL> deci;
280 typedef ratio< 10LL, 1LL> deca;
281 typedef ratio< 100LL, 1LL> hecto;
282 typedef ratio< 1000LL, 1LL> kilo;
283 typedef ratio< 1000000LL, 1LL> mega;
284 typedef ratio< 1000000000LL, 1LL> giga;
285 typedef ratio< 1000000000000LL, 1LL> tera;
286 typedef ratio< 1000000000000000LL, 1LL> peta;
287 typedef ratio<1000000000000000000LL, 1LL> exa;
467 struct __ratio_less<_R1, _R2, 1LL, 1LL>
473 struct __ratio_less<_R1, _R2, -1LL, -1LL>