File tree Expand file tree Collapse file tree 25 files changed +338
-66
lines changed Expand file tree Collapse file tree 25 files changed +338
-66
lines changed Original file line number Diff line number Diff line change @@ -786,26 +786,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
786
786
libc.src.math.fminimum_mag_numbf16
787
787
libc.src.math.fminimum_numbf16
788
788
libc.src.math.frexpbf16
789
- libc.src.math.llrintbf16
790
- libc.src.math.llroundbf16
791
- libc.src.math.lrintbf16
792
- libc.src.math.lroundbf16
793
789
libc.src.math.fromfpbf16
794
790
libc.src.math.fromfpxbf16
795
791
libc.src.math.getpayloadbf16
796
792
libc.src.math.ilogbbf16
797
793
libc.src.math.ldexpbf16
798
794
libc.src.math.llogbbf16
795
+ libc.src.math.llrintbf16
796
+ libc.src.math.llroundbf16
799
797
libc.src.math.logbbf16
798
+ libc.src.math.lrintbf16
799
+ libc.src.math.lroundbf16
800
+ libc.src.math.modfbf16
800
801
libc.src.math.nanbf16
801
802
libc.src.math.nearbyintbf16
802
803
libc.src.math.nextafterbf16
803
804
libc.src.math.nextdownbf16
804
805
libc.src.math.nexttowardbf16
805
806
libc.src.math.nextupbf16
807
+ libc.src.math.remainderbf16
808
+ libc.src.math.remquobf16
809
+ libc.src.math.rintbf16
806
810
libc.src.math.roundbf16
807
811
libc.src.math.roundevenbf16
808
- libc.src.math.rintbf16
809
812
libc.src.math.setpayloadbf16
810
813
libc.src.math.setpayloadsigbf16
811
814
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -789,26 +789,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
789
789
libc.src.math.fminimum_mag_numbf16
790
790
libc.src.math.fminimum_numbf16
791
791
libc.src.math.frexpbf16
792
- libc.src.math.llrintbf16
793
- libc.src.math.llroundbf16
794
- libc.src.math.lrintbf16
795
- libc.src.math.lroundbf16
796
792
libc.src.math.fromfpbf16
797
793
libc.src.math.fromfpxbf16
798
794
libc.src.math.getpayloadbf16
799
795
libc.src.math.ilogbbf16
800
796
libc.src.math.ldexpbf16
801
797
libc.src.math.llogbbf16
798
+ libc.src.math.llrintbf16
799
+ libc.src.math.llroundbf16
802
800
libc.src.math.logbbf16
801
+ libc.src.math.lrintbf16
802
+ libc.src.math.lroundbf16
803
+ libc.src.math.modfbf16
803
804
libc.src.math.nanbf16
804
805
libc.src.math.nearbyintbf16
805
806
libc.src.math.nextafterbf16
806
807
libc.src.math.nextdownbf16
807
808
libc.src.math.nexttowardbf16
808
809
libc.src.math.nextupbf16
810
+ libc.src.math.remainderbf16
811
+ libc.src.math.remquobf16
812
+ libc.src.math.rintbf16
809
813
libc.src.math.roundbf16
810
814
libc.src.math.roundevenbf16
811
- libc.src.math.rintbf16
812
815
libc.src.math.setpayloadbf16
813
816
libc.src.math.setpayloadsigbf16
814
817
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -789,26 +789,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
789
789
libc.src.math.fminimum_mag_numbf16
790
790
libc.src.math.fminimum_numbf16
791
791
libc.src.math.frexpbf16
792
- libc.src.math.llrintbf16
793
- libc.src.math.llroundbf16
794
- libc.src.math.lrintbf16
795
- libc.src.math.lroundbf16
796
792
libc.src.math.fromfpbf16
797
793
libc.src.math.fromfpxbf16
798
794
libc.src.math.getpayloadbf16
799
795
libc.src.math.ilogbbf16
800
796
libc.src.math.ldexpbf16
801
797
libc.src.math.llogbbf16
798
+ libc.src.math.llrintbf16
799
+ libc.src.math.llroundbf16
802
800
libc.src.math.logbbf16
801
+ libc.src.math.lrintbf16
802
+ libc.src.math.lroundbf16
803
+ libc.src.math.modfbf16
803
804
libc.src.math.nanbf16
804
805
libc.src.math.nearbyintbf16
805
806
libc.src.math.nextafterbf16
806
807
libc.src.math.nextdownbf16
807
808
libc.src.math.nexttowardbf16
808
809
libc.src.math.nextupbf16
810
+ libc.src.math.remainderbf16
811
+ libc.src.math.remquobf16
812
+ libc.src.math.rintbf16
809
813
libc.src.math.roundbf16
810
814
libc.src.math.roundevenbf16
811
- libc.src.math.rintbf16
812
815
libc.src.math.setpayloadbf16
813
816
libc.src.math.setpayloadsigbf16
814
817
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -619,26 +619,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
619
619
libc.src.math.fminimum_mag_numbf16
620
620
libc.src.math.fminimum_numbf16
621
621
libc.src.math.frexpbf16
622
- libc.src.math.llrintbf16
623
- libc.src.math.llroundbf16
624
- libc.src.math.lrintbf16
625
- libc.src.math.lroundbf16
626
622
libc.src.math.fromfpbf16
627
623
libc.src.math.fromfpxbf16
628
624
libc.src.math.getpayloadbf16
629
625
libc.src.math.ilogbbf16
630
626
libc.src.math.ldexpbf16
631
627
libc.src.math.llogbbf16
628
+ libc.src.math.llrintbf16
629
+ libc.src.math.llroundbf16
632
630
libc.src.math.logbbf16
631
+ libc.src.math.lrintbf16
632
+ libc.src.math.lroundbf16
633
+ libc.src.math.modfbf16
633
634
libc.src.math.nanbf16
634
635
libc.src.math.nearbyintbf16
635
636
libc.src.math.nextafterbf16
636
637
libc.src.math.nextdownbf16
637
638
libc.src.math.nexttowardbf16
638
639
libc.src.math.nextupbf16
640
+ libc.src.math.remainderbf16
641
+ libc.src.math.remquobf16
642
+ libc.src.math.rintbf16
639
643
libc.src.math.roundbf16
640
644
libc.src.math.roundevenbf16
641
- libc.src.math.rintbf16
642
645
libc.src.math.setpayloadbf16
643
646
libc.src.math.setpayloadsigbf16
644
647
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -262,26 +262,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
262
262
libc.src.math.fminimum_mag_numbf16
263
263
libc.src.math.fminimum_numbf16
264
264
libc.src.math.frexpbf16
265
- libc.src.math.llrintbf16
266
- libc.src.math.llroundbf16
267
- libc.src.math.lrintbf16
268
- libc.src.math.lroundbf16
269
265
libc.src.math.fromfpbf16
270
266
libc.src.math.fromfpxbf16
271
267
libc.src.math.getpayloadbf16
272
268
libc.src.math.ilogbbf16
273
269
libc.src.math.ldexpbf16
274
270
libc.src.math.llogbbf16
271
+ libc.src.math.llrintbf16
272
+ libc.src.math.llroundbf16
275
273
libc.src.math.logbbf16
274
+ libc.src.math.lrintbf16
275
+ libc.src.math.lroundbf16
276
+ libc.src.math.modfbf16
276
277
libc.src.math.nanbf16
277
278
libc.src.math.nearbyintbf16
278
279
libc.src.math.nextafterbf16
279
280
libc.src.math.nextdownbf16
280
281
libc.src.math.nexttowardbf16
281
282
libc.src.math.nextupbf16
283
+ libc.src.math.remainderbf16
284
+ libc.src.math.remquobf16
285
+ libc.src.math.rintbf16
282
286
libc.src.math.roundbf16
283
287
libc.src.math.roundevenbf16
284
- libc.src.math.rintbf16
285
288
libc.src.math.setpayloadbf16
286
289
libc.src.math.setpayloadsigbf16
287
290
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -645,26 +645,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
645
645
libc.src.math.fminimum_mag_numbf16
646
646
libc.src.math.fminimum_numbf16
647
647
libc.src.math.frexpbf16
648
- libc.src.math.llrintbf16
649
- libc.src.math.llroundbf16
650
- libc.src.math.lrintbf16
651
- libc.src.math.lroundbf16
652
648
libc.src.math.fromfpbf16
653
649
libc.src.math.fromfpxbf16
654
650
libc.src.math.getpayloadbf16
655
651
libc.src.math.ilogbbf16
656
652
libc.src.math.ldexpbf16
657
653
libc.src.math.llogbbf16
654
+ libc.src.math.llrintbf16
655
+ libc.src.math.llroundbf16
658
656
libc.src.math.logbbf16
657
+ libc.src.math.lrintbf16
658
+ libc.src.math.lroundbf16
659
+ libc.src.math.modfbf16
659
660
libc.src.math.nanbf16
660
661
libc.src.math.nearbyintbf16
661
662
libc.src.math.nextafterbf16
662
663
libc.src.math.nextdownbf16
663
664
libc.src.math.nexttowardbf16
664
665
libc.src.math.nextupbf16
666
+ libc.src.math.remainderbf16
667
+ libc.src.math.remquobf16
668
+ libc.src.math.rintbf16
665
669
libc.src.math.roundbf16
666
670
libc.src.math.roundevenbf16
667
- libc.src.math.rintbf16
668
671
libc.src.math.setpayloadbf16
669
672
libc.src.math.setpayloadsigbf16
670
673
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -647,26 +647,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
647
647
libc.src.math.fminimum_mag_numbf16
648
648
libc.src.math.fminimum_numbf16
649
649
libc.src.math.frexpbf16
650
- libc.src.math.llrintbf16
651
- libc.src.math.llroundbf16
652
- libc.src.math.lrintbf16
653
- libc.src.math.lroundbf16
654
650
libc.src.math.fromfpbf16
655
651
libc.src.math.fromfpxbf16
656
652
libc.src.math.getpayloadbf16
657
653
libc.src.math.ilogbbf16
658
654
libc.src.math.ldexpbf16
659
655
libc.src.math.llogbbf16
656
+ libc.src.math.llrintbf16
657
+ libc.src.math.llroundbf16
660
658
libc.src.math.logbbf16
659
+ libc.src.math.lrintbf16
660
+ libc.src.math.lroundbf16
661
+ libc.src.math.modfbf16
661
662
libc.src.math.nanbf16
662
663
libc.src.math.nearbyintbf16
663
664
libc.src.math.nextafterbf16
664
665
libc.src.math.nextdownbf16
665
666
libc.src.math.nexttowardbf16
666
667
libc.src.math.nextupbf16
668
+ libc.src.math.remainderbf16
669
+ libc.src.math.remquobf16
670
+ libc.src.math.rintbf16
667
671
libc.src.math.roundbf16
668
672
libc.src.math.roundevenbf16
669
- libc.src.math.rintbf16
670
673
libc.src.math.setpayloadbf16
671
674
libc.src.math.setpayloadsigbf16
672
675
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -874,26 +874,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
874
874
libc.src.math.fminimum_mag_numbf16
875
875
libc.src.math.fminimum_numbf16
876
876
libc.src.math.frexpbf16
877
- libc.src.math.llrintbf16
878
- libc.src.math.llroundbf16
879
- libc.src.math.lrintbf16
880
- libc.src.math.lroundbf16
881
877
libc.src.math.fromfpbf16
882
878
libc.src.math.fromfpxbf16
883
879
libc.src.math.getpayloadbf16
884
880
libc.src.math.ilogbbf16
885
881
libc.src.math.ldexpbf16
886
882
libc.src.math.llogbbf16
883
+ libc.src.math.llrintbf16
884
+ libc.src.math.llroundbf16
887
885
libc.src.math.logbbf16
886
+ libc.src.math.lrintbf16
887
+ libc.src.math.lroundbf16
888
+ libc.src.math.modfbf16
888
889
libc.src.math.nanbf16
889
890
libc.src.math.nearbyintbf16
890
891
libc.src.math.nextafterbf16
891
892
libc.src.math.nextdownbf16
892
893
libc.src.math.nexttowardbf16
893
894
libc.src.math.nextupbf16
895
+ libc.src.math.remainderbf16
896
+ libc.src.math.remquobf16
897
+ libc.src.math.rintbf16
894
898
libc.src.math.roundbf16
895
899
libc.src.math.roundevenbf16
896
- libc.src.math.rintbf16
897
900
libc.src.math.setpayloadbf16
898
901
libc.src.math.setpayloadsigbf16
899
902
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -489,26 +489,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
489
489
libc.src.math.fminimum_mag_numbf16
490
490
libc.src.math.fminimum_numbf16
491
491
libc.src.math.frexpbf16
492
- libc.src.math.llrintbf16
493
- libc.src.math.llroundbf16
494
- libc.src.math.lrintbf16
495
- libc.src.math.lroundbf16
496
492
libc.src.math.fromfpbf16
497
493
libc.src.math.fromfpxbf16
498
494
libc.src.math.getpayloadbf16
499
495
libc.src.math.ilogbbf16
500
496
libc.src.math.ldexpbf16
501
497
libc.src.math.llogbbf16
498
+ libc.src.math.llrintbf16
499
+ libc.src.math.llroundbf16
502
500
libc.src.math.logbbf16
501
+ libc.src.math.lrintbf16
502
+ libc.src.math.lroundbf16
503
+ libc.src.math.modfbf16
503
504
libc.src.math.nanbf16
504
505
libc.src.math.nearbyintbf16
505
506
libc.src.math.nextafterbf16
506
507
libc.src.math.nextdownbf16
507
508
libc.src.math.nexttowardbf16
508
509
libc.src.math.nextupbf16
510
+ libc.src.math.remainderbf16
511
+ libc.src.math.remquobf16
512
+ libc.src.math.rintbf16
509
513
libc.src.math.roundbf16
510
514
libc.src.math.roundevenbf16
511
- libc.src.math.rintbf16
512
515
libc.src.math.setpayloadbf16
513
516
libc.src.math.setpayloadsigbf16
514
517
libc.src.math.truncbf16
Original file line number Diff line number Diff line change @@ -892,26 +892,29 @@ list(APPEND TARGET_LIBM_ENTRYPOINTS
892
892
libc.src.math.fminimum_mag_numbf16
893
893
libc.src.math.fminimum_numbf16
894
894
libc.src.math.frexpbf16
895
- libc.src.math.llrintbf16
896
- libc.src.math.llroundbf16
897
- libc.src.math.lrintbf16
898
- libc.src.math.lroundbf16
899
895
libc.src.math.fromfpbf16
900
896
libc.src.math.fromfpxbf16
901
897
libc.src.math.getpayloadbf16
902
898
libc.src.math.ilogbbf16
903
899
libc.src.math.ldexpbf16
904
900
libc.src.math.llogbbf16
901
+ libc.src.math.llrintbf16
902
+ libc.src.math.llroundbf16
905
903
libc.src.math.logbbf16
904
+ libc.src.math.lrintbf16
905
+ libc.src.math.lroundbf16
906
+ libc.src.math.modfbf16
906
907
libc.src.math.nanbf16
907
908
libc.src.math.nearbyintbf16
908
909
libc.src.math.nextafterbf16
909
910
libc.src.math.nextdownbf16
910
911
libc.src.math.nexttowardbf16
911
912
libc.src.math.nextupbf16
913
+ libc.src.math.remainderbf16
914
+ libc.src.math.remquobf16
915
+ libc.src.math.rintbf16
912
916
libc.src.math.roundbf16
913
917
libc.src.math.roundevenbf16
914
- libc.src.math.rintbf16
915
918
libc.src.math.setpayloadbf16
916
919
libc.src.math.setpayloadsigbf16
917
920
libc.src.math.truncbf16
You can’t perform that action at this time.
0 commit comments