Home
last modified time | relevance | path

Searched refs:DIG_BASE (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/percona56-client/percona-server-5.6.51-91.0/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1104 ulonglong y= x / DIG_BASE; in ull2dec()
1139 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1168 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2235 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1104 ulonglong y= x / DIG_BASE; in ull2dec()
1139 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1168 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2235 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1102 ulonglong y= x / DIG_BASE; in ull2dec()
1137 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1166 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2240 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1102 ulonglong y= x / DIG_BASE; in ull2dec()
1137 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1166 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2240 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1102 ulonglong y= x / DIG_BASE; in ull2dec()
1137 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1166 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2240 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1102 ulonglong y= x / DIG_BASE; in ull2dec()
1137 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1166 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2240 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1102 ulonglong y= x / DIG_BASE; in ull2dec()
1137 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1166 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2240 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1102 ulonglong y= x / DIG_BASE; in ull2dec()
1137 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1166 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2240 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1104 ulonglong y= x / DIG_BASE; in ull2dec()
1139 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1168 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2235 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1104 ulonglong y= x / DIG_BASE; in ull2dec()
1139 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1168 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2235 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/strings/
H A Ddecimal.c139 #define DIG_BASE 1000000000 macro
140 #define DIG_MAX (DIG_BASE-1)
141 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1104 ulonglong y= x / DIG_BASE; in ull2dec()
1139 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1168 x=x*DIG_BASE - *buf++; in decimal2longlong()
1753 *(++buf1)=DIG_BASE; in decimal_round()
1791 if (*buf1 >= DIG_BASE) in decimal_round()
1794 *buf1-=DIG_BASE; in decimal_round()
2235 hi=(dec1)(p/DIG_BASE); in decimal_mul()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/strings/
H A Ddecimal.cc153 #define DIG_BASE 1000000000 macro
154 #define DIG_MAX (DIG_BASE - 1)
255 if (((carry) = a >= DIG_BASE)) a -= DIG_BASE; \
1105 ulonglong y = x / DIG_BASE; in ull2dec()
1136 x = x * DIG_BASE + *buf++; in decimal2ulonglong()
1168 x = x * DIG_BASE; in decimal2longlong()
1743 *(++buf1) = DIG_BASE; in decimal_round()
1775 if (*buf1 >= DIG_BASE) { in decimal_round()
1777 *buf1 -= DIG_BASE; in decimal_round()
2138 hi = (dec1)(p / DIG_BASE); in decimal_mul()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/strings/
H A Ddecimal.c127 #define DIG_BASE 1000000000 macro
129 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1082 for (intg1=1; from >= DIG_BASE; intg1++, from/=DIG_BASE) {} in ull2dec()
1093 ulonglong y=x/DIG_BASE; in ull2dec()
1132 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1161 x=x*DIG_BASE - *buf++; in decimal2longlong()
1667 *(++buf1)=DIG_BASE; in decimal_round()
1687 if (*buf1 >= DIG_BASE) in decimal_round()
1690 *buf1-=DIG_BASE; in decimal_round()
2348 guess=DIG_BASE-1; in do_div_mod()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/strings/
H A Ddecimal.c127 #define DIG_BASE 1000000000 macro
129 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1082 for (intg1=1; from >= DIG_BASE; intg1++, from/=DIG_BASE) {} in ull2dec()
1093 ulonglong y=x/DIG_BASE; in ull2dec()
1132 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1161 x=x*DIG_BASE - *buf++; in decimal2longlong()
1667 *(++buf1)=DIG_BASE; in decimal_round()
1687 if (*buf1 >= DIG_BASE) in decimal_round()
1690 *buf1-=DIG_BASE; in decimal_round()
2348 guess=DIG_BASE-1; in do_div_mod()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/strings/
H A Ddecimal.c127 #define DIG_BASE 1000000000 macro
129 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1082 for (intg1=1; from >= DIG_BASE; intg1++, from/=DIG_BASE) {} in ull2dec()
1093 ulonglong y=x/DIG_BASE; in ull2dec()
1132 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1161 x=x*DIG_BASE - *buf++; in decimal2longlong()
1667 *(++buf1)=DIG_BASE; in decimal_round()
1687 if (*buf1 >= DIG_BASE) in decimal_round()
1690 *buf1-=DIG_BASE; in decimal_round()
2348 guess=DIG_BASE-1; in do_div_mod()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/strings/
H A Ddecimal.c127 #define DIG_BASE 1000000000 macro
129 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1082 for (intg1=1; from >= DIG_BASE; intg1++, from/=DIG_BASE) {} in ull2dec()
1093 ulonglong y=x/DIG_BASE; in ull2dec()
1132 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1161 x=x*DIG_BASE - *buf++; in decimal2longlong()
1667 *(++buf1)=DIG_BASE; in decimal_round()
1687 if (*buf1 >= DIG_BASE) in decimal_round()
1690 *buf1-=DIG_BASE; in decimal_round()
2348 guess=DIG_BASE-1; in do_div_mod()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/strings/
H A Ddecimal.c127 #define DIG_BASE 1000000000 macro
129 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1082 for (intg1=1; from >= DIG_BASE; intg1++, from/=DIG_BASE) {} in ull2dec()
1093 ulonglong y=x/DIG_BASE; in ull2dec()
1132 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1161 x=x*DIG_BASE - *buf++; in decimal2longlong()
1667 *(++buf1)=DIG_BASE; in decimal_round()
1687 if (*buf1 >= DIG_BASE) in decimal_round()
1690 *buf1-=DIG_BASE; in decimal_round()
2348 guess=DIG_BASE-1; in do_div_mod()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/strings/
H A Ddecimal.c127 #define DIG_BASE 1000000000 macro
129 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
1082 for (intg1=1; from >= DIG_BASE; intg1++, from/=DIG_BASE) {} in ull2dec()
1093 ulonglong y=x/DIG_BASE; in ull2dec()
1132 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1161 x=x*DIG_BASE - *buf++; in decimal2longlong()
1667 *(++buf1)=DIG_BASE; in decimal_round()
1687 if (*buf1 >= DIG_BASE) in decimal_round()
1690 *buf1-=DIG_BASE; in decimal_round()
2348 guess=DIG_BASE-1; in do_div_mod()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/strings/
H A Ddecimal.c127 #define DIG_BASE 1000000000 macro
129 #define DIG_BASE2 ((dec2)DIG_BASE * (dec2)DIG_BASE)
996 for (intg1=1; from >= DIG_BASE; intg1++, from/=DIG_BASE) ; in ull2dec()
1007 ulonglong y=x/DIG_BASE; in ull2dec()
1042 x=x*DIG_BASE + *buf++; in decimal2ulonglong()
1071 x=x*DIG_BASE - *buf++; in decimal2longlong()
1575 *(++buf1)=DIG_BASE; in decimal_round()
1613 if (*buf1 >= DIG_BASE) in decimal_round()
1616 *buf1-=DIG_BASE; in decimal_round()
2252 guess=DIG_BASE-1; in do_div_mod()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dmy_decimal.cc26 #define DIG_BASE 1000000000 macro
281 *sec+= static_cast<longlong>(d->buf[pos-1]) * DIG_BASE; in my_decimal2seconds()
289 *microsec= d->frac ? static_cast<longlong>(d->buf[pos+1]) / (DIG_BASE/1000000) : 0; in my_decimal2seconds()
290 *nanosec= d->frac ? static_cast<longlong>(d->buf[pos+1]) % (DIG_BASE/1000000) : 0; in my_decimal2seconds()
315 d->buf[(d->intg-1) / DIG_PER_DEC1 + 1]= microsec * (DIG_BASE/1000000); in seconds2my_decimal()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dmy_decimal.cc26 #define DIG_BASE 1000000000 macro
281 *sec+= static_cast<longlong>(d->buf[pos-1]) * DIG_BASE; in my_decimal2seconds()
289 *microsec= d->frac ? static_cast<longlong>(d->buf[pos+1]) / (DIG_BASE/1000000) : 0; in my_decimal2seconds()
290 *nanosec= d->frac ? static_cast<longlong>(d->buf[pos+1]) % (DIG_BASE/1000000) : 0; in my_decimal2seconds()
315 d->buf[(d->intg-1) / DIG_PER_DEC1 + 1]= microsec * (DIG_BASE/1000000); in seconds2my_decimal()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dmy_decimal.cc26 #define DIG_BASE 1000000000 macro
281 *sec+= static_cast<longlong>(d->buf[pos-1]) * DIG_BASE; in my_decimal2seconds()
289 *microsec= d->frac ? static_cast<longlong>(d->buf[pos+1]) / (DIG_BASE/1000000) : 0; in my_decimal2seconds()
290 *nanosec= d->frac ? static_cast<longlong>(d->buf[pos+1]) % (DIG_BASE/1000000) : 0; in my_decimal2seconds()
315 d->buf[(d->intg-1) / DIG_PER_DEC1 + 1]= microsec * (DIG_BASE/1000000); in seconds2my_decimal()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dmy_decimal.cc26 #define DIG_BASE 1000000000 macro
281 *sec+= static_cast<longlong>(d->buf[pos-1]) * DIG_BASE; in my_decimal2seconds()
289 *microsec= d->frac ? static_cast<longlong>(d->buf[pos+1]) / (DIG_BASE/1000000) : 0; in my_decimal2seconds()
290 *nanosec= d->frac ? static_cast<longlong>(d->buf[pos+1]) % (DIG_BASE/1000000) : 0; in my_decimal2seconds()
315 d->buf[(d->intg-1) / DIG_PER_DEC1 + 1]= microsec * (DIG_BASE/1000000); in seconds2my_decimal()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dmy_decimal.cc25 #define DIG_BASE 1000000000 macro
282 *sec+= static_cast<longlong>(d->buf[pos-1]) * DIG_BASE; in my_decimal2seconds()
290 *microsec= d->frac ? static_cast<longlong>(d->buf[pos+1]) / (DIG_BASE/1000000) : 0; in my_decimal2seconds()
315 d->buf[(d->intg-1) / DIG_PER_DEC1 + 1]= microsec * (DIG_BASE/1000000); in seconds2my_decimal()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dmy_decimal.cc25 #define DIG_BASE 1000000000 macro
282 *sec+= static_cast<longlong>(d->buf[pos-1]) * DIG_BASE; in my_decimal2seconds()
290 *microsec= d->frac ? static_cast<longlong>(d->buf[pos+1]) / (DIG_BASE/1000000) : 0; in my_decimal2seconds()
315 d->buf[(d->intg-1) / DIG_PER_DEC1 + 1]= microsec * (DIG_BASE/1000000); in seconds2my_decimal()

12