Files
addr2line
adler
adler32
ahash
aho_corasick
angle
approx
backtrace
bitflags
blender
bytemuck
byteorder
case
cast_trait
cfg_if
chrono
color
color_quant
const_fn
crc32fast
crossbeam
crossbeam_channel
crossbeam_deque
crossbeam_epoch
crossbeam_queue
crossbeam_skiplist
crossbeam_utils
darling
darling_core
darling_macro
dds
deflate
densevec
derive_builder
derive_builder_core
dot
downcast_rs
dual_quat
either
erased_serde
failure
failure_derive
fixedbitset
float_cmp
fnv
freeimage
freeimage_sys
freetype
freetype_gl_sys
freetype_sys
freetypegl
futures
futures_channel
futures_core
futures_executor
futures_io
futures_macro
futures_sink
futures_task
futures_util
async_await
future
io
lock
sink
stream
task
fxhash
generational_arena
generic_array
getrandom
gif
gimli
glfw
glfw_sys
glin
glin_derive
glsl
half
harfbuzz
harfbuzz_ft_sys
harfbuzz_sys
hashbrown
human_sort
ident_case
image
indexmap
instant
itertools
itoa
jpeg_decoder
lazy_static
libc
libm
lock_api
log
lut_parser
matrixmultiply
memchr
memoffset
meshopt
miniz_oxide
monotonic_clock
mopa
mutiny_derive
na
nalgebra
base
geometry
linalg
ncollide3d
bounding_volume
interpolation
partitioning
pipeline
procedural
query
algorithms
closest_points
contact
distance
nonlinear_time_of_impact
point
proximity
ray
time_of_impact
visitors
shape
transformation
utils
nom
num_complex
num_cpus
num_integer
num_iter
num_rational
num_traits
numext_constructor
numext_fixed_uint
numext_fixed_uint_core
numext_fixed_uint_hack
object
once_cell
parking_lot
parking_lot_core
pathfinding
pennereq
petgraph
pin_project_lite
pin_utils
png
polygon2
ppv_lite86
proc_macro2
proc_macro_crate
proc_macro_hack
proc_macro_nested
quote
rand
rand_chacha
rand_core
rand_distr
raw_window_handle
rawpointer
rayon
rayon_core
rect_packer
regex
regex_syntax
retain_mut
rin
rin_app
rin_blender
rin_core
rin_gl
rin_graphics
rin_gui
rin_material
rin_math
rin_postpo
rin_scene
rin_util
rin_window
rinblender
rinecs
rinecs_derive
rinecs_derive_utils
ringui_derive
rustc_demangle
rusty_pool
ryu
scopeguard
seitan
seitan_derive
semver
semver_parser
serde
serde_derive
serde_json
shaderdata_derive
simba
slab
slice_of_array
slotmap
smallvec
std140_data
streaming_iterator
strsim
syn
synstructure
thiserror
thiserror_impl
thread_local
tiff
time
toml
typenum
unchecked_unwrap
unicode_xid
vec2
vec3
weezl
x11
zlib_sys
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
// Copyright 2018-2019 Cryptape Technologies LLC.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

//! Define private methods about operators.

use crate::fixed_uint::UintConstructor;
use crate::utils;
use quote::quote;

impl UintConstructor {
    pub fn defun_priv_ops(&self) {
        self.defun_priv_unit_ops();
        self.defun_priv_add();
        self.defun_priv_sub();
        self.defun_priv_mul();
        self.defun_priv_full_mul();
        self.defun_priv_div_and_rem();
        self.defun_priv_pow();
        self.defun_priv_bitwise();
        self.defun_priv_not();
        self.defun_priv_shift();
    }

    fn defun_priv_unit_ops(&self) {
        let unit_bits_size = &self.ts.unit_bits_size;
        let unit_amount = &self.ts.unit_amount;
        let unit_suffix = &self.ts.unit_suffix;
        let double_unit_suffix = &self.ts.double_unit_suffix;
        let inner_type = &self.ts.inner_type;
        let loop_unit_bits_size = &vec![unit_bits_size; self.info.unit_amount as usize];
        let loop_unit_amount = &utils::pure_uint_list_to_ts(0..self.info.unit_amount);
        let loop_unit_amount_rev = &utils::pure_uint_list_to_ts((0..self.info.unit_amount).rev());
        let loop_unit_suffix = &vec![unit_suffix; self.info.unit_amount as usize];
        let loop_unit_suffix_clone = &loop_unit_suffix.clone();
        let loop_double_unit_suffix = &vec![double_unit_suffix; self.info.unit_amount as usize];
        let part = quote!(
            #[inline]
            fn _unit(&self, index: usize) -> Option<#unit_suffix> {
                if index >= #unit_amount {
                    None
                } else {
                    let inner = self.inner();
                    Some(inner[index])
                }
            }
            #[inline]
            fn _set_unit(&mut self, index: usize, value: #unit_suffix) -> bool {
                if index >= #unit_amount {
                    false
                } else {
                    let inner = self.mut_inner();
                    inner[index] = value;
                    true
                }
            }
            #[inline]
            fn _highest_nonzero_unit(&self) -> Option<usize> {
                let inner = self.inner();
                #({
                    let idx: usize = #loop_unit_amount_rev;
                    let v = inner[idx];
                    if v != 0 {
                        return Some(idx);
                    }
                })*
                None
            }
            #[inline]
            fn _lowest_nonzero_unit(&self) -> Option<usize> {
                let inner = self.inner();
                #({
                    let idx: usize = #loop_unit_amount;
                    let v = inner[idx];
                    if v != 0 {
                        return Some(idx);
                    }
                })*
                None
            }
            #[inline]
            fn _mul_unit(&self, other: #unit_suffix) -> (Self, bool) {
                let mut ret: #inner_type = [0; #unit_amount];
                let inner = self.inner();
                let other = other as #double_unit_suffix;
                let mut hi: #unit_suffix = 0;
                #({
                    let idx: usize = #loop_unit_amount;
                    let val = inner[idx];
                    if val == 0 {
                        let ret_val = &mut ret[idx];
                        *ret_val = hi;
                        hi = 0;
                    } else {
                        let prod = (val as #loop_double_unit_suffix) * other;
                        let lo = prod as #loop_unit_suffix;
                        let ret_val = &mut ret[idx];
                        let (lo, of) = lo.overflowing_add(hi);
                        *ret_val = lo;
                        hi = (prod >> #loop_unit_bits_size) as #loop_unit_suffix_clone;
                        if of {
                            hi += 1;
                        }
                    }
                })*
                (Self::new(ret), hi > 0)
            }
            #[inline]
            fn _div_unit_with_rem(&self, other: #unit_suffix) -> (Self, #unit_suffix) {
                // check this condition before call this function
                if other == 0 {
                    unreachable!();
                };
                let mut lhs_idx = if let Some(idx) = self._highest_nonzero_unit() {
                    idx
                } else {
                    return (Self::zero(), 0);
                };
                if lhs_idx == 0 {
                    return if self.inner()[0] < other {
                        (Self::zero(), self.inner()[0])
                    } else {
                        let mut z = Self::zero();
                        z._set_unit(0, self.inner()[0] / other);
                        (z, self.inner()[0] % other)
                    };
                }

                let mut ret: #inner_type = [0; #unit_amount];

                let mut copy = self.clone();
                let mut ret_idx = lhs_idx;
                let divisor = other as #double_unit_suffix;

                loop {
                    let lhs_highest = copy.inner()[lhs_idx] as #double_unit_suffix;
                    // if lhs highest byte is ZERO, the skip it
                    if lhs_highest == 0 {
                        if ret_idx == 0 {
                            break;
                        }
                        ret_idx -= 1;
                        lhs_idx -= 1;
                        continue;
                    }
                    // estimate highest byte of quotient
                    let dividend = if lhs_highest < divisor {
                        if ret_idx == 0 {
                            break;
                        }
                        lhs_idx -= 1;
                        ret_idx -= 1;
                        (lhs_highest << #unit_bits_size) + copy.inner()[lhs_idx] as #double_unit_suffix
                    } else {
                        lhs_highest
                    };
                    let quotient = (dividend / divisor) as #unit_suffix;
                    ret[ret_idx] = quotient;
                    let remainder = (dividend % divisor) as #unit_suffix;
                    // the copy[lhs_idx+1] is dirty
                    copy.mut_inner()[lhs_idx] = remainder;
                }
                (Self::new(ret), copy.inner()[0])
            }
        );
        self.defun(part);
    }

    fn defun_priv_add(&self) {
        let unit_suffix = &self.ts.unit_suffix;
        let inner_type = &self.ts.inner_type;
        let mut loop_part = quote!();
        for i in 0..self.info.unit_amount {
            let i = utils::pure_uint_to_ts(i);
            let loop_part_tmp = quote!(
                of = if of {
                    let (val_n, of_n) = #unit_suffix::overflowing_add(lhs[#i], rhs[#i]);
                    // The carry only can be one.
                    let (val_o, of_o) = #unit_suffix::overflowing_add(val_n, 1);
                    unsafe {
                        ::std::ptr::write(ret_ptr.offset(#i), val_o);
                    }
                    // Can not overflow twice.
                    of_n || of_o
                } else {
                    let (val_n, of_n) = #unit_suffix::overflowing_add(lhs[#i], rhs[#i]);
                    unsafe {
                        ::std::ptr::write(ret_ptr.offset(#i), val_n);
                    }
                    of_n
                };
            );
            loop_part = quote!(#loop_part #loop_part_tmp);
        }
        let part = quote!(
            #[inline]
            fn _add(&self, other: &Self) -> (Self, bool) {
                let lhs = self.inner();
                let rhs = other.inner();
                let mut ret: #inner_type =
                    unsafe { ::std::mem::MaybeUninit::uninit().assume_init() };
                let ret_ptr = &mut ret as *mut #inner_type as *mut #unit_suffix;
                let mut of = false;
                #loop_part;
                (Self::new(ret), of)
            }
        );
        self.defun(part);
    }

    fn defun_priv_sub(&self) {
        let inner_type = &self.ts.inner_type;
        let unit_suffix = &self.ts.unit_suffix;
        let mut loop_part = quote!();
        for i in 0..self.info.unit_amount {
            let i = utils::pure_uint_to_ts(i);
            let loop_part_tmp = quote!(
                of = if of {
                    let (val_n, of_n) = #unit_suffix::overflowing_sub(lhs[#i], rhs[#i]);
                    // The carry only can be one.
                    let (val_o, of_o) = #unit_suffix::overflowing_sub(val_n, 1);
                    unsafe {
                        ::std::ptr::write(ret_ptr.offset(#i), val_o);
                    }
                    // Can not overflow twice.
                    of_n || of_o
                } else {
                    let (val_n, of_n) = #unit_suffix::overflowing_sub(lhs[#i], rhs[#i]);
                    unsafe {
                        ::std::ptr::write(ret_ptr.offset(#i), val_n);
                    }
                    of_n
                };
            );
            loop_part = quote!(#loop_part #loop_part_tmp);
        }
        let part = quote!(
            #[inline]
            fn _sub(&self, other: &Self) -> (Self, bool) {
                let lhs = self.inner();
                let rhs = other.inner();
                let mut ret: #inner_type =
                    unsafe { ::std::mem::MaybeUninit::uninit().assume_init() };
                let ret_ptr = &mut ret as *mut #inner_type as *mut #unit_suffix;
                let mut of = false;
                #loop_part;
                (Self::new(ret), of)
            }
        );
        self.defun(part);
    }

    fn defun_priv_mul(&self) {
        let inner_type = &self.ts.inner_type;
        let unit_bits_size = &self.ts.unit_bits_size;
        let unit_amount = &self.ts.unit_amount;
        let unit_suffix = &self.ts.unit_suffix;
        let double_unit_suffix = &self.ts.double_unit_suffix;
        let part = quote!(
            #[inline]
            fn _mul(&self, other: &Self) -> (Self, bool) {
                let (lidx_max, ridx_max) = {
                    let lidx_max_opt = self._highest_nonzero_unit();
                    let ridx_max_opt = other._highest_nonzero_unit();
                    if lidx_max_opt.is_none() || ridx_max_opt.is_none() {
                        return (Self::zero(), false);
                    }
                    (lidx_max_opt.unwrap(), ridx_max_opt.unwrap())
                };
                let mut ret: #inner_type = [0; #unit_amount];
                let lhs = self.inner();
                let rhs = other.inner();
                let mut of = (lidx_max + ridx_max) >= #unit_amount;
                let mut lidx = 0;
                while lidx <= lidx_max {
                    if lhs[lidx] == 0 {
                        lidx += 1;
                        continue;
                    }
                    let mut ridx = 0;
                    while ridx <= ridx_max {
                        if rhs[ridx] == 0 {
                            ridx += 1;
                            continue;
                        }

                        let mut k = lidx + ridx;

                        // store low part of current result
                        if k >= #unit_amount {
                            break;
                        }

                        let lx = lhs[lidx] as #double_unit_suffix;
                        let rx = rhs[ridx] as #double_unit_suffix;
                        let val = lx * rx;

                        let val_lo = val as #unit_suffix;
                        let val_hi = (val >> #unit_bits_size) as #unit_suffix;

                        let of_lo = {
                            let ret_lo = &mut ret[k];
                            let (val_lo, of_lo) = val_lo.overflowing_add(*ret_lo);
                            *ret_lo = val_lo;
                            of_lo
                        };

                        if (!of_lo) && val_hi == 0 {
                            ridx += 1;
                            continue;
                        }

                        // store high part of current result
                        k += 1;
                        if k == #unit_amount {
                            of = true;
                            break;
                        }

                        let mut of_hi = {
                            let ret_hi = &mut ret[k];
                            let (mut val_hi, mut of_hi) = val_hi.overflowing_add(*ret_hi);
                            if of_lo {
                                let (val_tmp, of_tmp) = val_hi.overflowing_add(1);
                                val_hi = val_tmp;
                                of_hi = of_hi || of_tmp;
                            }
                            *ret_hi = val_hi;
                            of_hi
                        };

                        // store the overflow part
                        k += 1;
                        while (of_hi && k != #unit_amount) {
                            let ret_hi = &mut ret[k];
                            let (val_tmp, of_tmp) = (*ret_hi).overflowing_add(1);
                            *ret_hi = val_tmp;
                            of_hi = of_tmp;
                            k += 1;
                        }

                        if k == #unit_amount {
                            of = of || of_hi;
                        }
                        ridx += 1;
                    }
                    lidx += 1;
                }
                (Self::new(ret), of)
            }
        );
        self.defun(part);
    }

    fn defun_priv_full_mul(&self) {
        let inner_type = &self.ts.inner_type;
        let unit_bits_size = &self.ts.unit_bits_size;
        let unit_amount = &self.ts.unit_amount;
        let unit_suffix = &self.ts.unit_suffix;
        let double_unit_suffix = &self.ts.double_unit_suffix;
        let loop_unit_amount = &utils::pure_uint_list_to_ts(0..self.info.unit_amount);
        let part = quote!(
            #[inline]
            fn _full_mul(&self, other: &Self) -> (Self, Self) {
                let (lidx_max, ridx_max) = {
                    let lidx_max_opt = self._highest_nonzero_unit();
                    let ridx_max_opt = other._highest_nonzero_unit();
                    if lidx_max_opt.is_none() || ridx_max_opt.is_none() {
                        return (Self::zero(), Self::zero())
                    }
                    (lidx_max_opt.unwrap(), ridx_max_opt.unwrap())
                };
                if lidx_max + ridx_max > #unit_amount * 2 {
                    unreachable!();
                }
                let mut ret: [#unit_suffix; #unit_amount * 2] = [0; #unit_amount * 2];
                let lhs = self.inner();
                let rhs = other.inner();
                let mut lidx = 0;
                while lidx <= lidx_max {
                    if lhs[lidx] == 0 {
                        lidx += 1;
                        continue;
                    }
                    let mut ridx = 0;
                    while ridx <= ridx_max {
                        if rhs[ridx] == 0 {
                            ridx += 1;
                            continue;
                        }

                        let mut k = lidx + ridx;

                        let lx = lhs[lidx] as #double_unit_suffix;
                        let rx = rhs[ridx] as #double_unit_suffix;
                        let val = lx * rx;

                        let val_lo = val as #unit_suffix;
                        let val_hi = (val >> #unit_bits_size) as #unit_suffix;

                        let of_lo = {
                            let ret_lo = &mut ret[k];
                            let (val_lo, of_lo) = val_lo.overflowing_add(*ret_lo);
                            *ret_lo = val_lo;
                            of_lo
                        };

                        if (!of_lo) && val_hi == 0 {
                            ridx += 1;
                            continue;
                        }

                        k += 1;

                        let mut of_hi = {
                            let ret_hi = &mut ret[k];
                            let (mut val_hi, mut of_hi) = val_hi.overflowing_add(*ret_hi);
                            if of_lo {
                                let (val_tmp, of_tmp) = val_hi.overflowing_add(1);
                                val_hi = val_tmp;
                                of_hi = of_hi || of_tmp;
                            }
                            *ret_hi = val_hi;
                            of_hi
                        };

                        k += 1;
                        while of_hi {
                            let ret_hi = &mut ret[k];
                            let (val_tmp, of_tmp) = (*ret_hi).overflowing_add(1);
                            *ret_hi = val_tmp;
                            of_hi = of_tmp;
                            k += 1;
                        }

                        ridx += 1;
                    }
                    lidx += 1;
                }
                let mut low: #inner_type = [0; #unit_amount];
                let mut high: #inner_type = [0; #unit_amount];
                unsafe {
                    let mut ret_ptr = ret.as_ptr();
                    let mut low_ptr = low.as_mut_ptr();
                    #(
                        let _ = #loop_unit_amount;
                        *low_ptr = *ret_ptr;
                        ret_ptr = ret_ptr.offset(1);
                        low_ptr = low_ptr.offset(1);
                    )*
                    let mut high_ptr = high.as_mut_ptr();
                    #(
                        let _ = #loop_unit_amount;
                        *high_ptr = *ret_ptr;
                        ret_ptr = ret_ptr.offset(1);
                        high_ptr = high_ptr.offset(1);
                    )*
                }
                (Self::new(low), Self::new(high))
            }
        );
        self.defun(part);
    }

    fn defun_priv_div_and_rem(&self) {
        let unit_amount = &self.ts.unit_amount;
        let unit_bits_size = &self.ts.unit_bits_size;
        let unit_suffix = &self.ts.unit_suffix;
        let double_unit_suffix = &self.ts.double_unit_suffix;
        let inner_type = &self.ts.inner_type;
        let part = quote!(
            // # A brief explanation of division
            //
            // WARNING: This method is a mess, but it is fast and it works, so don't **fuck** with it.
            //
            // ## Problem
            //
            // If $x$ and $y$ is two big unsigned integer, how to compute the result of $x / y$?
            //
            // ## Hypothesis
            //
            // $$
            //      p = 2^{64} \\
            //      \\
            //      x = \sum_{i=0}^{n} a_{i}*p^{i} \\
            //      (\forall i \in [0, n),  0 \le a_{i} \lt p; 0 \lt a_{n} \lt p) \\
            //      \\
            //      y = \sum_{i=0}^{m} b_{i}*p^{i} \\
            //      (\forall i \in [0, m),  0 \le b_{i} \lt p; 0 \lt b_{m} \lt p) \\
            // $$
            //
            // ## Solution
            //
            // Let $z = \sum_{i=0}^{n-m} c_{i}*p^{i}$ and $r = b_{m}$.
            //
            // Until $n \le 2$ or $n \lt m$, do
            //
            //      If $a_{n} > r$, set $t = a_{n}, k = n$;
            //      else set $t = a_{n} * p + a_{n-1}, k = n-1$.
            //
            //      Let $s = \left \lfloor \frac{t-1}{r} \right \rfloor$.
            //      Let $c_{k} = c_{k} + s$.
            //      Let $x = x - y * s * p^{k}$
            //
            // Let $l = 0$, until $x \lt y$, do
            //
            //      $x = x - y$
            //      $l = l + 1$
            //
            // Let $z = z + l$
            // $z$ is the result.
            //
            // ## Conclusion
            //
            // In fact, I use a very simple and common algorithm -- [Long division].
            // The only difference is I use base-$2^{64}$ to instead of base-10.
            //
            // [Long division]: https://en.wikipedia.org/wiki/Long_division
            #[inline]
            fn _div_with_rem(&self, other: &Self) -> Option<(Self, Self)> {
                if self < other {
                    // other > self >= zero
                    return Some((Self::zero(), self.clone()));
                }
                // below: self >= other
                let rhs_idx = other._highest_nonzero_unit()?;
                // below: self >= other > zero
                let mut lhs_idx = if let Some(idx) = self._highest_nonzero_unit() {
                    idx
                } else {
                    unreachable!();
                };
                if lhs_idx < rhs_idx {
                    unreachable!();
                }

                let mut ret: #inner_type = [0; #unit_amount];

                let mut copy = self.clone();
                let mut ret_idx = lhs_idx - rhs_idx;
                // lhs_idx >= ret_idx since rhs_idx >= 0
                let rhs = other.inner();
                let rhs_highest = rhs[rhs_idx] as #double_unit_suffix;
                let mut borrow = false;

                loop {
                    if borrow {
                        borrow = false;
                        if copy.inner()[lhs_idx + 1] != 0 {
                            lhs_idx += 1;
                            ret_idx += 1;
                        }
                    }
                    let lhs_highest = copy.inner()[lhs_idx] as #double_unit_suffix;
                    // if lhs highest byte is ZERO, the skip it
                    if lhs_highest == 0 {
                        if ret_idx == 0 {
                            break;
                        }
                        ret_idx -= 1;
                        lhs_idx -= 1;
                        continue;
                    }
                    // below: ret_idx > 0
                    // estimate highest byte of quotient
                    // could not overflow
                    let divisor = rhs_highest + 1;
                    let dividend = if lhs_highest >= divisor {
                        lhs_highest
                    } else {
                        if ret_idx == 0 {
                            break;
                        }
                        borrow = true;
                        lhs_idx -= 1;
                        ret_idx -= 1;
                        (lhs_highest << #unit_bits_size)
                            + copy.inner()[lhs_idx] as #double_unit_suffix
                    };
                    let quotient = (dividend / divisor) as #unit_suffix;
                    let of = {
                        let ret_tmp = &mut ret[ret_idx];
                        let (tmp, of) = quotient.overflowing_add(*ret_tmp);
                        *ret_tmp = tmp;
                        of
                    };
                    {
                        let mut ret_idx_tmp = ret_idx + 1;
                        let mut ret_of = of;
                        loop {
                            if ret_of {
                                let ret_tmp = &mut ret[ret_idx_tmp];
                                let (tmp, of) = ret_tmp.overflowing_add(1);
                                *ret_tmp = tmp;
                                ret_of = of;
                                ret_idx_tmp += 1;
                            } else {
                                break;
                            }
                        }
                    }
                    let minuend = {
                        // could not overflow
                        let (mut minuend_tmp, _) = other._mul_unit(quotient);
                        // left shift
                        let mut idx = #unit_amount - 1;
                        while idx > ret_idx {
                            minuend_tmp.mut_inner()[idx] = minuend_tmp.inner()[idx - ret_idx];
                            idx -= 1;
                        }
                        minuend_tmp.mut_inner()[ret_idx] = minuend_tmp.inner()[0];
                        let mut idx = 0;
                        while idx < ret_idx {
                            minuend_tmp.mut_inner()[idx] = 0;
                            idx += 1;
                        }
                        minuend_tmp
                    };
                    // could not overflow
                    let (copy_new, _) = copy._sub(&minuend);
                    copy = copy_new;
                }
                let mut more: #unit_suffix = 0;
                while copy >= *other {
                    // could not overflow
                    let (copy_new, _) = copy._sub(other);
                    copy = copy_new;
                    more += 1;
                }
                {
                    let mut of = {
                        let ret_tmp = &mut ret[0];
                        let (tmp, of) = more.overflowing_add(*ret_tmp);
                        *ret_tmp = tmp;
                        of
                    };
                    let mut idx = 1;
                    while idx < #unit_amount {
                        if of {
                            let ret_tmp = &mut ret[idx];
                            let (tmp, of_tmp) = ret_tmp.overflowing_add(1);
                            *ret_tmp = tmp;
                            of = of_tmp;
                            idx += 1;
                        } else {
                            break;
                        }
                    }
                }
                Some((Self::new(ret), copy))
            }

            #[inline]
            fn _div(&self, other: &Self) -> (Self, bool) {
                if let Some((q, _r)) = self._div_with_rem(other) {
                    (q, false)
                } else {
                    (Self::default(), true)
                }
            }

            #[inline]
            fn _rem(&self, other: &Self) -> (Self, bool) {
                if let Some((_q, r)) = self._div_with_rem(other) {
                    (r, false)
                } else {
                    (Self::default(), true)
                }
            }
        );
        self.defun(part);
    }

    fn defun_priv_pow(&self) {
        let unit_bits_size = &self.ts.unit_bits_size;
        let loop_unit_amount_rev = &utils::pure_uint_list_to_ts((0..self.info.unit_amount).rev());
        let part = quote!(
            // Ref: https://en.wikipedia.org/wiki/Exponentiation_by_squaring
            #[inline]
            fn _pow(&self, exp: u32) -> (Self, bool) {
                match exp {
                    0 => (Self::one(), false),
                    1 => (self.clone(), false),
                    mut exp => {
                        let mut val = self.clone();
                        let mut ret = Self::one();
                        let mut of = false;
                        while exp > 1 {
                            if exp & 1 == 1 {
                                let (ret_tmp, of_tmp) = val._mul(&ret);
                                ret = ret_tmp;
                                of = of || of_tmp;
                            }
                            let (val_tmp, of_tmp) = val._mul(&val);
                            val = val_tmp;
                            of = of || of_tmp;
                            exp >>= 1;
                        }
                        let (ret, of_tmp) = val._mul(&ret);
                        (ret, of || of_tmp)
                    }
                }
            }
            #[inline]
            fn _next_power_of_two(&self) -> Option<Self> {
                let inner = self.inner();
                let mut idx_fisrt_not_zero = 0;
                let ubs = #unit_bits_size;
                #({
                    let idx = #loop_unit_amount_rev;
                    let v = inner[idx];
                    if v != 0 {
                        if idx_fisrt_not_zero == 0 {
                            idx_fisrt_not_zero = idx;
                        } else {
                            let mut ret = Self::zero();
                            let v = inner[idx_fisrt_not_zero];
                            let l0 = v.leading_zeros() as usize;
                            let bit_idx = ubs * (idx_fisrt_not_zero + 1) - l0;
                            return if ret.set_bit(bit_idx, true) {
                                Some(ret)
                            } else {
                                None
                            }
                        }
                    }
                })*
                if inner[idx_fisrt_not_zero].is_power_of_two() {
                    Some(self.clone())
                } else {
                    let v = inner[idx_fisrt_not_zero];
                    let mut ret = Self::zero();
                    let l0 = v.leading_zeros() as usize;
                    let bit_idx = ubs * (idx_fisrt_not_zero + 1) - l0;
                    if ret.set_bit(bit_idx, true) {
                        Some(ret)
                    } else {
                        None
                    }
                }
            }
        );
        self.defun(part);
    }

    fn defun_priv_bitwise(&self) {
        let inner_type = &self.ts.inner_type;
        let loop_unit_amount = &utils::pure_uint_list_to_ts(0..self.info.unit_amount);
        let part = quote!(
            #[inline]
            fn _bitand(&self, rhs: &Self) -> Self {
                let mut ret: #inner_type = unsafe { ::std::mem::MaybeUninit::uninit().assume_init() };
                let inner = self.inner();
                let rhs = rhs.inner();
                #({
                    let idx = #loop_unit_amount;
                    ret[idx] = inner[idx] & rhs[idx];
                })*
                Self::new(ret)
            }
            #[inline]
            fn _bitor(&self, rhs: &Self) -> Self {
                let mut ret: #inner_type = unsafe { ::std::mem::MaybeUninit::uninit().assume_init() };
                let inner = self.inner();
                let rhs = rhs.inner();
                #({
                    let idx = #loop_unit_amount;
                    ret[idx] = inner[idx] | rhs[idx];
                })*
                Self::new(ret)
            }
            #[inline]
            fn _bitxor(&self, rhs: &Self) -> Self {
                let mut ret: #inner_type = unsafe { ::std::mem::MaybeUninit::uninit().assume_init() };
                let inner = self.inner();
                let rhs = rhs.inner();
                #({
                    let idx = #loop_unit_amount;
                    ret[idx] = inner[idx] ^ rhs[idx];
                })*
                Self::new(ret)
            }
        );
        self.defun(part);
    }

    fn defun_priv_not(&self) {
        let inner_type = &self.ts.inner_type;
        let loop_unit_amount = &utils::pure_uint_list_to_ts(0..self.info.unit_amount);
        let part = quote!(
            #[inline]
            fn _not(&self) -> Self {
                let mut ret: #inner_type = unsafe { ::std::mem::MaybeUninit::uninit().assume_init() };
                let inner = self.inner();
                #({
                    let idx = #loop_unit_amount;
                    ret[idx] = !inner[idx];
                })*
                Self::new(ret)
            }
        );
        self.defun(part);
    }

    fn defun_priv_shift(&self) {
        let bits_size = &self.ts.bits_size;
        let unit_bits_size = &self.ts.unit_bits_size;
        let unit_amount = &self.ts.unit_amount;
        let inner_type = &self.ts.inner_type;
        let part = quote!(
            #[inline]
            fn _ishl(&self, rhs: i128) -> Self {
                match rhs {
                    val if val > 0 => self._ushl(val as u128),
                    val if val < 0 => self._ushr((-val) as u128),
                    _ => self.clone(),
                }
            }
            #[inline]
            fn _ishr(&self, rhs: i128) -> Self {
                match rhs {
                    val if val > 0 => self._ushr(val as u128),
                    val if val < 0 => self._ushl((-val) as u128),
                    _ => self.clone(),
                }
            }
            #[inline]
            fn _ushl(&self, rhs: u128) -> Self {
                if rhs == 0 {
                    return self.clone();
                }
                if rhs < #bits_size {
                    let mut ret: #inner_type = [0; #unit_amount];
                    let src = self.inner();
                    let bit_offset = (rhs % #unit_bits_size) as usize;
                    let unit_offset = (rhs / #unit_bits_size) as usize;
                    let mut idx = unit_offset as usize;
                    if bit_offset == 0 {
                        ret[idx] = src[0];
                        idx += 1;
                        while idx < #unit_amount {
                            ret[idx] = src[idx - unit_offset];
                            idx += 1;
                        }
                    } else {
                        let bit_cover = #unit_bits_size - bit_offset;
                        ret[idx] = src[0] << bit_offset;
                        idx += 1;
                        while idx < #unit_amount {
                            ret[idx] = (src[idx - unit_offset] << bit_offset)
                                | (src[idx - unit_offset - 1] >> bit_cover);
                            idx += 1;
                        }
                    }
                    Self::new(ret)
                } else {
                    Self::zero()
                }
            }
            #[inline]
            fn _ushr(&self, rhs: u128) -> Self {
                if rhs == 0 {
                    return self.clone();
                }
                if rhs < #bits_size {
                    let mut ret: #inner_type = [0; #unit_amount];
                    let src = self.inner();
                    let bit_offset = (rhs % #unit_bits_size) as usize;
                    let unit_offset = (rhs / #unit_bits_size) as usize;
                    let mut idx = 0;
                    if bit_offset == 0 {
                        while idx < #unit_amount - unit_offset - 1 {
                            ret[idx] = src[idx + unit_offset];
                            idx += 1;
                        }
                        ret[idx] = src[idx + unit_offset];
                    } else {
                        let bit_cover = #unit_bits_size - bit_offset;
                        while idx < #unit_amount - unit_offset - 1 {
                            ret[idx] = (src[idx + unit_offset] >> bit_offset)
                                | (src[idx + unit_offset + 1] << bit_cover);
                            idx += 1;
                        }
                        ret[idx] = src[idx + unit_offset] >> bit_offset;
                    }
                    Self::new(ret)
                } else {
                    Self::zero()
                }
            }
            #[inline]
            fn _rttl(&self, n: u32) -> Self {
                let n = (n % #bits_size) as usize;
                if n == 0 {
                    self.clone()
                } else {
                    let mut ret: #inner_type = [0; #unit_amount];
                    let src = self.inner();
                    let bit_offset = (n % #unit_bits_size) as usize;
                    let unit_offset = (n / #unit_bits_size) as usize;
                    let break_offset = #unit_amount - unit_offset;
                    if bit_offset == 0 {
                        ret[unit_offset] = src[0];
                        for i in (unit_offset + 1)..#unit_amount {
                            ret[i] = src[i - unit_offset];
                        }
                        for i in 0..unit_offset {
                            ret[i] = src[break_offset + i];
                        }
                    } else {
                        let bit_cover = #unit_bits_size - bit_offset;
                        ret[unit_offset] =
                            (src[0] << bit_offset) | (src[#unit_amount - 1] >> bit_cover);
                        for i in (unit_offset + 1)..#unit_amount {
                            ret[i] = (src[i - unit_offset] << bit_offset)
                                | (src[i - unit_offset - 1] >> bit_cover);
                        }
                        for i in 0..unit_offset {
                            ret[i] = (src[break_offset + i] << bit_offset)
                                | (src[break_offset + i - 1] >> bit_cover);
                        }
                    }
                    Self::new(ret)
                }
            }
            #[inline]
            fn _rttr(&self, n: u32) -> Self {
                let n = (n % #bits_size) as usize;
                if n == 0 {
                    self.clone()
                } else {
                    let mut ret: #inner_type = [0; #unit_amount];
                    let src = self.inner();
                    let bit_offset = (n % #unit_bits_size) as usize;
                    let unit_offset = (n / #unit_bits_size) as usize;
                    let break_offset = #unit_amount - unit_offset - 1;
                    if bit_offset == 0 {
                        for i in 0..break_offset {
                            ret[i] = src[i + unit_offset];
                        }
                        ret[break_offset] = src[#unit_amount - 1];
                        for i in 0..unit_offset {
                            ret[break_offset + 1 + i] = src[i];
                        }
                    } else {
                        let bit_cover = #unit_bits_size - bit_offset;
                        for i in 0..break_offset {
                            ret[i] = (src[i + unit_offset] >> bit_offset)
                                | (src[i + unit_offset + 1] << bit_cover);
                        }
                        ret[break_offset] =
                            src[#unit_amount - 1] >> bit_offset | (src[0] << bit_cover);
                        for i in 0..unit_offset {
                            ret[break_offset + 1 + i] =
                                (src[i] >> bit_offset) | (src[i + 1] << bit_cover);
                        }
                    }
                    Self::new(ret)
                }
            }
        );
        self.defun(part);
    }
}