• Home
  • Raw
  • Download

Lines Matching refs:LL

773         typedef ratio<1LL, 1000000000000000000LL> __atto;
774 typedef ratio<1LL, 1000000000000000LL> __femto;
775 typedef ratio<1LL, 1000000000000LL> __pico;
776 typedef ratio<1LL, 1000000000LL> __nano;
777 typedef ratio<1LL, 1000000LL> __micro;
778 typedef ratio<1LL, 1000LL> __milli;
779 typedef ratio<1LL, 100LL> __centi;
780 typedef ratio<1LL, 10LL> __deci;
781 typedef ratio< 10LL, 1LL> __deca;
782 typedef ratio< 100LL, 1LL> __hecto;
783 typedef ratio< 1000LL, 1LL> __kilo;
784 typedef ratio< 1000000LL, 1LL> __mega;
785 typedef ratio< 1000000000LL, 1LL> __giga;
786 typedef ratio< 1000000000000LL, 1LL> __tera;
787 typedef ratio< 1000000000000000LL, 1LL> __peta;
788 typedef ratio<1000000000000000000LL, 1LL> __exa;
792 typedef ratio< 1024LL> __kibi;
793 typedef ratio< 1024LL*1024LL> __mebi;
794 typedef ratio< 1024LL*1024LL*1024LL> __gibi;
795 typedef ratio< 1024LL*1024LL*1024LL*1024LL> __tebi;
796 typedef ratio< 1024LL*1024LL*1024LL*1024LL*1024LL> __pebi;
797 typedef ratio<1024LL*1024LL*1024LL*1024LL*1024LL*1024LL> __exbi;
1063 typedef __ratio<1LL, 1000000000000000000LL> atto;
1064 typedef __ratio<1LL, 1000000000000000LL> femto;
1065 typedef __ratio<1LL, 1000000000000LL> pico;
1066 typedef __ratio<1LL, 1000000000LL> nano;
1067 typedef __ratio<1LL, 1000000LL> micro;
1068 typedef __ratio<1LL, 1000LL> milli;
1069 typedef __ratio<1LL, 100LL> centi;
1070 typedef __ratio<1LL, 10LL> deci;
1071 typedef __ratio< 10LL, 1LL> deca;
1072 typedef __ratio< 100LL, 1LL> hecto;
1073 typedef __ratio< 1000LL, 1LL> kilo;
1074 typedef __ratio< 1000000LL, 1LL> mega;
1075 typedef __ratio< 1000000000LL, 1LL> giga;
1076 typedef __ratio< 1000000000000LL, 1LL> tera;
1077 typedef __ratio< 1000000000000000LL, 1LL> peta;
1078 typedef __ratio<1000000000000000000LL, 1LL> exa;
1089 typedef ratio< 1024LL> kibi;
1090 typedef ratio< 1024LL*1024LL> mebi;
1091 typedef ratio< 1024LL*1024LL*1024LL> gibi;
1092 typedef ratio< 1024LL*1024LL*1024LL*1024LL> tebi;
1093 typedef ratio< 1024LL*1024LL*1024LL*1024LL*1024LL> pebi;
1094 typedef ratio<1024LL*1024LL*1024LL*1024LL*1024LL*1024LL> exbi;