Home
last modified time | relevance | path

Searched refs:DIG_PER_DEC1 (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/mysql57-client/mysql-5.7.36/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
334 i= DIG_PER_DEC1; in remove_leading_zeroes()
369 i= DIG_PER_DEC1; in decimal_actual_fraction()
552 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
636 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1489 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1490 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1619 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1620 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
334 i= DIG_PER_DEC1; in remove_leading_zeroes()
369 i= DIG_PER_DEC1; in decimal_actual_fraction()
552 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
636 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1489 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1490 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1619 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1620 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
334 i= DIG_PER_DEC1; in remove_leading_zeroes()
369 i= DIG_PER_DEC1; in decimal_actual_fraction()
552 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
636 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1489 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1490 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1619 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1620 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
334 i= DIG_PER_DEC1; in remove_leading_zeroes()
369 i= DIG_PER_DEC1; in decimal_actual_fraction()
552 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
636 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1489 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1490 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1619 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1620 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
334 i= DIG_PER_DEC1; in remove_leading_zeroes()
369 i= DIG_PER_DEC1; in decimal_actual_fraction()
552 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
636 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1489 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1490 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1619 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1620 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
334 i= DIG_PER_DEC1; in remove_leading_zeroes()
369 i= DIG_PER_DEC1; in decimal_actual_fraction()
552 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
636 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1489 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1490 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1619 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1620 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/strings/
H A Ddecimal.cc151 #define DIG_PER_DEC1 9 macro
155 #define ROUND_UP(X) (((X) + DIG_PER_DEC1 - 1) / DIG_PER_DEC1)
465 i = DIG_PER_DEC1; in decimal_actual_fraction()
469 frac -= count_trailing_zeroes(DIG_PER_DEC1 - ((frac - 1) % DIG_PER_DEC1), in decimal_actual_fraction()
633 start = DIG_PER_DEC1 - (i = ((from->intg - 1) % DIG_PER_DEC1 + 1)); in digits_bounds()
705 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1344 from_intg, intg0 = intg / DIG_PER_DEC1, frac0 = frac / DIG_PER_DEC1, in decimal2bin()
1479 frac0 = scale / DIG_PER_DEC1, intg0x = intg - intg0 * DIG_PER_DEC1, in bin2decimal()
1610 frac0 = scale / DIG_PER_DEC1, intg0x = intg - intg0 * DIG_PER_DEC1, in decimal_bin_size_inline()
2223 i = DIG_PER_DEC1; in do_div_mod()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
339 i= DIG_PER_DEC1; in remove_leading_zeroes()
374 i= DIG_PER_DEC1; in decimal_actual_fraction()
557 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
641 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1491 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1492 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1623 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1624 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
339 i= DIG_PER_DEC1; in remove_leading_zeroes()
374 i= DIG_PER_DEC1; in decimal_actual_fraction()
557 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
641 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1491 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1492 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1623 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1624 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
339 i= DIG_PER_DEC1; in remove_leading_zeroes()
374 i= DIG_PER_DEC1; in decimal_actual_fraction()
557 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
641 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1491 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1492 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1623 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1624 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
339 i= DIG_PER_DEC1; in remove_leading_zeroes()
374 i= DIG_PER_DEC1; in decimal_actual_fraction()
557 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
641 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1491 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1492 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1623 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1624 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/strings/
H A Ddecimal.c137 #define DIG_PER_DEC1 9 macro
142 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
339 i= DIG_PER_DEC1; in remove_leading_zeroes()
374 i= DIG_PER_DEC1; in decimal_actual_fraction()
557 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
641 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1491 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1492 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1623 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
1624 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1; in decimal_bin_size()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/strings/
H A Ddecimal.c125 #define DIG_PER_DEC1 9 macro
140 return (x + (x > 0 ? DIG_PER_DEC1 - 1 : 0)) / DIG_PER_DEC1; in ROUND_UP()
263 i= DIG_PER_DEC1; in remove_leading_zeroes()
298 i= DIG_PER_DEC1; in decimal_actual_fraction()
303 for (i= DIG_PER_DEC1 - ((frac - 1) % DIG_PER_DEC1); in decimal_actual_fraction()
474 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
557 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1403 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1404 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1535 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/strings/
H A Ddecimal.c125 #define DIG_PER_DEC1 9 macro
140 return (x + (x > 0 ? DIG_PER_DEC1 - 1 : 0)) / DIG_PER_DEC1; in ROUND_UP()
263 i= DIG_PER_DEC1; in remove_leading_zeroes()
298 i= DIG_PER_DEC1; in decimal_actual_fraction()
303 for (i= DIG_PER_DEC1 - ((frac - 1) % DIG_PER_DEC1); in decimal_actual_fraction()
474 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
557 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1403 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1404 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1535 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/strings/
H A Ddecimal.c125 #define DIG_PER_DEC1 9 macro
140 return (x + (x > 0 ? DIG_PER_DEC1 - 1 : 0)) / DIG_PER_DEC1; in ROUND_UP()
263 i= DIG_PER_DEC1; in remove_leading_zeroes()
298 i= DIG_PER_DEC1; in decimal_actual_fraction()
303 for (i= DIG_PER_DEC1 - ((frac - 1) % DIG_PER_DEC1); in decimal_actual_fraction()
474 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
557 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1403 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1404 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1535 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/strings/
H A Ddecimal.c125 #define DIG_PER_DEC1 9 macro
140 return (x + (x > 0 ? DIG_PER_DEC1 - 1 : 0)) / DIG_PER_DEC1; in ROUND_UP()
263 i= DIG_PER_DEC1; in remove_leading_zeroes()
298 i= DIG_PER_DEC1; in decimal_actual_fraction()
303 for (i= DIG_PER_DEC1 - ((frac - 1) % DIG_PER_DEC1); in decimal_actual_fraction()
474 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
557 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1403 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1404 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1535 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/strings/
H A Ddecimal.c125 #define DIG_PER_DEC1 9 macro
140 return (x + (x > 0 ? DIG_PER_DEC1 - 1 : 0)) / DIG_PER_DEC1; in ROUND_UP()
263 i= DIG_PER_DEC1; in remove_leading_zeroes()
298 i= DIG_PER_DEC1; in decimal_actual_fraction()
303 for (i= DIG_PER_DEC1 - ((frac - 1) % DIG_PER_DEC1); in decimal_actual_fraction()
474 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
557 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1403 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1404 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1535 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/strings/
H A Ddecimal.c125 #define DIG_PER_DEC1 9 macro
140 return (x + (x > 0 ? DIG_PER_DEC1 - 1 : 0)) / DIG_PER_DEC1; in ROUND_UP()
263 i= DIG_PER_DEC1; in remove_leading_zeroes()
298 i= DIG_PER_DEC1; in decimal_actual_fraction()
303 for (i= DIG_PER_DEC1 - ((frac - 1) % DIG_PER_DEC1); in decimal_actual_fraction()
474 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
557 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1403 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1404 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1535 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/strings/
H A Ddecimal.c125 #define DIG_PER_DEC1 9 macro
130 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
259 i= DIG_PER_DEC1; in remove_leading_zeroes()
294 i= DIG_PER_DEC1; in decimal_actual_fraction()
299 for (i= DIG_PER_DEC1 - ((frac - 1) % DIG_PER_DEC1); in decimal_actual_fraction()
469 start= DIG_PER_DEC1 - (i= ((from->intg-1) % DIG_PER_DEC1 + 1)); in digits_bounds()
552 if (DIG_PER_DEC1 - ((last - 1) % DIG_PER_DEC1 + 1) < shift) in do_mini_right_shift()
1313 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in bin2decimal()
1314 intg0x=intg-intg0*DIG_PER_DEC1, frac0x=scale-frac0*DIG_PER_DEC1, in bin2decimal()
1445 intg0=intg/DIG_PER_DEC1, frac0=scale/DIG_PER_DEC1, in decimal_bin_size()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/ngs/src/protocol/
H A Drow_builder.cc121 #define DIG_PER_DEC1 9 macro
126 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
154 i = ((intg - 1) % DIG_PER_DEC1) + 1; in remove_leading_zeroes()
158 i = DIG_PER_DEC1; in remove_leading_zeroes()
163 intg -= count_leading_zeroes((intg - 1) % DIG_PER_DEC1, *buf0); in remove_leading_zeroes()
247 for (; frac>0; frac -= DIG_PER_DEC1) in __decimal2string()
250 for (i = MY_MIN(frac, DIG_PER_DEC1); i; i--) in __decimal2string()
270 for (buf = buf0 + ROUND_UP(intg); intg>0; intg -= DIG_PER_DEC1) in __decimal2string()
273 for (i = MY_MIN(intg, DIG_PER_DEC1); i; i--) in __decimal2string()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/ngs/src/protocol/
H A Drow_builder.cc121 #define DIG_PER_DEC1 9 macro
126 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
154 i = ((intg - 1) % DIG_PER_DEC1) + 1; in remove_leading_zeroes()
158 i = DIG_PER_DEC1; in remove_leading_zeroes()
163 intg -= count_leading_zeroes((intg - 1) % DIG_PER_DEC1, *buf0); in remove_leading_zeroes()
247 for (; frac>0; frac -= DIG_PER_DEC1) in __decimal2string()
250 for (i = MY_MIN(frac, DIG_PER_DEC1); i; i--) in __decimal2string()
270 for (buf = buf0 + ROUND_UP(intg); intg>0; intg -= DIG_PER_DEC1) in __decimal2string()
273 for (i = MY_MIN(intg, DIG_PER_DEC1); i; i--) in __decimal2string()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/ngs/src/protocol/
H A Drow_builder.cc121 #define DIG_PER_DEC1 9 macro
126 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
154 i = ((intg - 1) % DIG_PER_DEC1) + 1; in remove_leading_zeroes()
158 i = DIG_PER_DEC1; in remove_leading_zeroes()
163 intg -= count_leading_zeroes((intg - 1) % DIG_PER_DEC1, *buf0); in remove_leading_zeroes()
247 for (; frac>0; frac -= DIG_PER_DEC1) in __decimal2string()
250 for (i = MY_MIN(frac, DIG_PER_DEC1); i; i--) in __decimal2string()
270 for (buf = buf0 + ROUND_UP(intg); intg>0; intg -= DIG_PER_DEC1) in __decimal2string()
273 for (i = MY_MIN(intg, DIG_PER_DEC1); i; i--) in __decimal2string()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/ngs/src/protocol/
H A Drow_builder.cc121 #define DIG_PER_DEC1 9 macro
126 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
154 i = ((intg - 1) % DIG_PER_DEC1) + 1; in remove_leading_zeroes()
158 i = DIG_PER_DEC1; in remove_leading_zeroes()
163 intg -= count_leading_zeroes((intg - 1) % DIG_PER_DEC1, *buf0); in remove_leading_zeroes()
247 for (; frac>0; frac -= DIG_PER_DEC1) in __decimal2string()
250 for (i = MY_MIN(frac, DIG_PER_DEC1); i; i--) in __decimal2string()
270 for (buf = buf0 + ROUND_UP(intg); intg>0; intg -= DIG_PER_DEC1) in __decimal2string()
273 for (i = MY_MIN(intg, DIG_PER_DEC1); i; i--) in __decimal2string()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/ngs/src/protocol/
H A Drow_builder.cc121 #define DIG_PER_DEC1 9 macro
126 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
154 i = ((intg - 1) % DIG_PER_DEC1) + 1; in remove_leading_zeroes()
158 i = DIG_PER_DEC1; in remove_leading_zeroes()
163 intg -= count_leading_zeroes((intg - 1) % DIG_PER_DEC1, *buf0); in remove_leading_zeroes()
247 for (; frac>0; frac -= DIG_PER_DEC1) in __decimal2string()
250 for (i = MY_MIN(frac, DIG_PER_DEC1); i; i--) in __decimal2string()
270 for (buf = buf0 + ROUND_UP(intg); intg>0; intg -= DIG_PER_DEC1) in __decimal2string()
273 for (i = MY_MIN(intg, DIG_PER_DEC1); i; i--) in __decimal2string()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/ngs/src/protocol/
H A Drow_builder.cc121 #define DIG_PER_DEC1 9 macro
126 #define ROUND_UP(X) (((X)+DIG_PER_DEC1-1)/DIG_PER_DEC1)
154 i = ((intg - 1) % DIG_PER_DEC1) + 1; in remove_leading_zeroes()
158 i = DIG_PER_DEC1; in remove_leading_zeroes()
163 intg -= count_leading_zeroes((intg - 1) % DIG_PER_DEC1, *buf0); in remove_leading_zeroes()
247 for (; frac>0; frac -= DIG_PER_DEC1) in __decimal2string()
250 for (i = MY_MIN(frac, DIG_PER_DEC1); i; i--) in __decimal2string()
270 for (buf = buf0 + ROUND_UP(intg); intg>0; intg -= DIG_PER_DEC1) in __decimal2string()
273 for (i = MY_MIN(intg, DIG_PER_DEC1); i; i--) in __decimal2string()

123