5675 lines · plain
1 2 3add_entrypoint_object(4 canonicalize5 SRCS6 canonicalize.cpp7 HDRS8 ../canonicalize.h9 DEPENDS10 libc.src.__support.FPUtil.basic_operations11)12 13add_entrypoint_object(14 canonicalizef15 SRCS16 canonicalizef.cpp17 HDRS18 ../canonicalizef.h19 DEPENDS20 libc.src.__support.FPUtil.basic_operations21)22 23add_entrypoint_object(24 canonicalizef1625 SRCS26 canonicalizef16.cpp27 HDRS28 ../canonicalizef16.h29 DEPENDS30 libc.src.__support.macros.properties.types31 libc.src.__support.FPUtil.basic_operations32)33 34add_entrypoint_object(35 canonicalizef12836 SRCS37 canonicalizef128.cpp38 HDRS39 ../canonicalizef128.h40 DEPENDS41 libc.src.__support.macros.properties.types42 libc.src.__support.FPUtil.basic_operations43)44 45add_entrypoint_object(46 canonicalizel47 SRCS48 canonicalizel.cpp49 HDRS50 ../canonicalizel.h51 DEPENDS52 libc.src.__support.FPUtil.basic_operations53)54 55add_entrypoint_object(56 canonicalizebf1657 SRCS58 canonicalizebf16.cpp59 HDRS60 ../canonicalizebf16.h61 DEPENDS62 libc.src.__support.common63 libc.src.__support.macros.config64 libc.src.__support.macros.properties.types65 libc.src.__support.FPUtil.basic_operations66 libc.src.__support.FPUtil.bfloat1667)68 69add_entrypoint_object(70 iscanonical71 SRCS72 iscanonical.cpp73 HDRS74 ../iscanonical.h75)76 77add_entrypoint_object(78 iscanonicalf79 SRCS80 iscanonicalf.cpp81 HDRS82 ../iscanonicalf.h83)84 85add_entrypoint_object(86 iscanonicall87 SRCS88 iscanonicall.cpp89 HDRS90 ../iscanonicall.h91)92 93add_entrypoint_object(94 iscanonicalf1695 SRCS96 iscanonicalf16.cpp97 HDRS98 ../iscanonicalf16.h99 DEPENDS100 libc.src.__support.macros.properties.types101)102 103add_entrypoint_object(104 iscanonicalf128105 SRCS106 iscanonicalf128.cpp107 HDRS108 ../iscanonicalf128.h109 DEPENDS110 libc.src.__support.macros.properties.types111)112 113add_entrypoint_object(114 iscanonicalbf16115 SRCS116 iscanonicalbf16.cpp117 HDRS118 ../iscanonicalbf16.h119 DEPENDS120 libc.src.__support.common121 libc.src.__support.macros.config122 libc.src.__support.macros.properties.types123 libc.src.__support.FPUtil.basic_operations124 libc.src.__support.FPUtil.bfloat16125)126 127add_entrypoint_object(128 ceil129 SRCS130 ceil.cpp131 HDRS132 ../ceil.h133 DEPENDS134 libc.src.__support.FPUtil.nearest_integer_operations135 FLAGS136 ROUND_OPT137)138 139add_entrypoint_object(140 ceilf141 SRCS142 ceilf.cpp143 HDRS144 ../ceilf.h145 DEPENDS146 libc.src.__support.FPUtil.nearest_integer_operations147 FLAGS148 ROUND_OPT149)150 151add_entrypoint_object(152 ceill153 SRCS154 ceill.cpp155 HDRS156 ../ceill.h157 DEPENDS158 libc.src.__support.FPUtil.nearest_integer_operations159)160 161add_entrypoint_object(162 ceilf16163 SRCS164 ceilf16.cpp165 HDRS166 ../ceilf16.h167 DEPENDS168 libc.src.__support.FPUtil.cast169 libc.src.__support.FPUtil.nearest_integer_operations170 libc.src.__support.macros.properties.cpu_features171 libc.src.__support.macros.properties.types172 FLAGS173 ROUND_OPT174)175 176add_entrypoint_object(177 ceilf128178 SRCS179 ceilf128.cpp180 HDRS181 ../ceilf128.h182 DEPENDS183 libc.src.__support.macros.properties.types184 libc.src.__support.FPUtil.nearest_integer_operations185)186 187add_entrypoint_object(188 ceilbf16189 SRCS190 ceilbf16.cpp191 HDRS192 ../ceilbf16.h193 DEPENDS194 libc.src.__support.common195 libc.src.__support.FPUtil.bfloat16196 libc.src.__support.FPUtil.nearest_integer_operations197 libc.src.__support.macros.config198 libc.src.__support.macros.properties.types199 FLAGS200 ROUND_OPT201)202 203add_entrypoint_object(204 daddl205 SRCS206 daddl.cpp207 HDRS208 ../daddl.h209 DEPENDS210 libc.src.__support.FPUtil.generic.add_sub211)212 213add_entrypoint_object(214 daddf128215 SRCS216 daddf128.cpp217 HDRS218 ../daddf128.h219 DEPENDS220 libc.src.__support.macros.properties.types221 libc.src.__support.FPUtil.generic.add_sub222)223 224add_entrypoint_object(225 ddivl226 SRCS227 ddivl.cpp228 HDRS229 ../ddivl.h230 DEPENDS231 libc.src.__support.FPUtil.generic.div232)233 234add_entrypoint_object(235 ddivf128236 SRCS237 ddivf128.cpp238 HDRS239 ../ddivf128.h240 DEPENDS241 libc.src.__support.macros.properties.types242 libc.src.__support.FPUtil.generic.div243)244 245add_entrypoint_object(246 dfmaf128247 SRCS248 dfmaf128.cpp249 HDRS250 ../dfmaf128.h251 DEPENDS252 libc.src.__support.FPUtil.fma253 libc.src.__support.macros.properties.types254)255 256add_entrypoint_object(257 dfmal258 SRCS259 dfmal.cpp260 HDRS261 ../dfmal.h262 DEPENDS263 libc.src.__support.FPUtil.fma264)265 266add_entrypoint_object(267 dsqrtl268 SRCS269 dsqrtl.cpp270 HDRS271 ../dsqrtl.h272 DEPENDS273 libc.src.__support.math.dsqrtl274)275 276add_entrypoint_object(277 dsqrtf128278 SRCS279 dsqrtf128.cpp280 HDRS281 ../dsqrtf128.h282 DEPENDS283 libc.src.__support.macros.properties.types284 libc.src.__support.FPUtil.generic.sqrt285)286 287 288add_entrypoint_object(289 dsubf128290 SRCS291 dsubf128.cpp292 HDRS293 ../dsubf128.h294 DEPENDS295 libc.src.__support.FPUtil.generic.add_sub296 libc.src.__support.macros.properties.types297)298 299add_entrypoint_object(300 dsubl301 SRCS302 dsubl.cpp303 HDRS304 ../dsubl.h305 DEPENDS306 libc.src.__support.FPUtil.generic.add_sub307)308 309add_entrypoint_object(310 cos311 SRCS312 cos.cpp313 HDRS314 ../cos.h315 DEPENDS316 libc.src.__support.math.cos317)318 319add_entrypoint_object(320 cosf321 SRCS322 cosf.cpp323 HDRS324 ../cosf.h325 DEPENDS326 libc.src.__support.math.cosf327)328 329add_entrypoint_object(330 cosf16331 SRCS332 cosf16.cpp333 HDRS334 ../cosf16.h335 DEPENDS336 libc.src.__support.math.cosf16337)338 339add_entrypoint_object(340 cospif341 SRCS342 cospif.cpp343 HDRS344 ../cospif.h345 DEPENDS346 libc.src.__support.math.cospif347)348 349add_entrypoint_object(350 cospif16351 SRCS352 cospif16.cpp353 HDRS354 ../cospif16.h355 DEPENDS356 libc.src.__support.math.cospif16357)358 359add_entrypoint_object(360 sin361 SRCS362 sin.cpp363 HDRS364 ../sin.h365 DEPENDS366 libc.src.__support.math.range_reduction_double367 libc.src.__support.math.sincos_eval368 libc.hdr.errno_macros369 libc.src.errno.errno370 libc.src.__support.FPUtil.double_double371 libc.src.__support.FPUtil.dyadic_float372 libc.src.__support.FPUtil.fenv_impl373 libc.src.__support.FPUtil.fp_bits374 libc.src.__support.FPUtil.multiply_add375 libc.src.__support.FPUtil.rounding_mode376 libc.src.__support.macros.optimization377)378 379add_entrypoint_object(380 sinf381 SRCS382 sinf.cpp383 HDRS384 ../sinf.h385 DEPENDS386 libc.src.__support.math.range_reduction387 libc.src.__support.math.sincosf_utils388 libc.src.errno.errno389 libc.src.__support.FPUtil.basic_operations390 libc.src.__support.FPUtil.fenv_impl391 libc.src.__support.FPUtil.fp_bits392 libc.src.__support.FPUtil.fma393 libc.src.__support.FPUtil.polyeval394 libc.src.__support.FPUtil.rounding_mode395 libc.src.__support.macros.optimization396)397 398add_entrypoint_object(399 sinf16400 SRCS401 sinf16.cpp402 HDRS403 ../sinf16.h404 DEPENDS405 libc.hdr.errno_macros406 libc.hdr.fenv_macros407 libc.src.__support.FPUtil.cast408 libc.src.__support.FPUtil.fenv_impl409 libc.src.__support.FPUtil.fp_bits410 libc.src.__support.FPUtil.except_value_utils411 libc.src.__support.FPUtil.multiply_add412 libc.src.__support.macros.optimization413 libc.src.__support.macros.properties.types414 libc.src.__support.math.sincosf16_utils415 COMPILE_OPTIONS416 ${libc_opt_high_flag}417)418 419add_entrypoint_object(420 sincos421 SRCS422 sincos.cpp423 HDRS424 ../sincos.h425 DEPENDS426 libc.src.__support.math.range_reduction_double427 libc.src.__support.math.sincos_eval428 libc.hdr.errno_macros429 libc.src.errno.errno430 libc.src.__support.FPUtil.double_double431 libc.src.__support.FPUtil.dyadic_float432 libc.src.__support.FPUtil.except_value_utils433 libc.src.__support.FPUtil.fenv_impl434 libc.src.__support.FPUtil.fp_bits435 libc.src.__support.FPUtil.multiply_add436 libc.src.__support.macros.optimization437)438 439add_entrypoint_object(440 sinpif441 SRCS442 sinpif.cpp443 HDRS444 ../sinpif.h445 DEPENDS446 libc.src.__support.math.sincosf_utils447 libc.src.__support.FPUtil.fenv_impl448 libc.src.__support.FPUtil.fp_bits449 libc.src.__support.FPUtil.fma450 libc.src.__support.FPUtil.multiply_add451 libc.src.__support.FPUtil.polyeval452 libc.src.__support.common453 libc.src.__support.macros.optimization454)455 456add_entrypoint_object(457 sincosf458 SRCS459 sincosf.cpp460 HDRS461 ../sincosf.h462 DEPENDS463 libc.src.__support.math.range_reduction464 libc.src.__support.math.sincosf_utils465 libc.src.errno.errno466 libc.src.__support.FPUtil.fenv_impl467 libc.src.__support.FPUtil.fp_bits468 libc.src.__support.FPUtil.fma469 libc.src.__support.FPUtil.multiply_add470 libc.src.__support.FPUtil.polyeval471 libc.src.__support.FPUtil.rounding_mode472 libc.src.__support.macros.optimization473)474 475add_entrypoint_object(476 sinpif16477 SRCS478 sinpif16.cpp479 HDRS480 ../sinpif16.h481 DEPENDS482 libc.hdr.errno_macros483 libc.hdr.fenv_macros484 libc.src.__support.FPUtil.cast485 libc.src.__support.FPUtil.fenv_impl486 libc.src.__support.FPUtil.fp_bits487 libc.src.__support.FPUtil.multiply_add488 libc.src.__support.macros.optimization489 libc.src.__support.math.sincosf16_utils490)491 492add_entrypoint_object(493 tan494 SRCS495 tan.cpp496 HDRS497 ../tan.h498 DEPENDS499 libc.src.__support.math.range_reduction_double500 libc.hdr.errno_macros501 libc.src.errno.errno502 libc.src.__support.FPUtil.double_double503 libc.src.__support.FPUtil.dyadic_float504 libc.src.__support.FPUtil.except_value_utils505 libc.src.__support.FPUtil.fenv_impl506 libc.src.__support.FPUtil.fp_bits507 libc.src.__support.FPUtil.multiply_add508 libc.src.__support.macros.optimization509)510 511add_entrypoint_object(512 tanf513 SRCS514 tanf.cpp515 HDRS516 ../tanf.h517 DEPENDS518 libc.src.__support.math.range_reduction519 libc.src.__support.math.sincosf_utils520 libc.src.errno.errno521 libc.src.__support.FPUtil.fenv_impl522 libc.src.__support.FPUtil.fenv_impl523 libc.src.__support.FPUtil.except_value_utils524 libc.src.__support.FPUtil.nearest_integer525 libc.src.__support.FPUtil.fma526 libc.src.__support.FPUtil.multiply_add527 libc.src.__support.FPUtil.polyeval528 libc.src.__support.macros.optimization529)530 531add_entrypoint_object(532 tanf16533 SRCS534 tanf16.cpp535 HDRS536 ../tanf16.h537 DEPENDS538 libc.hdr.errno_macros539 libc.hdr.fenv_macros540 libc.src.__support.FPUtil.cast541 libc.src.__support.FPUtil.fenv_impl542 libc.src.__support.FPUtil.fp_bits543 libc.src.__support.FPUtil.except_value_utils544 libc.src.__support.FPUtil.multiply_add545 libc.src.__support.macros.optimization546 libc.src.__support.macros.properties.types547 libc.src.__support.math.sincosf16_utils548)549 550add_entrypoint_object(551 tanpif552 SRCS553 tanpif.cpp554 HDRS555 ../tanpif.h556 DEPENDS557 libc.src.__support.math.sincosf_utils558 libc.src.__support.FPUtil.except_value_utils559 libc.src.__support.FPUtil.fenv_impl560 libc.src.__support.FPUtil.fp_bits561 libc.src.__support.FPUtil.multiply_add562 libc.src.__support.macros.optimization563)564 565add_entrypoint_object(566 tanpif16567 SRCS568 tanpif16.cpp569 HDRS570 ../tanpif16.h571 DEPENDS572 libc.hdr.errno_macros573 libc.hdr.fenv_macros574 libc.src.__support.FPUtil.cast575 libc.src.__support.FPUtil.fenv_impl576 libc.src.__support.FPUtil.fp_bits577 libc.src.__support.FPUtil.except_value_utils578 libc.src.__support.FPUtil.multiply_add579 libc.src.__support.macros.optimization580 libc.src.__support.math.sincosf16_utils581)582 583add_entrypoint_object(584 fabs585 SRCS586 fabs.cpp587 HDRS588 ../fabs.h589 DEPENDS590 libc.src.__support.FPUtil.basic_operations591 FLAGS592 MISC_MATH_BASIC_OPS_OPT593)594 595add_entrypoint_object(596 fabsf597 SRCS598 fabsf.cpp599 HDRS600 ../fabsf.h601 DEPENDS602 libc.src.__support.FPUtil.basic_operations603 FLAGS604 MISC_MATH_BASIC_OPS_OPT605)606 607add_entrypoint_object(608 fabsl609 SRCS610 fabsl.cpp611 HDRS612 ../fabsl.h613 DEPENDS614 libc.src.__support.FPUtil.basic_operations615)616 617add_entrypoint_object(618 fabsf16619 SRCS620 fabsf16.cpp621 HDRS622 ../fabsf16.h623 DEPENDS624 libc.src.__support.macros.properties.types625 libc.src.__support.FPUtil.basic_operations626 libc.src.__support.macros.properties.architectures627 libc.src.__support.macros.properties.compiler628 FLAGS629 MISC_MATH_BASIC_OPS_OPT630)631 632add_entrypoint_object(633 fabsf128634 SRCS635 fabsf128.cpp636 HDRS637 ../fabsf128.h638 DEPENDS639 libc.src.__support.macros.properties.types640 libc.src.__support.FPUtil.basic_operations641)642 643add_entrypoint_object(644 fabsbf16645 SRCS646 fabsbf16.cpp647 HDRS648 ../fabsbf16.h649 DEPENDS650 libc.src.__support.FPUtil.basic_operations651 libc.src.__support.FPUtil.bfloat16652 libc.src.__support.macros.config653 libc.src.__support.macros.properties.types654)655 656add_entrypoint_object(657 fadd658 SRCS659 fadd.cpp660 HDRS661 ../fadd.h662 DEPENDS663 libc.src.__support.FPUtil.generic.add_sub664)665 666add_entrypoint_object(667 faddl668 SRCS669 faddl.cpp670 HDRS671 ../faddl.h672 DEPENDS673 libc.src.__support.FPUtil.generic.add_sub674)675 676add_entrypoint_object(677 faddf128678 SRCS679 faddf128.cpp680 HDRS681 ../faddf128.h682 DEPENDS683 libc.src.__support.FPUtil.generic.add_sub684 libc.src.__support.macros.properties.types685)686 687add_entrypoint_object(688 trunc689 SRCS690 trunc.cpp691 HDRS692 ../trunc.h693 DEPENDS694 libc.src.__support.FPUtil.nearest_integer_operations695 FLAGS696 ROUND_OPT697)698 699add_entrypoint_object(700 truncf701 SRCS702 truncf.cpp703 HDRS704 ../truncf.h705 DEPENDS706 libc.src.__support.FPUtil.nearest_integer_operations707 FLAGS708 ROUND_OPT709)710 711add_entrypoint_object(712 truncl713 SRCS714 truncl.cpp715 HDRS716 ../truncl.h717 DEPENDS718 libc.src.__support.FPUtil.nearest_integer_operations719)720 721add_entrypoint_object(722 truncf16723 SRCS724 truncf16.cpp725 HDRS726 ../truncf16.h727 DEPENDS728 libc.src.__support.FPUtil.cast729 libc.src.__support.FPUtil.nearest_integer_operations730 libc.src.__support.macros.properties.cpu_features731 libc.src.__support.macros.properties.types732 FLAGS733 ROUND_OPT734)735 736add_entrypoint_object(737 truncf128738 SRCS739 truncf128.cpp740 HDRS741 ../truncf128.h742 DEPENDS743 libc.src.__support.macros.properties.types744 libc.src.__support.FPUtil.nearest_integer_operations745)746 747add_entrypoint_object(748 truncbf16749 SRCS750 truncbf16.cpp751 HDRS752 ../truncbf16.h753 DEPENDS754 libc.src.__support.common755 libc.src.__support.FPUtil.bfloat16756 libc.src.__support.FPUtil.nearest_integer_operations757 libc.src.__support.macros.config758 libc.src.__support.macros.properties.types759 FLAGS760 ROUND_OPT761)762 763add_entrypoint_object(764 floor765 SRCS766 floor.cpp767 HDRS768 ../floor.h769 DEPENDS770 libc.src.__support.FPUtil.nearest_integer_operations771 FLAGS772 ROUND_OPT773)774 775add_entrypoint_object(776 floorf777 SRCS778 floorf.cpp779 HDRS780 ../floorf.h781 DEPENDS782 libc.src.__support.FPUtil.nearest_integer_operations783 FLAGS784 ROUND_OPT785)786 787add_entrypoint_object(788 floorl789 SRCS790 floorl.cpp791 HDRS792 ../floorl.h793 DEPENDS794 libc.src.__support.FPUtil.nearest_integer_operations795)796 797add_entrypoint_object(798 floorf16799 SRCS800 floorf16.cpp801 HDRS802 ../floorf16.h803 DEPENDS804 libc.src.__support.FPUtil.cast805 libc.src.__support.FPUtil.nearest_integer_operations806 libc.src.__support.macros.properties.cpu_features807 libc.src.__support.macros.properties.types808 FLAGS809 ROUND_OPT810)811 812add_entrypoint_object(813 floorf128814 SRCS815 floorf128.cpp816 HDRS817 ../floorf128.h818 DEPENDS819 libc.src.__support.macros.properties.types820 libc.src.__support.FPUtil.nearest_integer_operations821)822 823add_entrypoint_object(824 floorbf16825 SRCS826 floorbf16.cpp827 HDRS828 ../floorbf16.h829 DEPENDS830 libc.src.__support.common831 libc.src.__support.FPUtil.bfloat16832 libc.src.__support.FPUtil.nearest_integer_operations833 libc.src.__support.macros.config834 libc.src.__support.macros.properties.types835 FLAGS836 ROUND_OPT837)838 839add_entrypoint_object(840 round841 SRCS842 round.cpp843 HDRS844 ../round.h845 DEPENDS846 libc.src.__support.FPUtil.nearest_integer_operations847 FLAGS848 ROUND_OPT849)850 851add_entrypoint_object(852 roundf853 SRCS854 roundf.cpp855 HDRS856 ../roundf.h857 DEPENDS858 libc.src.__support.FPUtil.nearest_integer_operations859 FLAGS860 ROUND_OPT861)862 863add_entrypoint_object(864 roundl865 SRCS866 roundl.cpp867 HDRS868 ../roundl.h869 DEPENDS870 libc.src.__support.FPUtil.nearest_integer_operations871)872 873add_entrypoint_object(874 roundf16875 SRCS876 roundf16.cpp877 HDRS878 ../roundf16.h879 DEPENDS880 libc.src.__support.FPUtil.cast881 libc.src.__support.FPUtil.nearest_integer_operations882 libc.src.__support.macros.properties.cpu_features883 libc.src.__support.macros.properties.types884 FLAGS885 ROUND_OPT886)887 888add_entrypoint_object(889 roundf128890 SRCS891 roundf128.cpp892 HDRS893 ../roundf128.h894 DEPENDS895 libc.src.__support.macros.properties.types896 libc.src.__support.FPUtil.nearest_integer_operations897)898 899add_entrypoint_object(900 roundbf16901 SRCS902 roundbf16.cpp903 HDRS904 ../roundbf16.h905 DEPENDS906 libc.src.__support.common907 libc.src.__support.FPUtil.bfloat16908 libc.src.__support.FPUtil.nearest_integer_operations909 libc.src.__support.macros.config910 libc.src.__support.macros.properties.types911 FLAGS912 ROUND_OPT913)914 915add_entrypoint_object(916 roundeven917 SRCS918 roundeven.cpp919 HDRS920 ../roundeven.h921 DEPENDS922 libc.src.__support.FPUtil.nearest_integer_operations923 FLAGS924 ROUND_OPT925)926 927add_entrypoint_object(928 roundevenf929 SRCS930 roundevenf.cpp931 HDRS932 ../roundevenf.h933 DEPENDS934 libc.src.__support.FPUtil.nearest_integer_operations935 FLAGS936 ROUND_OPT937)938 939add_entrypoint_object(940 roundevenl941 SRCS942 roundevenl.cpp943 HDRS944 ../roundevenl.h945 DEPENDS946 libc.src.__support.FPUtil.nearest_integer_operations947)948 949add_entrypoint_object(950 roundevenf16951 SRCS952 roundevenf16.cpp953 HDRS954 ../roundevenf16.h955 DEPENDS956 libc.src.__support.macros.properties.types957 libc.src.__support.FPUtil.nearest_integer_operations958 libc.src.__support.FPUtil.cast959 libc.src.__support.macros.properties.cpu_features960 FLAGS961 ROUND_OPT962)963 964add_entrypoint_object(965 roundevenf128966 SRCS967 roundevenf128.cpp968 HDRS969 ../roundevenf128.h970 DEPENDS971 libc.src.__support.macros.properties.types972 libc.src.__support.FPUtil.nearest_integer_operations973)974 975add_entrypoint_object(976 roundevenbf16977 SRCS978 roundevenbf16.cpp979 HDRS980 ../roundevenbf16.h981 DEPENDS982 libc.src.__support.common983 libc.src.__support.FPUtil.bfloat16984 libc.src.__support.FPUtil.nearest_integer_operations985 libc.src.__support.macros.config986 libc.src.__support.macros.properties.types987 FLAGS988 ROUND_OPT989)990 991add_entrypoint_object(992 rsqrtf993 SRCS994 rsqrtf.cpp995 HDRS996 ../rsqrtf.h997 DEPENDS998 libc.src.__support.math.rsqrtf999)1000 1001add_entrypoint_object(1002 rsqrtf161003 SRCS1004 rsqrtf16.cpp1005 HDRS1006 ../rsqrtf16.h1007 DEPENDS1008 libc.src.__support.math.rsqrtf161009 libc.src.errno.errno1010)1011 1012add_entrypoint_object(1013 lround1014 SRCS1015 lround.cpp1016 HDRS1017 ../lround.h1018 DEPENDS1019 libc.src.__support.FPUtil.nearest_integer_operations1020)1021 1022add_entrypoint_object(1023 lroundf1024 SRCS1025 lroundf.cpp1026 HDRS1027 ../lroundf.h1028 DEPENDS1029 libc.src.__support.FPUtil.nearest_integer_operations1030)1031 1032add_entrypoint_object(1033 lroundl1034 SRCS1035 lroundl.cpp1036 HDRS1037 ../lroundl.h1038 DEPENDS1039 libc.src.__support.FPUtil.nearest_integer_operations1040)1041 1042add_entrypoint_object(1043 lroundf161044 SRCS1045 lroundf16.cpp1046 HDRS1047 ../lroundf16.h1048 DEPENDS1049 libc.src.__support.macros.properties.types1050 libc.src.__support.FPUtil.nearest_integer_operations1051)1052 1053add_entrypoint_object(1054 lroundf1281055 SRCS1056 lroundf128.cpp1057 HDRS1058 ../lroundf128.h1059 DEPENDS1060 libc.src.__support.macros.properties.types1061 libc.src.__support.FPUtil.nearest_integer_operations1062)1063 1064add_entrypoint_object(1065 lroundbf161066 SRCS1067 lroundbf16.cpp1068 HDRS1069 ../lroundf16.h1070 DEPENDS1071 libc.src.__support.common1072 libc.src.__support.FPUtil.bfloat161073 libc.src.__support.FPUtil.nearest_integer_operations1074 libc.src.__support.macros.config1075)1076 1077add_entrypoint_object(1078 llround1079 SRCS1080 llround.cpp1081 HDRS1082 ../llround.h1083 DEPENDS1084 libc.src.__support.FPUtil.nearest_integer_operations1085)1086 1087add_entrypoint_object(1088 llroundf1089 SRCS1090 llroundf.cpp1091 HDRS1092 ../llroundf.h1093 DEPENDS1094 libc.src.__support.FPUtil.nearest_integer_operations1095)1096 1097add_entrypoint_object(1098 llroundl1099 SRCS1100 llroundl.cpp1101 HDRS1102 ../llroundl.h1103 DEPENDS1104 libc.src.__support.FPUtil.nearest_integer_operations1105)1106 1107add_entrypoint_object(1108 llroundf161109 SRCS1110 llroundf16.cpp1111 HDRS1112 ../llroundf16.h1113 DEPENDS1114 libc.src.__support.macros.properties.types1115 libc.src.__support.FPUtil.nearest_integer_operations1116)1117 1118add_entrypoint_object(1119 llroundf1281120 SRCS1121 llroundf128.cpp1122 HDRS1123 ../llroundf128.h1124 DEPENDS1125 libc.src.__support.macros.properties.types1126 libc.src.__support.FPUtil.nearest_integer_operations1127)1128 1129add_entrypoint_object(1130 llroundbf161131 SRCS1132 llroundbf16.cpp1133 HDRS1134 ../llroundf16.h1135 DEPENDS1136 libc.src.__support.common1137 libc.src.__support.FPUtil.bfloat161138 libc.src.__support.FPUtil.nearest_integer_operations1139 libc.src.__support.macros.config1140)1141 1142add_entrypoint_object(1143 rint1144 SRCS1145 rint.cpp1146 HDRS1147 ../rint.h1148 DEPENDS1149 libc.src.__support.FPUtil.nearest_integer_operations1150 FLAGS1151 ROUND_OPT1152)1153 1154add_entrypoint_object(1155 rintf1156 SRCS1157 rintf.cpp1158 HDRS1159 ../rintf.h1160 DEPENDS1161 libc.src.__support.FPUtil.nearest_integer_operations1162 FLAGS1163 ROUND_OPT1164)1165 1166add_entrypoint_object(1167 rintl1168 SRCS1169 rintl.cpp1170 HDRS1171 ../rintl.h1172 DEPENDS1173 libc.src.__support.FPUtil.nearest_integer_operations1174)1175 1176add_entrypoint_object(1177 rintf161178 SRCS1179 rintf16.cpp1180 HDRS1181 ../rintf16.h1182 DEPENDS1183 libc.src.__support.FPUtil.cast1184 libc.src.__support.FPUtil.nearest_integer_operations1185 libc.src.__support.macros.properties.cpu_features1186 libc.src.__support.macros.properties.types1187 FLAGS1188 ROUND_OPT1189)1190 1191add_entrypoint_object(1192 rintf1281193 SRCS1194 rintf128.cpp1195 HDRS1196 ../rintf128.h1197 DEPENDS1198 libc.src.__support.macros.properties.types1199 libc.src.__support.FPUtil.nearest_integer_operations1200)1201 1202add_entrypoint_object(1203 rintbf161204 SRCS1205 rintbf16.cpp1206 HDRS1207 ../rintbf16.h1208 DEPENDS1209 libc.src.__support.common1210 libc.src.__support.FPUtil.bfloat161211 libc.src.__support.FPUtil.nearest_integer_operations1212 libc.src.__support.macros.config1213 FLAGS1214 ROUND_OPT1215)1216 1217add_entrypoint_object(1218 lrint1219 SRCS1220 lrint.cpp1221 HDRS1222 ../lrint.h1223 DEPENDS1224 libc.src.__support.FPUtil.nearest_integer_operations1225)1226 1227add_entrypoint_object(1228 lrintf1229 SRCS1230 lrintf.cpp1231 HDRS1232 ../lrintf.h1233 DEPENDS1234 libc.src.__support.FPUtil.nearest_integer_operations1235)1236 1237add_entrypoint_object(1238 lrintl1239 SRCS1240 lrintl.cpp1241 HDRS1242 ../lrintl.h1243 DEPENDS1244 libc.src.__support.FPUtil.nearest_integer_operations1245)1246 1247add_entrypoint_object(1248 lrintf161249 SRCS1250 lrintf16.cpp1251 HDRS1252 ../lrintf16.h1253 DEPENDS1254 libc.src.__support.macros.properties.types1255 libc.src.__support.FPUtil.nearest_integer_operations1256)1257 1258add_entrypoint_object(1259 lrintf1281260 SRCS1261 lrintf128.cpp1262 HDRS1263 ../lrintf128.h1264 DEPENDS1265 libc.src.__support.macros.properties.types1266 libc.src.__support.FPUtil.nearest_integer_operations1267)1268 1269add_entrypoint_object(1270 lrintbf161271 SRCS1272 lrintbf16.cpp1273 HDRS1274 ../lrintbf16.h1275 DEPENDS1276 libc.src.__support.common1277 libc.src.__support.FPUtil.bfloat161278 libc.src.__support.FPUtil.nearest_integer_operations1279 libc.src.__support.macros.config1280)1281 1282add_entrypoint_object(1283 llrint1284 SRCS1285 llrint.cpp1286 HDRS1287 ../llrint.h1288 DEPENDS1289 libc.src.__support.FPUtil.nearest_integer_operations1290)1291 1292add_entrypoint_object(1293 llrintf1294 SRCS1295 llrintf.cpp1296 HDRS1297 ../llrintf.h1298 DEPENDS1299 libc.src.__support.FPUtil.nearest_integer_operations1300)1301 1302add_entrypoint_object(1303 llrintl1304 SRCS1305 llrintl.cpp1306 HDRS1307 ../llrintl.h1308 DEPENDS1309 libc.src.__support.FPUtil.nearest_integer_operations1310)1311 1312add_entrypoint_object(1313 llrintf161314 SRCS1315 llrintf16.cpp1316 HDRS1317 ../llrintf16.h1318 DEPENDS1319 libc.src.__support.macros.properties.types1320 libc.src.__support.FPUtil.nearest_integer_operations1321)1322 1323add_entrypoint_object(1324 llrintf1281325 SRCS1326 llrintf128.cpp1327 HDRS1328 ../llrintf128.h1329 DEPENDS1330 libc.src.__support.macros.properties.types1331 libc.src.__support.FPUtil.nearest_integer_operations1332)1333 1334add_entrypoint_object(1335 llrintbf161336 SRCS1337 llrintbf16.cpp1338 HDRS1339 ../llrintbf16.h1340 DEPENDS1341 libc.src.__support.macros.properties.types1342 libc.src.__support.FPUtil.nearest_integer_operations1343)1344 1345add_entrypoint_object(1346 nearbyint1347 SRCS1348 nearbyint.cpp1349 HDRS1350 ../nearbyint.h1351 DEPENDS1352 libc.src.__support.FPUtil.nearest_integer_operations1353)1354 1355add_entrypoint_object(1356 nearbyintf1357 SRCS1358 nearbyintf.cpp1359 HDRS1360 ../nearbyintf.h1361 DEPENDS1362 libc.src.__support.FPUtil.nearest_integer_operations1363)1364 1365add_entrypoint_object(1366 nearbyintl1367 SRCS1368 nearbyintl.cpp1369 HDRS1370 ../nearbyintl.h1371 DEPENDS1372 libc.src.__support.FPUtil.nearest_integer_operations1373)1374 1375add_entrypoint_object(1376 nearbyintf161377 SRCS1378 nearbyintf16.cpp1379 HDRS1380 ../nearbyintf16.h1381 DEPENDS1382 libc.src.__support.macros.properties.types1383 libc.src.__support.FPUtil.nearest_integer_operations1384)1385 1386add_entrypoint_object(1387 nearbyintf1281388 SRCS1389 nearbyintf128.cpp1390 HDRS1391 ../nearbyintf128.h1392 DEPENDS1393 libc.src.__support.macros.properties.types1394 libc.src.__support.FPUtil.nearest_integer_operations1395)1396 1397add_entrypoint_object(1398 nearbyintbf161399 SRCS1400 nearbyintbf16.cpp1401 HDRS1402 ../nearbyintbf16.h1403 DEPENDS1404 libc.src.__support.common1405 libc.src.__support.FPUtil.bfloat161406 libc.src.__support.FPUtil.nearest_integer_operations1407 libc.src.__support.macros.config1408)1409 1410add_entrypoint_object(1411 erff1412 SRCS1413 erff.cpp1414 HDRS1415 ../erff.h1416 DEPENDS1417 libc.src.__support.math.erff1418 libc.src.errno.errno1419)1420 1421add_entrypoint_object(1422 exp1423 SRCS1424 exp.cpp1425 HDRS1426 ../exp.h1427 DEPENDS1428 libc.src.__support.math.exp1429 libc.src.errno.errno1430)1431 1432add_entrypoint_object(1433 expf1434 SRCS1435 expf.cpp1436 HDRS1437 ../expf.h1438 DEPENDS1439 libc.src.__support.math.expf1440 libc.src.errno.errno1441)1442 1443add_entrypoint_object(1444 expf161445 SRCS1446 expf16.cpp1447 HDRS1448 ../expf16.h1449 DEPENDS1450 libc.src.__support.math.expf161451 libc.src.errno.errno1452)1453 1454add_entrypoint_object(1455 exp21456 SRCS1457 exp2.cpp1458 HDRS1459 ../exp2.h1460 DEPENDS1461 libc.src.__support.math.exp21462)1463 1464add_entrypoint_object(1465 exp2f1466 SRCS1467 exp2f.cpp1468 HDRS1469 ../exp2f.h1470 DEPENDS1471 libc.src.__support.math.exp2f1472)1473 1474add_entrypoint_object(1475 exp2f161476 SRCS1477 exp2f16.cpp1478 HDRS1479 ../exp2f16.h1480 DEPENDS1481 libc.src.__support.math.exp2f161482)1483 1484add_entrypoint_object(1485 exp2m1f1486 SRCS1487 exp2m1f.cpp1488 HDRS1489 ../exp2m1f.h1490 DEPENDS1491 libc.src.__support.math.exp2m1f1492)1493 1494add_entrypoint_object(1495 exp2m1f161496 SRCS1497 exp2m1f16.cpp1498 HDRS1499 ../exp2m1f16.h1500 DEPENDS1501 libc.src.__support.math.exp2m1f161502)1503 1504add_entrypoint_object(1505 exp101506 SRCS1507 exp10.cpp1508 HDRS1509 ../exp10.h1510 DEPENDS1511 libc.src.__support.math.exp101512 libc.src.errno.errno1513)1514 1515add_entrypoint_object(1516 exp10f1517 SRCS1518 exp10f.cpp1519 HDRS1520 ../exp10f.h1521 DEPENDS1522 libc.src.__support.math.exp10f1523 libc.src.errno.errno1524)1525 1526add_entrypoint_object(1527 exp10f161528 SRCS1529 exp10f16.cpp1530 HDRS1531 ../exp10f16.h1532 DEPENDS1533 libc.src.__support.math.exp10f161534 libc.src.errno.errno1535)1536 1537add_entrypoint_object(1538 exp10m1f1539 SRCS1540 exp10m1f.cpp1541 HDRS1542 ../exp10m1f.h1543 DEPENDS1544 libc.src.__support.math.exp10m1f1545)1546 1547add_entrypoint_object(1548 exp10m1f161549 SRCS1550 exp10m1f16.cpp1551 HDRS1552 ../exp10m1f16.h1553 DEPENDS1554 libc.src.__support.math.exp10m1f161555)1556 1557add_entrypoint_object(1558 expm11559 SRCS1560 expm1.cpp1561 HDRS1562 ../expm1.h1563 DEPENDS1564 libc.src.__support.CPP.bit1565 libc.src.__support.FPUtil.dyadic_float1566 libc.src.__support.FPUtil.fenv_impl1567 libc.src.__support.FPUtil.fp_bits1568 libc.src.__support.FPUtil.multiply_add1569 libc.src.__support.FPUtil.polyeval1570 libc.src.__support.FPUtil.rounding_mode1571 libc.src.__support.FPUtil.triple_double1572 libc.src.__support.integer_literals1573 libc.src.__support.macros.optimization1574 libc.src.__support.math.common_constants1575 libc.src.errno.errno1576)1577 1578add_entrypoint_object(1579 expm1f1580 SRCS1581 expm1f.cpp1582 HDRS1583 ../expm1f.h1584 DEPENDS1585 libc.src.__support.FPUtil.basic_operations1586 libc.src.__support.FPUtil.fenv_impl1587 libc.src.__support.FPUtil.fp_bits1588 libc.src.__support.FPUtil.multiply_add1589 libc.src.__support.FPUtil.nearest_integer1590 libc.src.__support.FPUtil.polyeval1591 libc.src.__support.FPUtil.rounding_mode1592 libc.src.__support.macros.optimization1593 libc.src.__support.math.common_constants1594 libc.src.errno.errno1595)1596 1597add_entrypoint_object(1598 expm1f161599 SRCS1600 expm1f16.cpp1601 HDRS1602 ../expm1f16.h1603 DEPENDS1604 libc.hdr.errno_macros1605 libc.hdr.fenv_macros1606 libc.src.__support.FPUtil.cast1607 libc.src.__support.FPUtil.except_value_utils1608 libc.src.__support.FPUtil.fenv_impl1609 libc.src.__support.FPUtil.fp_bits1610 libc.src.__support.FPUtil.multiply_add1611 libc.src.__support.FPUtil.polyeval1612 libc.src.__support.FPUtil.rounding_mode1613 libc.src.__support.macros.optimization1614 libc.src.__support.math.expxf16_utils1615)1616 1617add_entrypoint_object(1618 powf1619 SRCS1620 powf.cpp1621 HDRS1622 ../powf.h1623 DEPENDS1624 libc.src.__support.math.exp10f1625 libc.src.__support.math.exp2f1626 libc.src.__support.CPP.bit1627 libc.src.__support.FPUtil.fenv_impl1628 libc.src.__support.FPUtil.fp_bits1629 libc.src.__support.FPUtil.multiply_add1630 libc.src.__support.FPUtil.nearest_integer1631 libc.src.__support.FPUtil.polyeval1632 libc.src.__support.FPUtil.sqrt1633 libc.src.__support.FPUtil.triple_double1634 libc.src.__support.macros.optimization1635 libc.src.__support.math.common_constants1636 libc.src.errno.errno1637)1638 1639add_entrypoint_object(1640 pow1641 SRCS1642 pow.cpp1643 HDRS1644 ../pow.h1645 DEPENDS1646 libc.hdr.errno_macros1647 libc.hdr.fenv_macros1648 libc.src.__support.CPP.bit1649 libc.src.__support.FPUtil.double_double1650 libc.src.__support.FPUtil.fenv_impl1651 libc.src.__support.FPUtil.fp_bits1652 libc.src.__support.FPUtil.multiply_add1653 libc.src.__support.FPUtil.nearest_integer1654 libc.src.__support.FPUtil.polyeval1655 libc.src.__support.FPUtil.sqrt1656 libc.src.__support.macros.optimization1657 libc.src.__support.math.common_constants1658)1659 1660add_entrypoint_object(1661 copysign1662 SRCS1663 copysign.cpp1664 HDRS1665 ../copysign.h1666 DEPENDS1667 libc.src.__support.FPUtil.manipulation_functions1668 FLAGS1669 MISC_MATH_BASIC_OPS_OPT1670)1671 1672add_entrypoint_object(1673 copysignf1674 SRCS1675 copysignf.cpp1676 HDRS1677 ../copysignf.h1678 DEPENDS1679 libc.src.__support.FPUtil.manipulation_functions1680 FLAGS1681 MISC_MATH_BASIC_OPS_OPT1682)1683 1684add_entrypoint_object(1685 copysignl1686 SRCS1687 copysignl.cpp1688 HDRS1689 ../copysignl.h1690 DEPENDS1691 libc.src.__support.FPUtil.manipulation_functions1692)1693 1694add_entrypoint_object(1695 copysignf161696 SRCS1697 copysignf16.cpp1698 HDRS1699 ../copysignf16.h1700 DEPENDS1701 libc.src.__support.macros.properties.types1702 libc.src.__support.FPUtil.manipulation_functions1703 FLAGS1704 MISC_MATH_BASIC_OPS_OPT1705)1706 1707add_entrypoint_object(1708 copysignf1281709 SRCS1710 copysignf128.cpp1711 HDRS1712 ../copysignf128.h1713 DEPENDS1714 libc.src.__support.macros.properties.types1715 libc.src.__support.FPUtil.manipulation_functions1716)1717 1718add_entrypoint_object(1719 copysignbf161720 SRCS1721 copysignbf16.cpp1722 HDRS1723 ../copysignbf16.h1724 DEPENDS1725 libc.src.__support.common1726 libc.src.__support.macros.config1727 libc.src.__support.macros.properties.types1728 libc.src.__support.FPUtil.bfloat161729 libc.src.__support.FPUtil.manipulation_functions1730 FLAGS1731 MISC_MATH_BASIC_OPS_OPT1732)1733 1734add_entrypoint_object(1735 frexp1736 SRCS1737 frexp.cpp1738 HDRS1739 ../frexp.h1740 DEPENDS1741 libc.src.__support.FPUtil.manipulation_functions1742)1743 1744add_entrypoint_object(1745 frexpf1746 SRCS1747 frexpf.cpp1748 HDRS1749 ../frexpf.h1750 DEPENDS1751 libc.src.__support.math.frexpf1752)1753 1754add_entrypoint_object(1755 frexpl1756 SRCS1757 frexpl.cpp1758 HDRS1759 ../frexpl.h1760 DEPENDS1761 libc.src.__support.FPUtil.manipulation_functions1762)1763 1764add_entrypoint_object(1765 frexpf161766 SRCS1767 frexpf16.cpp1768 HDRS1769 ../frexpf16.h1770 DEPENDS1771 libc.src.__support.math.frexpf161772)1773 1774add_entrypoint_object(1775 frexpf1281776 SRCS1777 frexpf128.cpp1778 HDRS1779 ../frexpf128.h1780 DEPENDS1781 libc.src.__support.math.frexpf1281782)1783 1784add_entrypoint_object(1785 frexpbf161786 SRCS1787 frexpbf16.cpp1788 HDRS1789 ../frexpbf16.h1790 DEPENDS1791 libc.src.__support.common1792 libc.src.__support.FPUtil.bfloat161793 libc.src.__support.FPUtil.manipulation_functions1794 libc.src.__support.macros.config1795 libc.src.__support.macros.properties.types1796)1797 1798add_entrypoint_object(1799 ilogb1800 SRCS1801 ilogb.cpp1802 HDRS1803 ../ilogb.h1804 DEPENDS1805 libc.src.__support.FPUtil.manipulation_functions1806)1807 1808add_entrypoint_object(1809 ilogbf1810 SRCS1811 ilogbf.cpp1812 HDRS1813 ../ilogbf.h1814 DEPENDS1815 libc.src.__support.FPUtil.manipulation_functions1816)1817 1818add_entrypoint_object(1819 ilogbl1820 SRCS1821 ilogbl.cpp1822 HDRS1823 ../ilogbl.h1824 DEPENDS1825 libc.src.__support.FPUtil.manipulation_functions1826)1827 1828add_entrypoint_object(1829 ilogbf161830 SRCS1831 ilogbf16.cpp1832 HDRS1833 ../ilogbf16.h1834 DEPENDS1835 libc.src.__support.macros.properties.types1836 libc.src.__support.FPUtil.manipulation_functions1837)1838 1839add_entrypoint_object(1840 ilogbf1281841 SRCS1842 ilogbf128.cpp1843 HDRS1844 ../ilogbf128.h1845 DEPENDS1846 libc.src.__support.macros.properties.types1847 libc.src.__support.FPUtil.manipulation_functions1848)1849 1850add_entrypoint_object(1851 ilogbbf161852 SRCS1853 ilogbbf16.cpp1854 HDRS1855 ../ilogbbf16.h1856 DEPENDS1857 libc.src.__support.common1858 libc.src.__support.FPUtil.bfloat161859 libc.src.__support.FPUtil.manipulation_functions1860 libc.src.__support.macros.config1861 libc.src.__support.macros.properties.types1862)1863 1864add_entrypoint_object(1865 llogb1866 SRCS1867 llogb.cpp1868 HDRS1869 ../llogb.h1870 DEPENDS1871 libc.src.__support.FPUtil.manipulation_functions1872)1873 1874add_entrypoint_object(1875 llogbf1876 SRCS1877 llogbf.cpp1878 HDRS1879 ../llogbf.h1880 DEPENDS1881 libc.src.__support.FPUtil.manipulation_functions1882)1883 1884add_entrypoint_object(1885 llogbl1886 SRCS1887 llogbl.cpp1888 HDRS1889 ../llogbl.h1890 DEPENDS1891 libc.src.__support.FPUtil.manipulation_functions1892)1893 1894add_entrypoint_object(1895 llogbf161896 SRCS1897 llogbf16.cpp1898 HDRS1899 ../llogbf16.h1900 DEPENDS1901 libc.src.__support.macros.properties.types1902 libc.src.__support.FPUtil.manipulation_functions1903)1904 1905add_entrypoint_object(1906 llogbf1281907 SRCS1908 llogbf128.cpp1909 HDRS1910 ../llogbf128.h1911 DEPENDS1912 libc.src.__support.macros.properties.types1913 libc.src.__support.FPUtil.manipulation_functions1914)1915 1916add_entrypoint_object(1917 llogbbf161918 SRCS1919 llogbbf16.cpp1920 HDRS1921 ../llogbbf16.h1922 DEPENDS1923 libc.src.__support.common1924 libc.src.__support.FPUtil.bfloat161925 libc.src.__support.FPUtil.manipulation_functions1926 libc.src.__support.macros.config1927 libc.src.__support.macros.properties.types1928)1929 1930add_entrypoint_object(1931 ldexp1932 SRCS1933 ldexp.cpp1934 HDRS1935 ../ldexp.h1936 DEPENDS1937 libc.src.__support.FPUtil.manipulation_functions1938)1939 1940add_entrypoint_object(1941 ldexpf1942 SRCS1943 ldexpf.cpp1944 HDRS1945 ../ldexpf.h1946 DEPENDS1947 libc.src.__support.math.ldexpf1948)1949 1950add_entrypoint_object(1951 ldexpl1952 SRCS1953 ldexpl.cpp1954 HDRS1955 ../ldexpl.h1956 DEPENDS1957 libc.src.__support.FPUtil.manipulation_functions1958)1959 1960add_entrypoint_object(1961 ldexpf161962 SRCS1963 ldexpf16.cpp1964 HDRS1965 ../ldexpf16.h1966 DEPENDS1967 libc.src.__support.math.ldexpf161968)1969 1970add_entrypoint_object(1971 ldexpf1281972 SRCS1973 ldexpf128.cpp1974 HDRS1975 ../ldexpf128.h1976 DEPENDS1977 libc.src.__support.math.ldexpf1281978)1979 1980add_entrypoint_object(1981 ldexpbf161982 SRCS1983 ldexpbf16.cpp1984 HDRS1985 ../ldexpbf16.h1986 DEPENDS1987 libc.src.__support.common1988 libc.src.__support.FPUtil.bfloat161989 libc.src.__support.FPUtil.manipulation_functions1990 libc.src.__support.macros.config1991 libc.src.__support.macros.properties.types1992)1993 1994add_header_library(1995 log_range_reduction1996 HDRS1997 log_range_reduction.h1998 DEPENDS1999 libc.src.__support.FPUtil.dyadic_float2000 libc.src.__support.math.common_constants2001 libc.src.__support.uint1282002)2003 2004add_entrypoint_object(2005 log102006 SRCS2007 log10.cpp2008 HDRS2009 ../log10.h2010 DEPENDS2011 .log_range_reduction2012 libc.src.__support.FPUtil.double_double2013 libc.src.__support.FPUtil.dyadic_float2014 libc.src.__support.FPUtil.fenv_impl2015 libc.src.__support.FPUtil.fp_bits2016 libc.src.__support.FPUtil.multiply_add2017 libc.src.__support.FPUtil.polyeval2018 libc.src.__support.integer_literals2019 libc.src.__support.macros.optimization2020 libc.src.__support.math.common_constants2021)2022 2023add_entrypoint_object(2024 log10f2025 SRCS2026 log10f.cpp2027 HDRS2028 ../log10f.h2029 DEPENDS2030 libc.src.__support.FPUtil.except_value_utils2031 libc.src.__support.FPUtil.fenv_impl2032 libc.src.__support.FPUtil.fp_bits2033 libc.src.__support.FPUtil.fma2034 libc.src.__support.FPUtil.polyeval2035 libc.src.__support.math.common_constants2036)2037 2038add_entrypoint_object(2039 log10f162040 SRCS2041 log10f16.cpp2042 HDRS2043 ../log10f16.h2044 DEPENDS2045 libc.hdr.errno_macros2046 libc.hdr.fenv_macros2047 libc.src.__support.FPUtil.cast2048 libc.src.__support.FPUtil.except_value_utils2049 libc.src.__support.FPUtil.fenv_impl2050 libc.src.__support.FPUtil.fp_bits2051 libc.src.__support.FPUtil.multiply_add2052 libc.src.__support.FPUtil.polyeval2053 libc.src.__support.macros.optimization2054 libc.src.__support.macros.properties.cpu_features2055 libc.src.__support.math.expxf16_utils2056)2057 2058add_entrypoint_object(2059 log1p2060 SRCS2061 log1p.cpp2062 HDRS2063 ../log1p.h2064 DEPENDS2065 libc.src.__support.FPUtil.double_double2066 libc.src.__support.FPUtil.dyadic_float2067 libc.src.__support.FPUtil.fenv_impl2068 libc.src.__support.FPUtil.fp_bits2069 libc.src.__support.FPUtil.multiply_add2070 libc.src.__support.FPUtil.polyeval2071 libc.src.__support.integer_literals2072 libc.src.__support.macros.optimization2073 libc.src.__support.math.common_constants2074)2075 2076add_entrypoint_object(2077 log1pf2078 SRCS2079 log1pf.cpp2080 HDRS2081 ../log1pf.h2082 DEPENDS2083 libc.src.__support.FPUtil.except_value_utils2084 libc.src.__support.FPUtil.fenv_impl2085 libc.src.__support.FPUtil.fp_bits2086 libc.src.__support.FPUtil.fma2087 libc.src.__support.FPUtil.polyeval2088 libc.src.__support.macros.optimization2089 libc.src.__support.math.common_constants2090)2091 2092add_entrypoint_object(2093 log22094 SRCS2095 log2.cpp2096 HDRS2097 ../log2.h2098 DEPENDS2099 .log_range_reduction2100 libc.src.__support.FPUtil.double_double2101 libc.src.__support.FPUtil.dyadic_float2102 libc.src.__support.FPUtil.fenv_impl2103 libc.src.__support.FPUtil.fp_bits2104 libc.src.__support.FPUtil.multiply_add2105 libc.src.__support.FPUtil.polyeval2106 libc.src.__support.integer_literals2107 libc.src.__support.macros.optimization2108 libc.src.__support.math.common_constants2109)2110 2111add_entrypoint_object(2112 log2f2113 SRCS2114 log2f.cpp2115 HDRS2116 ../log2f.h2117 DEPENDS2118 libc.src.__support.FPUtil.except_value_utils2119 libc.src.__support.FPUtil.fenv_impl2120 libc.src.__support.FPUtil.fp_bits2121 libc.src.__support.FPUtil.fma2122 libc.src.__support.FPUtil.polyeval2123 libc.src.__support.macros.optimization2124 libc.src.__support.math.common_constants2125)2126 2127add_entrypoint_object(2128 log2f162129 SRCS2130 log2f16.cpp2131 HDRS2132 ../log2f16.h2133 DEPENDS2134 libc.hdr.errno_macros2135 libc.hdr.fenv_macros2136 libc.src.__support.FPUtil.cast2137 libc.src.__support.FPUtil.except_value_utils2138 libc.src.__support.FPUtil.fenv_impl2139 libc.src.__support.FPUtil.fp_bits2140 libc.src.__support.FPUtil.multiply_add2141 libc.src.__support.FPUtil.polyeval2142 libc.src.__support.macros.optimization2143 libc.src.__support.macros.properties.cpu_features2144 libc.src.__support.math.expxf16_utils2145)2146 2147add_entrypoint_object(2148 log2149 SRCS2150 log.cpp2151 HDRS2152 ../log.h2153 DEPENDS2154 .log_range_reduction2155 libc.src.__support.FPUtil.double_double2156 libc.src.__support.FPUtil.dyadic_float2157 libc.src.__support.FPUtil.fenv_impl2158 libc.src.__support.FPUtil.fp_bits2159 libc.src.__support.FPUtil.multiply_add2160 libc.src.__support.FPUtil.polyeval2161 libc.src.__support.integer_literals2162 libc.src.__support.macros.optimization2163 libc.src.__support.math.common_constants2164)2165 2166add_entrypoint_object(2167 logf2168 SRCS2169 logf.cpp2170 HDRS2171 ../logf.h2172 DEPENDS2173 libc.src.__support.FPUtil.except_value_utils2174 libc.src.__support.FPUtil.fenv_impl2175 libc.src.__support.FPUtil.fp_bits2176 libc.src.__support.FPUtil.multiply_add2177 libc.src.__support.FPUtil.polyeval2178 libc.src.__support.macros.optimization2179 libc.src.__support.macros.properties.cpu_features2180 libc.src.__support.math.common_constants2181)2182 2183add_entrypoint_object(2184 logf162185 SRCS2186 logf16.cpp2187 HDRS2188 ../logf16.h2189 DEPENDS2190 libc.hdr.errno_macros2191 libc.hdr.fenv_macros2192 libc.src.__support.FPUtil.cast2193 libc.src.__support.FPUtil.except_value_utils2194 libc.src.__support.FPUtil.fenv_impl2195 libc.src.__support.FPUtil.fp_bits2196 libc.src.__support.FPUtil.multiply_add2197 libc.src.__support.FPUtil.polyeval2198 libc.src.__support.macros.optimization2199 libc.src.__support.macros.properties.cpu_features2200 libc.src.__support.math.expxf16_utils2201)2202 2203add_entrypoint_object(2204 log_bf162205 SRCS2206 log_bf16.cpp2207 HDRS2208 ../log_bf16.h2209 DEPENDS2210 libc.src.__support.common2211 libc.src.__support.FPUtil.bfloat162212 libc.src.__support.FPUtil.cast2213 libc.src.__support.FPUtil.fp_bits2214 libc.src.__support.FPUtil.multiply_add2215 libc.src.__support.macros.config2216 libc.src.__support.macros.optimization2217)2218 2219add_entrypoint_object(2220 logb2221 SRCS2222 logb.cpp2223 HDRS2224 ../logb.h2225 DEPENDS2226 libc.src.__support.FPUtil.manipulation_functions2227)2228 2229add_entrypoint_object(2230 logbf2231 SRCS2232 logbf.cpp2233 HDRS2234 ../logbf.h2235 DEPENDS2236 libc.src.__support.FPUtil.manipulation_functions2237)2238 2239add_entrypoint_object(2240 logbl2241 SRCS2242 logbl.cpp2243 HDRS2244 ../logbl.h2245 DEPENDS2246 libc.src.__support.FPUtil.manipulation_functions2247)2248 2249add_entrypoint_object(2250 logbf162251 SRCS2252 logbf16.cpp2253 HDRS2254 ../logbf16.h2255 DEPENDS2256 libc.src.__support.macros.properties.types2257 libc.src.__support.FPUtil.manipulation_functions2258)2259 2260add_entrypoint_object(2261 logbf1282262 SRCS2263 logbf128.cpp2264 HDRS2265 ../logbf128.h2266 DEPENDS2267 libc.src.__support.macros.properties.types2268 libc.src.__support.FPUtil.manipulation_functions2269)2270 2271add_entrypoint_object(2272 logbbf162273 SRCS2274 logbbf16.cpp2275 HDRS2276 ../logbbf16.h2277 DEPENDS2278 libc.src.__support.common2279 libc.src.__support.FPUtil.bfloat162280 libc.src.__support.FPUtil.manipulation_functions2281 libc.src.__support.macros.config2282 libc.src.__support.macros.properties.types2283)2284 2285add_entrypoint_object(2286 modf2287 SRCS2288 modf.cpp2289 HDRS2290 ../modf.h2291 DEPENDS2292 libc.src.__support.FPUtil.manipulation_functions2293)2294 2295add_entrypoint_object(2296 modff2297 SRCS2298 modff.cpp2299 HDRS2300 ../modff.h2301 DEPENDS2302 libc.src.__support.FPUtil.manipulation_functions2303)2304 2305add_entrypoint_object(2306 modfl2307 SRCS2308 modfl.cpp2309 HDRS2310 ../modfl.h2311 DEPENDS2312 libc.src.__support.FPUtil.manipulation_functions2313)2314 2315add_entrypoint_object(2316 modff162317 SRCS2318 modff16.cpp2319 HDRS2320 ../modff16.h2321 DEPENDS2322 libc.src.__support.macros.properties.types2323 libc.src.__support.FPUtil.manipulation_functions2324)2325 2326add_entrypoint_object(2327 modff1282328 SRCS2329 modff128.cpp2330 HDRS2331 ../modff128.h2332 DEPENDS2333 libc.src.__support.macros.properties.types2334 libc.src.__support.FPUtil.manipulation_functions2335)2336 2337add_entrypoint_object(2338 modfbf162339 SRCS2340 modfbf16.cpp2341 HDRS2342 ../modfbf16.h2343 DEPENDS2344 libc.src.__support.common2345 libc.src.__support.FPUtil.bfloat162346 libc.src.__support.FPUtil.manipulation_functions2347 libc.src.__support.macros.config2348 libc.src.__support.macros.properties.types2349)2350 2351add_entrypoint_object(2352 fmin2353 SRCS2354 fmin.cpp2355 HDRS2356 ../fmin.h2357 DEPENDS2358 libc.src.__support.FPUtil.basic_operations2359 FLAGS2360 MISC_MATH_BASIC_OPS_OPT2361)2362 2363add_entrypoint_object(2364 fminf2365 SRCS2366 fminf.cpp2367 HDRS2368 ../fminf.h2369 DEPENDS2370 libc.src.__support.FPUtil.basic_operations2371 FLAGS2372 MISC_MATH_BASIC_OPS_OPT2373)2374 2375add_entrypoint_object(2376 fminl2377 SRCS2378 fminl.cpp2379 HDRS2380 ../fminl.h2381 DEPENDS2382 libc.src.__support.FPUtil.basic_operations2383)2384 2385add_entrypoint_object(2386 fminf1282387 SRCS2388 fminf128.cpp2389 HDRS2390 ../fminf128.h2391 DEPENDS2392 libc.src.__support.macros.properties.types2393 libc.src.__support.FPUtil.basic_operations2394)2395 2396add_entrypoint_object(2397 fminf162398 SRCS2399 fminf16.cpp2400 HDRS2401 ../fminf16.h2402 DEPENDS2403 libc.src.__support.macros.properties.types2404 libc.src.__support.FPUtil.basic_operations2405 FLAGS2406 MISC_MATH_BASIC_OPS_OPT2407)2408 2409add_entrypoint_object(2410 fminbf162411 SRCS2412 fminbf16.cpp2413 HDRS2414 ../fminbf16.h2415 DEPENDS2416 libc.src.__support.common2417 libc.src.__support.FPUtil.basic_operations2418 libc.src.__support.FPUtil.bfloat162419 libc.src.__support.macros.config2420 libc.src.__support.macros.properties.types2421 FLAGS2422 MISC_MATH_BASIC_OPS_OPT2423)2424 2425add_entrypoint_object(2426 fmax2427 SRCS2428 fmax.cpp2429 HDRS2430 ../fmax.h2431 DEPENDS2432 libc.src.__support.FPUtil.basic_operations2433 FLAGS2434 MISC_MATH_BASIC_OPS_OPT2435)2436 2437add_entrypoint_object(2438 fmaxf2439 SRCS2440 fmaxf.cpp2441 HDRS2442 ../fmaxf.h2443 DEPENDS2444 libc.src.__support.FPUtil.basic_operations2445 FLAGS2446 MISC_MATH_BASIC_OPS_OPT2447)2448 2449add_entrypoint_object(2450 fmaxl2451 SRCS2452 fmaxl.cpp2453 HDRS2454 ../fmaxl.h2455 DEPENDS2456 libc.src.__support.FPUtil.basic_operations2457)2458 2459add_entrypoint_object(2460 fmaxf1282461 SRCS2462 fmaxf128.cpp2463 HDRS2464 ../fmaxf128.h2465 DEPENDS2466 libc.src.__support.macros.properties.types2467 libc.src.__support.FPUtil.basic_operations2468)2469 2470add_entrypoint_object(2471 fmaxf162472 SRCS2473 fmaxf16.cpp2474 HDRS2475 ../fmaxf16.h2476 DEPENDS2477 libc.src.__support.macros.properties.types2478 libc.src.__support.FPUtil.basic_operations2479 FLAGS2480 MISC_MATH_BASIC_OPS_OPT2481)2482 2483add_entrypoint_object(2484 fmaxbf162485 SRCS2486 fmaxbf16.cpp2487 HDRS2488 ../fmaxbf16.h2489 DEPENDS2490 libc.src.__support.common2491 libc.src.__support.FPUtil.basic_operations2492 libc.src.__support.FPUtil.bfloat162493 libc.src.__support.macros.config2494 libc.src.__support.macros.properties.types2495 FLAGS2496 MISC_MATH_BASIC_OPS_OPT2497)2498 2499add_entrypoint_object(2500 fmaximum2501 SRCS2502 fmaximum.cpp2503 HDRS2504 ../fmaximum.h2505 DEPENDS2506 libc.src.__support.FPUtil.basic_operations2507 FLAGS2508 MISC_MATH_BASIC_OPS_OPT2509)2510 2511add_entrypoint_object(2512 fmaximumf2513 SRCS2514 fmaximumf.cpp2515 HDRS2516 ../fmaximumf.h2517 DEPENDS2518 libc.src.__support.FPUtil.basic_operations2519 FLAGS2520 MISC_MATH_BASIC_OPS_OPT2521)2522 2523add_entrypoint_object(2524 fmaximuml2525 SRCS2526 fmaximuml.cpp2527 HDRS2528 ../fmaximuml.h2529 DEPENDS2530 libc.src.__support.FPUtil.basic_operations2531)2532 2533add_entrypoint_object(2534 fmaximumf162535 SRCS2536 fmaximumf16.cpp2537 HDRS2538 ../fmaximumf16.h2539 DEPENDS2540 libc.src.__support.macros.properties.types2541 libc.src.__support.FPUtil.basic_operations2542 FLAGS2543 MISC_MATH_BASIC_OPS_OPT2544)2545 2546add_entrypoint_object(2547 fmaximumf1282548 SRCS2549 fmaximumf128.cpp2550 HDRS2551 ../fmaximumf128.h2552 DEPENDS2553 libc.src.__support.macros.properties.types2554 libc.src.__support.FPUtil.basic_operations2555)2556 2557add_entrypoint_object(2558 fmaximumbf162559 SRCS2560 fmaximumbf16.cpp2561 HDRS2562 ../fmaximumbf16.h2563 DEPENDS2564 libc.src.__support.FPUtil.basic_operations2565 libc.src.__support.FPUtil.bfloat162566 libc.src.__support.macros.config2567 libc.src.__support.macros.properties.types2568 FLAGS2569 MISC_MATH_BASIC_OPS_OPT2570)2571 2572add_entrypoint_object(2573 fmaximum_num2574 SRCS2575 fmaximum_num.cpp2576 HDRS2577 ../fmaximum_num.h2578 DEPENDS2579 libc.src.__support.FPUtil.basic_operations2580 FLAGS2581 MISC_MATH_BASIC_OPS_OPT2582)2583 2584add_entrypoint_object(2585 fmaximum_numf2586 SRCS2587 fmaximum_numf.cpp2588 HDRS2589 ../fmaximum_numf.h2590 DEPENDS2591 libc.src.__support.FPUtil.basic_operations2592 FLAGS2593 MISC_MATH_BASIC_OPS_OPT2594)2595 2596add_entrypoint_object(2597 fmaximum_numl2598 SRCS2599 fmaximum_numl.cpp2600 HDRS2601 ../fmaximum_numl.h2602 DEPENDS2603 libc.src.__support.FPUtil.basic_operations2604)2605 2606add_entrypoint_object(2607 fmaximum_numf162608 SRCS2609 fmaximum_numf16.cpp2610 HDRS2611 ../fmaximum_numf16.h2612 DEPENDS2613 libc.src.__support.macros.properties.types2614 libc.src.__support.FPUtil.basic_operations2615 FLAGS2616 MISC_MATH_BASIC_OPS_OPT2617)2618 2619add_entrypoint_object(2620 fmaximum_numf1282621 SRCS2622 fmaximum_numf128.cpp2623 HDRS2624 ../fmaximum_numf128.h2625 DEPENDS2626 libc.src.__support.macros.properties.types2627 libc.src.__support.FPUtil.basic_operations2628)2629 2630add_entrypoint_object(2631 fmaximum_numbf162632 SRCS2633 fmaximum_numbf16.cpp2634 HDRS2635 ../fmaximum_numbf16.h2636 DEPENDS2637 libc.src.__support.FPUtil.basic_operations2638 libc.src.__support.FPUtil.bfloat162639 libc.src.__support.macros.config2640 libc.src.__support.macros.properties.types2641 FLAGS2642 MISC_MATH_BASIC_OPS_OPT2643)2644 2645add_entrypoint_object(2646 fmaximum_mag2647 SRCS2648 fmaximum_mag.cpp2649 HDRS2650 ../fmaximum_mag.h2651 DEPENDS2652 libc.src.__support.FPUtil.basic_operations2653)2654 2655add_entrypoint_object(2656 fmaximum_magf2657 SRCS2658 fmaximum_magf.cpp2659 HDRS2660 ../fmaximum_magf.h2661 DEPENDS2662 libc.src.__support.FPUtil.basic_operations2663)2664 2665add_entrypoint_object(2666 fmaximum_magl2667 SRCS2668 fmaximum_magl.cpp2669 HDRS2670 ../fmaximum_magl.h2671 DEPENDS2672 libc.src.__support.FPUtil.basic_operations2673)2674 2675add_entrypoint_object(2676 fmaximum_magf162677 SRCS2678 fmaximum_magf16.cpp2679 HDRS2680 ../fmaximum_magf16.h2681 DEPENDS2682 libc.src.__support.macros.properties.types2683 libc.src.__support.FPUtil.basic_operations2684)2685 2686add_entrypoint_object(2687 fmaximum_magf1282688 SRCS2689 fmaximum_magf128.cpp2690 HDRS2691 ../fmaximum_magf128.h2692 DEPENDS2693 libc.src.__support.macros.properties.types2694 libc.src.__support.FPUtil.basic_operations2695)2696 2697add_entrypoint_object(2698 fmaximum_magbf162699 SRCS2700 fmaximum_magbf16.cpp2701 HDRS2702 ../fmaximum_magbf16.h2703 DEPENDS2704 libc.src.__support.FPUtil.basic_operations2705 libc.src.__support.FPUtil.bfloat162706 libc.src.__support.macros.config2707 libc.src.__support.macros.properties.types2708 FLAGS2709 MISC_MATH_BASIC_OPS_OPT2710)2711 2712add_entrypoint_object(2713 fmaximum_mag_num2714 SRCS2715 fmaximum_mag_num.cpp2716 HDRS2717 ../fmaximum_mag_num.h2718 DEPENDS2719 libc.src.__support.FPUtil.basic_operations2720)2721 2722add_entrypoint_object(2723 fmaximum_mag_numf2724 SRCS2725 fmaximum_mag_numf.cpp2726 HDRS2727 ../fmaximum_mag_numf.h2728 DEPENDS2729 libc.src.__support.FPUtil.basic_operations2730)2731 2732add_entrypoint_object(2733 fmaximum_mag_numl2734 SRCS2735 fmaximum_mag_numl.cpp2736 HDRS2737 ../fmaximum_mag_numl.h2738 DEPENDS2739 libc.src.__support.FPUtil.basic_operations2740)2741 2742add_entrypoint_object(2743 fmaximum_mag_numf162744 SRCS2745 fmaximum_mag_numf16.cpp2746 HDRS2747 ../fmaximum_mag_numf16.h2748 DEPENDS2749 libc.src.__support.macros.properties.types2750 libc.src.__support.FPUtil.basic_operations2751)2752 2753add_entrypoint_object(2754 fmaximum_mag_numf1282755 SRCS2756 fmaximum_mag_numf128.cpp2757 HDRS2758 ../fmaximum_mag_numf128.h2759 DEPENDS2760 libc.src.__support.macros.properties.types2761 libc.src.__support.FPUtil.basic_operations2762)2763 2764add_entrypoint_object(2765 fmaximum_mag_numbf162766 SRCS2767 fmaximum_mag_numbf16.cpp2768 HDRS2769 ../fmaximum_mag_numbf16.h2770 DEPENDS2771 libc.src.__support.FPUtil.basic_operations2772 libc.src.__support.FPUtil.bfloat162773 libc.src.__support.macros.config2774 libc.src.__support.macros.properties.types2775 FLAGS2776 MISC_MATH_BASIC_OPS_OPT2777)2778 2779add_entrypoint_object(2780 fminimum2781 SRCS2782 fminimum.cpp2783 HDRS2784 ../fminimum.h2785 DEPENDS2786 libc.src.__support.FPUtil.basic_operations2787 FLAGS2788 MISC_MATH_BASIC_OPS_OPT2789)2790 2791add_entrypoint_object(2792 fminimumf2793 SRCS2794 fminimumf.cpp2795 HDRS2796 ../fminimumf.h2797 DEPENDS2798 libc.src.__support.FPUtil.basic_operations2799 FLAGS2800 MISC_MATH_BASIC_OPS_OPT2801)2802 2803add_entrypoint_object(2804 fminimuml2805 SRCS2806 fminimuml.cpp2807 HDRS2808 ../fminimuml.h2809 DEPENDS2810 libc.src.__support.FPUtil.basic_operations2811)2812 2813add_entrypoint_object(2814 fminimumf162815 SRCS2816 fminimumf16.cpp2817 HDRS2818 ../fminimumf16.h2819 DEPENDS2820 libc.src.__support.macros.properties.types2821 libc.src.__support.FPUtil.basic_operations2822 FLAGS2823 MISC_MATH_BASIC_OPS_OPT2824)2825 2826add_entrypoint_object(2827 fminimumf1282828 SRCS2829 fminimumf128.cpp2830 HDRS2831 ../fminimumf128.h2832 DEPENDS2833 libc.src.__support.macros.properties.types2834 libc.src.__support.FPUtil.basic_operations2835)2836 2837add_entrypoint_object(2838 fminimumbf162839 SRCS2840 fminimumbf16.cpp2841 HDRS2842 ../fminimumbf16.h2843 DEPENDS2844 libc.src.__support.FPUtil.basic_operations2845 libc.src.__support.FPUtil.bfloat162846 libc.src.__support.macros.config2847 libc.src.__support.macros.properties.types2848 FLAGS2849 MISC_MATH_BASIC_OPS_OPT2850)2851 2852add_entrypoint_object(2853 fminimum_num2854 SRCS2855 fminimum_num.cpp2856 HDRS2857 ../fminimum_num.h2858 DEPENDS2859 libc.src.__support.FPUtil.basic_operations2860 FLAGS2861 MISC_MATH_BASIC_OPS_OPT2862)2863 2864add_entrypoint_object(2865 fminimum_numf2866 SRCS2867 fminimum_numf.cpp2868 HDRS2869 ../fminimum_numf.h2870 DEPENDS2871 libc.src.__support.FPUtil.basic_operations2872 FLAGS2873 MISC_MATH_BASIC_OPS_OPT2874)2875 2876add_entrypoint_object(2877 fminimum_numl2878 SRCS2879 fminimum_numl.cpp2880 HDRS2881 ../fminimum_numl.h2882 DEPENDS2883 libc.src.__support.FPUtil.basic_operations2884)2885 2886add_entrypoint_object(2887 fminimum_numf162888 SRCS2889 fminimum_numf16.cpp2890 HDRS2891 ../fminimum_numf16.h2892 DEPENDS2893 libc.src.__support.macros.properties.types2894 libc.src.__support.FPUtil.basic_operations2895 FLAGS2896 MISC_MATH_BASIC_OPS_OPT2897)2898 2899add_entrypoint_object(2900 fminimum_numf1282901 SRCS2902 fminimum_numf128.cpp2903 HDRS2904 ../fminimum_numf128.h2905 DEPENDS2906 libc.src.__support.macros.properties.types2907 libc.src.__support.FPUtil.basic_operations2908)2909 2910add_entrypoint_object(2911 fminimum_numbf162912 SRCS2913 fminimum_numbf16.cpp2914 HDRS2915 ../fminimum_numbf16.h2916 DEPENDS2917 libc.src.__support.FPUtil.basic_operations2918 libc.src.__support.FPUtil.bfloat162919 libc.src.__support.macros.config2920 libc.src.__support.macros.properties.types2921 FLAGS2922 MISC_MATH_BASIC_OPS_OPT2923)2924 2925add_entrypoint_object(2926 fminimum_mag2927 SRCS2928 fminimum_mag.cpp2929 HDRS2930 ../fminimum_mag.h2931 DEPENDS2932 libc.src.__support.FPUtil.basic_operations2933)2934 2935add_entrypoint_object(2936 fminimum_magf2937 SRCS2938 fminimum_magf.cpp2939 HDRS2940 ../fminimum_magf.h2941 DEPENDS2942 libc.src.__support.FPUtil.basic_operations2943)2944 2945add_entrypoint_object(2946 fminimum_magl2947 SRCS2948 fminimum_magl.cpp2949 HDRS2950 ../fminimum_magl.h2951 DEPENDS2952 libc.src.__support.FPUtil.basic_operations2953)2954 2955add_entrypoint_object(2956 fminimum_magf162957 SRCS2958 fminimum_magf16.cpp2959 HDRS2960 ../fminimum_magf16.h2961 DEPENDS2962 libc.src.__support.macros.properties.types2963 libc.src.__support.FPUtil.basic_operations2964)2965 2966add_entrypoint_object(2967 fminimum_magf1282968 SRCS2969 fminimum_magf128.cpp2970 HDRS2971 ../fminimum_magf128.h2972 DEPENDS2973 libc.src.__support.macros.properties.types2974 libc.src.__support.FPUtil.basic_operations2975)2976 2977add_entrypoint_object(2978 fminimum_magbf162979 SRCS2980 fminimum_magbf16.cpp2981 HDRS2982 ../fminimum_magbf16.h2983 DEPENDS2984 libc.src.__support.FPUtil.basic_operations2985 libc.src.__support.FPUtil.bfloat162986 libc.src.__support.macros.config2987 libc.src.__support.macros.properties.types2988 FLAGS2989 MISC_MATH_BASIC_OPS_OPT2990)2991 2992add_entrypoint_object(2993 fminimum_mag_num2994 SRCS2995 fminimum_mag_num.cpp2996 HDRS2997 ../fminimum_mag_num.h2998 DEPENDS2999 libc.src.__support.FPUtil.basic_operations3000)3001 3002add_entrypoint_object(3003 fminimum_mag_numf3004 SRCS3005 fminimum_mag_numf.cpp3006 HDRS3007 ../fminimum_mag_numf.h3008 DEPENDS3009 libc.src.__support.FPUtil.basic_operations3010)3011 3012add_entrypoint_object(3013 fminimum_mag_numl3014 SRCS3015 fminimum_mag_numl.cpp3016 HDRS3017 ../fminimum_mag_numl.h3018 DEPENDS3019 libc.src.__support.FPUtil.basic_operations3020)3021 3022add_entrypoint_object(3023 fminimum_mag_numf163024 SRCS3025 fminimum_mag_numf16.cpp3026 HDRS3027 ../fminimum_mag_numf16.h3028 DEPENDS3029 libc.src.__support.macros.properties.types3030 libc.src.__support.FPUtil.basic_operations3031)3032 3033add_entrypoint_object(3034 fminimum_mag_numf1283035 SRCS3036 fminimum_mag_numf128.cpp3037 HDRS3038 ../fminimum_mag_numf128.h3039 DEPENDS3040 libc.src.__support.macros.properties.types3041 libc.src.__support.FPUtil.basic_operations3042)3043 3044add_entrypoint_object(3045 fminimum_mag_numbf163046 SRCS3047 fminimum_mag_numbf16.cpp3048 HDRS3049 ../fminimum_mag_numbf16.h3050 DEPENDS3051 libc.src.__support.FPUtil.basic_operations3052 libc.src.__support.FPUtil.bfloat163053 libc.src.__support.macros.config3054 libc.src.__support.macros.properties.types3055 FLAGS3056 MISC_MATH_BASIC_OPS_OPT3057)3058 3059add_entrypoint_object(3060 fmul3061 SRCS3062 fmul.cpp3063 HDRS3064 ../fmul.h3065 DEPENDS3066 libc.hdr.errno_macros3067 libc.hdr.fenv_macros3068 libc.src.__support.FPUtil.double_double3069)3070 3071add_entrypoint_object(3072 fmull3073 SRCS3074 fmull.cpp3075 HDRS3076 ../fmull.h3077 DEPENDS3078 libc.src.__support.FPUtil.generic.mul3079)3080 3081add_entrypoint_object(3082 fmulf1283083 SRCS3084 fmulf128.cpp3085 HDRS3086 ../fmulf128.h3087 DEPENDS3088 libc.src.__support.macros.properties.types3089 libc.src.__support.FPUtil.generic.mul3090)3091 3092add_entrypoint_object(3093 fsub3094 SRCS3095 fsub.cpp3096 HDRS3097 ../fsub.h3098 DEPENDS3099 libc.src.__support.FPUtil.generic.add_sub3100)3101 3102add_entrypoint_object(3103 fsubl3104 SRCS3105 fsubl.cpp3106 HDRS3107 ../fsubl.h3108 DEPENDS3109 libc.src.__support.FPUtil.generic.add_sub3110)3111 3112add_entrypoint_object(3113 fsubf1283114 SRCS3115 fsubf128.cpp3116 HDRS3117 ../fsubf128.h3118 DEPENDS3119 libc.src.__support.macros.properties.types3120 libc.src.__support.FPUtil.generic.add_sub3121)3122 3123add_entrypoint_object(3124 sqrt3125 SRCS3126 sqrt.cpp3127 HDRS3128 ../sqrt.h3129 DEPENDS3130 libc.src.__support.FPUtil.sqrt3131)3132 3133 3134add_entrypoint_object(3135 sqrtf3136 SRCS3137 sqrtf.cpp3138 HDRS3139 ../sqrtf.h3140 DEPENDS3141 libc.src.__support.FPUtil.sqrt3142)3143 3144add_entrypoint_object(3145 sqrtl3146 SRCS3147 sqrtl.cpp3148 HDRS3149 ../sqrtl.h3150 DEPENDS3151 libc.src.__support.FPUtil.sqrt3152)3153 3154add_entrypoint_object(3155 sqrtf163156 SRCS3157 sqrtf16.cpp3158 HDRS3159 ../sqrtf16.h3160 DEPENDS3161 libc.src.__support.FPUtil.sqrt3162)3163 3164add_entrypoint_object(3165 sqrtf1283166 SRCS3167 sqrtf128.cpp3168 HDRS3169 ../sqrtf128.h3170 DEPENDS3171 libc.src.__support.CPP.bit3172 libc.src.__support.FPUtil.fenv_impl3173 libc.src.__support.FPUtil.fp_bits3174 libc.src.__support.FPUtil.rounding_mode3175 libc.src.__support.macros.optimization3176 libc.src.__support.macros.properties.types3177 libc.src.__support.FPUtil.sqrt3178)3179 3180add_entrypoint_object(3181 sqrtbf163182 SRCS3183 sqrtbf16.cpp3184 HDRS3185 ../sqrtbf16.h3186 DEPENDS3187 libc.src.__support.common3188 libc.src.__support.FPUtil.bfloat163189 libc.src.__support.FPUtil.sqrt3190 libc.src.__support.macros.config3191 libc.src.__support.macros.properties.types3192)3193 3194add_entrypoint_object(3195 remquof3196 SRCS3197 remquof.cpp3198 HDRS3199 ../remquof.h3200 DEPENDS3201 libc.src.__support.FPUtil.division_and_remainder_operations3202)3203 3204add_entrypoint_object(3205 remquof1283206 SRCS3207 remquof128.cpp3208 HDRS3209 ../remquof128.h3210 DEPENDS3211 libc.src.__support.FPUtil.division_and_remainder_operations3212)3213 3214add_entrypoint_object(3215 remquo3216 SRCS3217 remquo.cpp3218 HDRS3219 ../remquo.h3220 DEPENDS3221 libc.src.__support.FPUtil.division_and_remainder_operations3222)3223 3224add_entrypoint_object(3225 remquol3226 SRCS3227 remquol.cpp3228 HDRS3229 ../remquol.h3230 DEPENDS3231 libc.src.__support.FPUtil.division_and_remainder_operations3232)3233 3234add_entrypoint_object(3235 remquof163236 SRCS3237 remquof16.cpp3238 HDRS3239 ../remquof16.h3240 DEPENDS3241 libc.src.__support.macros.properties.types3242 libc.src.__support.FPUtil.division_and_remainder_operations3243)3244 3245add_entrypoint_object(3246 remquobf163247 SRCS3248 remquobf16.cpp3249 HDRS3250 ../remquobf16.h3251 DEPENDS3252 libc.src.__support.common3253 libc.src.__support.FPUtil.bfloat163254 libc.src.__support.FPUtil.division_and_remainder_operations3255 libc.src.__support.macros.properties.types3256 libc.src.__support.macros.config3257)3258 3259add_entrypoint_object(3260 remainderf3261 SRCS3262 remainderf.cpp3263 HDRS3264 ../remainderf.h3265 DEPENDS3266 libc.src.__support.FPUtil.division_and_remainder_operations3267)3268 3269add_entrypoint_object(3270 remainder3271 SRCS3272 remainder.cpp3273 HDRS3274 ../remainder.h3275 DEPENDS3276 libc.src.__support.FPUtil.division_and_remainder_operations3277)3278 3279add_entrypoint_object(3280 remainderl3281 SRCS3282 remainderl.cpp3283 HDRS3284 ../remainderl.h3285 DEPENDS3286 libc.src.__support.FPUtil.division_and_remainder_operations3287)3288 3289add_entrypoint_object(3290 remainderf163291 SRCS3292 remainderf16.cpp3293 HDRS3294 ../remainderf16.h3295 DEPENDS3296 libc.src.__support.macros.properties.types3297 libc.src.__support.FPUtil.division_and_remainder_operations3298)3299 3300add_entrypoint_object(3301 remainderf1283302 SRCS3303 remainderf128.cpp3304 HDRS3305 ../remainderf128.h3306 DEPENDS3307 libc.src.__support.macros.properties.types3308 libc.src.__support.FPUtil.division_and_remainder_operations3309)3310 3311add_entrypoint_object(3312 remainderbf163313 SRCS3314 remainderbf16.cpp3315 HDRS3316 ../remainderbf16.h3317 DEPENDS3318 libc.src.__support.common3319 libc.src.__support.FPUtil.bfloat163320 libc.src.__support.FPUtil.division_and_remainder_operations3321 libc.src.__support.macros.properties.types3322 libc.src.__support.macros.config3323)3324 3325add_entrypoint_object(3326 hypotf3327 SRCS3328 hypotf.cpp3329 HDRS3330 ../hypotf.h3331 DEPENDS3332 libc.src.__support.FPUtil.double_double3333 libc.src.__support.FPUtil.fenv_impl3334 libc.src.__support.FPUtil.fp_bits3335 libc.src.__support.FPUtil.multiply_add3336 libc.src.__support.FPUtil.sqrt3337 libc.src.__support.macros.optimization3338)3339 3340add_entrypoint_object(3341 hypotf163342 SRCS3343 hypotf16.cpp3344 HDRS3345 ../hypotf16.h3346 DEPENDS3347 libc.src.__support.FPUtil.fenv_impl3348 libc.src.__support.FPUtil.fp_bits3349 libc.src.__support.FPUtil.cast3350 libc.src.__support.FPUtil.multiply_add3351 libc.src.__support.FPUtil.sqrt3352 libc.src.__support.macros.optimization3353 libc.src.__support.macros.properties.types3354)3355 3356add_entrypoint_object(3357 fdim3358 SRCS3359 fdim.cpp3360 HDRS3361 ../fdim.h3362 DEPENDS3363 libc.src.__support.FPUtil.basic_operations3364)3365 3366add_entrypoint_object(3367 fdimf3368 SRCS3369 fdimf.cpp3370 HDRS3371 ../fdimf.h3372 DEPENDS3373 libc.src.__support.FPUtil.basic_operations3374)3375 3376add_entrypoint_object(3377 fdiml3378 SRCS3379 fdiml.cpp3380 HDRS3381 ../fdiml.h3382 DEPENDS3383 libc.src.__support.FPUtil.basic_operations3384)3385 3386add_entrypoint_object(3387 fdimf163388 SRCS3389 fdimf16.cpp3390 HDRS3391 ../fdimf16.h3392 DEPENDS3393 libc.src.__support.macros.properties.types3394 libc.src.__support.FPUtil.basic_operations3395)3396 3397add_entrypoint_object(3398 fdimf1283399 SRCS3400 fdimf128.cpp3401 HDRS3402 ../fdimf128.h3403 DEPENDS3404 libc.src.__support.macros.properties.types3405 libc.src.__support.FPUtil.basic_operations3406)3407 3408add_entrypoint_object(3409 fdimbf163410 SRCS3411 fdimbf16.cpp3412 HDRS3413 ../fdimbf16.h3414 DEPENDS3415 libc.src.__support.common3416 libc.src.__support.macros.config3417 libc.src.__support.macros.properties.types3418 libc.src.__support.FPUtil.basic_operations3419 libc.src.__support.FPUtil.bfloat163420)3421 3422add_entrypoint_object(3423 fdiv3424 SRCS3425 fdiv.cpp3426 HDRS3427 ../fdiv.h3428 DEPENDS3429 libc.src.__support.FPUtil.generic.div3430)3431 3432add_entrypoint_object(3433 fdivl3434 SRCS3435 fdivl.cpp3436 HDRS3437 ../fdivl.h3438 DEPENDS3439 libc.src.__support.FPUtil.generic.div3440)3441 3442add_entrypoint_object(3443 fdivf1283444 SRCS3445 fdivf128.cpp3446 HDRS3447 ../fdivf128.h3448 DEPENDS3449 libc.src.__support.macros.properties.types3450 libc.src.__support.FPUtil.generic.div3451)3452 3453add_entrypoint_object(3454 ffma3455 SRCS3456 ffma.cpp3457 HDRS3458 ../ffma.h3459 DEPENDS3460 libc.src.__support.FPUtil.fma3461)3462 3463add_entrypoint_object(3464 ffmal3465 SRCS3466 ffmal.cpp3467 HDRS3468 ../ffmal.h3469 DEPENDS3470 libc.src.__support.FPUtil.fma3471)3472 3473add_entrypoint_object(3474 ffmaf1283475 SRCS3476 ffmaf128.cpp3477 HDRS3478 ../ffmaf128.h3479 DEPENDS3480 libc.src.__support.macros.properties.types3481 libc.src.__support.FPUtil.fma3482)3483 3484add_entrypoint_object(3485 hypot3486 SRCS3487 hypot.cpp3488 HDRS3489 ../hypot.h3490 DEPENDS3491 libc.src.__support.FPUtil.hypot3492)3493 3494add_entrypoint_object(3495 issignaling3496 SRCS3497 issignaling.cpp3498 HDRS3499 ../issignaling.h3500)3501 3502add_entrypoint_object(3503 issignalingf3504 SRCS3505 issignalingf.cpp3506 HDRS3507 ../issignalingf.h3508)3509 3510add_entrypoint_object(3511 issignalingl3512 SRCS3513 issignalingl.cpp3514 HDRS3515 ../issignalingl.h3516)3517 3518add_entrypoint_object(3519 issignalingf163520 SRCS3521 issignalingf16.cpp3522 HDRS3523 ../issignalingf16.h3524 DEPENDS3525 libc.src.__support.macros.properties.types3526)3527 3528add_entrypoint_object(3529 issignalingf1283530 SRCS3531 issignalingf128.cpp3532 HDRS3533 ../issignalingf128.h3534 DEPENDS3535 libc.src.__support.macros.properties.types3536)3537 3538add_entrypoint_object(3539 issignalingbf163540 SRCS3541 issignalingbf16.cpp3542 HDRS3543 ../issignalingbf16.h3544 DEPENDS3545 libc.src.__support.common3546 libc.src.__support.macros.config3547 libc.src.__support.macros.properties.types3548 libc.src.__support.FPUtil.basic_operations3549 libc.src.__support.FPUtil.bfloat163550)3551 3552add_entrypoint_object(3553 isnan3554 SRCS3555 isnan.cpp3556 HDRS3557 ../isnan.h3558)3559 3560add_entrypoint_object(3561 isnanf3562 SRCS3563 isnanf.cpp3564 HDRS3565 ../isnanf.h3566)3567 3568add_entrypoint_object(3569 isnanl3570 SRCS3571 isnanl.cpp3572 HDRS3573 ../isnanl.h3574)3575 3576add_entrypoint_object(3577 nan3578 SRCS3579 nan.cpp3580 HDRS3581 ../nan.h3582 DEPENDS3583 libc.src.__support.str_to_float3584 libc.src.errno.errno3585)3586 3587add_entrypoint_object(3588 nanf3589 SRCS3590 nanf.cpp3591 HDRS3592 ../nanf.h3593 DEPENDS3594 libc.src.__support.str_to_float3595 libc.src.errno.errno3596)3597 3598add_entrypoint_object(3599 nanl3600 SRCS3601 nanl.cpp3602 HDRS3603 ../nanl.h3604 DEPENDS3605 libc.src.__support.str_to_float3606 libc.src.errno.errno3607)3608 3609add_entrypoint_object(3610 nanf163611 SRCS3612 nanf16.cpp3613 HDRS3614 ../nanf16.h3615 DEPENDS3616 libc.src.__support.str_to_float3617 libc.src.errno.errno3618)3619 3620add_entrypoint_object(3621 nanf1283622 SRCS3623 nanf128.cpp3624 HDRS3625 ../nanf128.h3626 DEPENDS3627 libc.src.__support.str_to_float3628 libc.src.errno.errno3629)3630 3631add_entrypoint_object(3632 nanbf163633 SRCS3634 nanbf16.cpp3635 HDRS3636 ../nanbf16.h3637 DEPENDS3638 libc.src.errno.errno3639 libc.src.__support.common3640 libc.src.__support.FPUtil.bfloat163641 libc.src.__support.libc_errno3642 libc.src.__support.macros.config3643 libc.src.__support.macros.properties.types3644 libc.src.__support.str_to_float3645)3646 3647add_entrypoint_object(3648 nextafter3649 SRCS3650 nextafter.cpp3651 HDRS3652 ../nextafter.h3653 DEPENDS3654 libc.src.__support.FPUtil.manipulation_functions3655)3656 3657add_entrypoint_object(3658 nextafterf3659 SRCS3660 nextafterf.cpp3661 HDRS3662 ../nextafterf.h3663 DEPENDS3664 libc.src.__support.FPUtil.manipulation_functions3665)3666 3667add_entrypoint_object(3668 nextafterl3669 SRCS3670 nextafterl.cpp3671 HDRS3672 ../nextafterl.h3673 DEPENDS3674 libc.src.__support.FPUtil.manipulation_functions3675)3676 3677add_entrypoint_object(3678 nextafterf163679 SRCS3680 nextafterf16.cpp3681 HDRS3682 ../nextafterf16.h3683 DEPENDS3684 libc.src.__support.macros.properties.types3685 libc.src.__support.FPUtil.manipulation_functions3686)3687 3688add_entrypoint_object(3689 nextafterf1283690 SRCS3691 nextafterf128.cpp3692 HDRS3693 ../nextafterf128.h3694 DEPENDS3695 libc.src.__support.macros.properties.types3696 libc.src.__support.FPUtil.manipulation_functions3697)3698 3699add_entrypoint_object(3700 nextafterbf163701 SRCS3702 nextafterbf16.cpp3703 HDRS3704 ../nextafterbf16.h3705 DEPENDS3706 libc.src.__support.common3707 libc.src.__support.FPUtil.bfloat163708 libc.src.__support.FPUtil.manipulation_functions3709 libc.src.__support.macros.config3710 libc.src.__support.macros.properties.types3711)3712 3713add_entrypoint_object(3714 nexttoward3715 SRCS3716 nexttoward.cpp3717 HDRS3718 ../nexttoward.h3719 DEPENDS3720 libc.src.__support.FPUtil.manipulation_functions3721)3722 3723add_entrypoint_object(3724 nexttowardf3725 SRCS3726 nexttowardf.cpp3727 HDRS3728 ../nexttowardf.h3729 DEPENDS3730 libc.src.__support.FPUtil.manipulation_functions3731)3732 3733add_entrypoint_object(3734 nexttowardl3735 SRCS3736 nexttowardl.cpp3737 HDRS3738 ../nexttowardl.h3739 DEPENDS3740 libc.src.__support.FPUtil.manipulation_functions3741)3742 3743add_entrypoint_object(3744 nexttowardf163745 SRCS3746 nexttowardf16.cpp3747 HDRS3748 ../nexttowardf16.h3749 DEPENDS3750 libc.src.__support.macros.properties.types3751 libc.src.__support.FPUtil.manipulation_functions3752)3753 3754add_entrypoint_object(3755 nexttowardbf163756 SRCS3757 nexttowardbf16.cpp3758 HDRS3759 ../nexttowardbf16.h3760 DEPENDS3761 libc.src.__support.common3762 libc.src.__support.FPUtil.bfloat163763 libc.src.__support.FPUtil.manipulation_functions3764 libc.src.__support.macros.config3765 libc.src.__support.macros.properties.types3766)3767 3768add_entrypoint_object(3769 nextdown3770 SRCS3771 nextdown.cpp3772 HDRS3773 ../nextdown.h3774 DEPENDS3775 libc.src.__support.FPUtil.manipulation_functions3776)3777 3778add_entrypoint_object(3779 nextdownl3780 SRCS3781 nextdownl.cpp3782 HDRS3783 ../nextdownl.h3784 DEPENDS3785 libc.src.__support.FPUtil.manipulation_functions3786)3787 3788add_entrypoint_object(3789 nextdownf3790 SRCS3791 nextdownf.cpp3792 HDRS3793 ../nextdownf.h3794 DEPENDS3795 libc.src.__support.FPUtil.manipulation_functions3796)3797 3798add_entrypoint_object(3799 nextdownf163800 SRCS3801 nextdownf16.cpp3802 HDRS3803 ../nextdownf16.h3804 DEPENDS3805 libc.src.__support.macros.properties.types3806 libc.src.__support.FPUtil.manipulation_functions3807)3808 3809add_entrypoint_object(3810 nextdownf1283811 SRCS3812 nextdownf128.cpp3813 HDRS3814 ../nextdownf128.h3815 DEPENDS3816 libc.src.__support.macros.properties.types3817 libc.src.__support.FPUtil.manipulation_functions3818)3819 3820add_entrypoint_object(3821 nextdownbf163822 SRCS3823 nextdownbf16.cpp3824 HDRS3825 ../nextdownbf16.h3826 DEPENDS3827 libc.src.__support.common3828 libc.src.__support.FPUtil.bfloat163829 libc.src.__support.FPUtil.manipulation_functions3830 libc.src.__support.macros.config3831 libc.src.__support.macros.properties.types3832)3833 3834add_entrypoint_object(3835 nextup3836 SRCS3837 nextup.cpp3838 HDRS3839 ../nextup.h3840 DEPENDS3841 libc.src.__support.FPUtil.manipulation_functions3842)3843 3844add_entrypoint_object(3845 nextupl3846 SRCS3847 nextupl.cpp3848 HDRS3849 ../nextupl.h3850 DEPENDS3851 libc.src.__support.FPUtil.manipulation_functions3852)3853 3854add_entrypoint_object(3855 nextupf3856 SRCS3857 nextupf.cpp3858 HDRS3859 ../nextupf.h3860 DEPENDS3861 libc.src.__support.FPUtil.manipulation_functions3862)3863 3864add_entrypoint_object(3865 nextupf163866 SRCS3867 nextupf16.cpp3868 HDRS3869 ../nextupf16.h3870 DEPENDS3871 libc.src.__support.macros.properties.types3872 libc.src.__support.FPUtil.manipulation_functions3873)3874 3875add_entrypoint_object(3876 nextupf1283877 SRCS3878 nextupf128.cpp3879 HDRS3880 ../nextupf128.h3881 DEPENDS3882 libc.src.__support.macros.properties.types3883 libc.src.__support.FPUtil.manipulation_functions3884)3885 3886add_entrypoint_object(3887 nextupbf163888 SRCS3889 nextupbf16.cpp3890 HDRS3891 ../nextupbf16.h3892 DEPENDS3893 libc.src.__support.common3894 libc.src.__support.FPUtil.bfloat163895 libc.src.__support.FPUtil.manipulation_functions3896 libc.src.__support.macros.config3897 libc.src.__support.macros.properties.types3898)3899 3900add_entrypoint_object(3901 fmod3902 SRCS3903 fmod.cpp3904 HDRS3905 ../fmod.h3906 DEPENDS3907 libc.src.__support.FPUtil.generic.fmod3908)3909 3910add_entrypoint_object(3911 fmodf3912 SRCS3913 fmodf.cpp3914 HDRS3915 ../fmodf.h3916 DEPENDS3917 libc.src.__support.FPUtil.generic.fmod3918)3919 3920add_entrypoint_object(3921 fmodl3922 SRCS3923 fmodl.cpp3924 HDRS3925 ../fmodl.h3926 DEPENDS3927 libc.src.__support.FPUtil.generic.fmod3928)3929 3930add_entrypoint_object(3931 fmodf163932 SRCS3933 fmodf16.cpp3934 HDRS3935 ../fmodf16.h3936 DEPENDS3937 libc.src.__support.macros.properties.types3938 libc.src.__support.FPUtil.generic.fmod3939)3940 3941add_entrypoint_object(3942 fmodf1283943 SRCS3944 fmodf128.cpp3945 HDRS3946 ../fmodf128.h3947 DEPENDS3948 libc.src.__support.macros.properties.types3949 libc.src.__support.FPUtil.generic.fmod3950)3951 3952add_entrypoint_object(3953 fmodbf163954 SRCS3955 fmodbf16.cpp3956 HDRS3957 ../fmodbf16.h3958 DEPENDS3959 libc.src.__support.common3960 libc.src.__support.macros.config3961 libc.src.__support.macros.properties.types3962 libc.src.__support.FPUtil.bfloat163963 libc.src.__support.FPUtil.generic.fmod3964)3965 3966add_entrypoint_object(3967 fromfp3968 SRCS3969 fromfp.cpp3970 HDRS3971 ../fromfp.h3972 DEPENDS3973 libc.src.__support.FPUtil.nearest_integer_operations3974)3975 3976add_entrypoint_object(3977 fromfpf3978 SRCS3979 fromfpf.cpp3980 HDRS3981 ../fromfpf.h3982 DEPENDS3983 libc.src.__support.FPUtil.nearest_integer_operations3984)3985 3986add_entrypoint_object(3987 fromfpl3988 SRCS3989 fromfpl.cpp3990 HDRS3991 ../fromfpl.h3992 DEPENDS3993 libc.src.__support.FPUtil.nearest_integer_operations3994)3995 3996add_entrypoint_object(3997 fromfpf163998 SRCS3999 fromfpf16.cpp4000 HDRS4001 ../fromfpf16.h4002 DEPENDS4003 libc.src.__support.macros.properties.types4004 libc.src.__support.FPUtil.nearest_integer_operations4005)4006 4007add_entrypoint_object(4008 fromfpf1284009 SRCS4010 fromfpf128.cpp4011 HDRS4012 ../fromfpf128.h4013 DEPENDS4014 libc.src.__support.macros.properties.types4015 libc.src.__support.FPUtil.nearest_integer_operations4016)4017 4018add_entrypoint_object(4019 fromfpbf164020 SRCS4021 fromfpbf16.cpp4022 HDRS4023 ../fromfpbf16.h4024 DEPENDS4025 libc.src.__support.common4026 libc.src.__support.FPUtil.bfloat164027 libc.src.__support.FPUtil.nearest_integer_operations4028 libc.src.__support.macros.config4029 libc.src.__support.macros.properties.types4030)4031 4032add_entrypoint_object(4033 fromfpx4034 SRCS4035 fromfpx.cpp4036 HDRS4037 ../fromfpx.h4038 DEPENDS4039 libc.src.__support.FPUtil.nearest_integer_operations4040)4041 4042add_entrypoint_object(4043 fromfpxf4044 SRCS4045 fromfpxf.cpp4046 HDRS4047 ../fromfpxf.h4048 DEPENDS4049 libc.src.__support.FPUtil.nearest_integer_operations4050)4051 4052add_entrypoint_object(4053 fromfpxl4054 SRCS4055 fromfpxl.cpp4056 HDRS4057 ../fromfpxl.h4058 DEPENDS4059 libc.src.__support.FPUtil.nearest_integer_operations4060)4061 4062add_entrypoint_object(4063 fromfpxf164064 SRCS4065 fromfpxf16.cpp4066 HDRS4067 ../fromfpxf16.h4068 DEPENDS4069 libc.src.__support.macros.properties.types4070 libc.src.__support.FPUtil.nearest_integer_operations4071)4072 4073add_entrypoint_object(4074 fromfpxf1284075 SRCS4076 fromfpxf128.cpp4077 HDRS4078 ../fromfpxf128.h4079 DEPENDS4080 libc.src.__support.macros.properties.types4081 libc.src.__support.FPUtil.nearest_integer_operations4082)4083 4084add_entrypoint_object(4085 fromfpxbf164086 SRCS4087 fromfpxbf16.cpp4088 HDRS4089 ../fromfpxbf16.h4090 DEPENDS4091 libc.src.__support.common4092 libc.src.__support.FPUtil.bfloat164093 libc.src.__support.FPUtil.nearest_integer_operations4094 libc.src.__support.macros.config4095 libc.src.__support.macros.properties.types4096)4097 4098add_entrypoint_object(4099 ufromfp4100 SRCS4101 ufromfp.cpp4102 HDRS4103 ../ufromfp.h4104 DEPENDS4105 libc.src.__support.FPUtil.nearest_integer_operations4106)4107 4108add_entrypoint_object(4109 ufromfpf4110 SRCS4111 ufromfpf.cpp4112 HDRS4113 ../ufromfpf.h4114 DEPENDS4115 libc.src.__support.FPUtil.nearest_integer_operations4116)4117 4118add_entrypoint_object(4119 ufromfpl4120 SRCS4121 ufromfpl.cpp4122 HDRS4123 ../ufromfpl.h4124 DEPENDS4125 libc.src.__support.FPUtil.nearest_integer_operations4126)4127 4128add_entrypoint_object(4129 ufromfpf164130 SRCS4131 ufromfpf16.cpp4132 HDRS4133 ../ufromfpf16.h4134 DEPENDS4135 libc.src.__support.macros.properties.types4136 libc.src.__support.FPUtil.nearest_integer_operations4137)4138 4139add_entrypoint_object(4140 ufromfpf1284141 SRCS4142 ufromfpf128.cpp4143 HDRS4144 ../ufromfpf128.h4145 DEPENDS4146 libc.src.__support.macros.properties.types4147 libc.src.__support.FPUtil.nearest_integer_operations4148)4149 4150add_entrypoint_object(4151 ufromfpbf164152 SRCS4153 ufromfpbf16.cpp4154 HDRS4155 ../ufromfpbf16.h4156 DEPENDS4157 libc.src.__support.common4158 libc.src.__support.FPUtil.bfloat164159 libc.src.__support.FPUtil.nearest_integer_operations4160 libc.src.__support.macros.config4161 libc.src.__support.macros.properties.types4162)4163 4164add_entrypoint_object(4165 ufromfpx4166 SRCS4167 ufromfpx.cpp4168 HDRS4169 ../ufromfpx.h4170 DEPENDS4171 libc.src.__support.FPUtil.nearest_integer_operations4172)4173 4174add_entrypoint_object(4175 ufromfpxf4176 SRCS4177 ufromfpxf.cpp4178 HDRS4179 ../ufromfpxf.h4180 DEPENDS4181 libc.src.__support.FPUtil.nearest_integer_operations4182)4183 4184add_entrypoint_object(4185 ufromfpxl4186 SRCS4187 ufromfpxl.cpp4188 HDRS4189 ../ufromfpxl.h4190 DEPENDS4191 libc.src.__support.FPUtil.nearest_integer_operations4192)4193 4194add_entrypoint_object(4195 ufromfpxf164196 SRCS4197 ufromfpxf16.cpp4198 HDRS4199 ../ufromfpxf16.h4200 DEPENDS4201 libc.src.__support.macros.properties.types4202 libc.src.__support.FPUtil.nearest_integer_operations4203)4204 4205add_entrypoint_object(4206 ufromfpxf1284207 SRCS4208 ufromfpxf128.cpp4209 HDRS4210 ../ufromfpxf128.h4211 DEPENDS4212 libc.src.__support.macros.properties.types4213 libc.src.__support.FPUtil.nearest_integer_operations4214)4215 4216add_entrypoint_object(4217 ufromfpxbf164218 SRCS4219 ufromfpxbf16.cpp4220 HDRS4221 ../ufromfpxbf16.h4222 DEPENDS4223 libc.src.__support.common4224 libc.src.__support.FPUtil.bfloat164225 libc.src.__support.FPUtil.nearest_integer_operations4226 libc.src.__support.macros.config4227 libc.src.__support.macros.properties.types4228)4229 4230add_entrypoint_object(4231 coshf4232 SRCS4233 coshf.cpp4234 HDRS4235 ../coshf.h4236 DEPENDS4237 libc.src.__support.math.coshf4238)4239 4240add_entrypoint_object(4241 coshf164242 SRCS4243 coshf16.cpp4244 HDRS4245 ../coshf16.h4246 DEPENDS4247 libc.src.__support.math.coshf164248)4249 4250add_entrypoint_object(4251 sinhf4252 SRCS4253 sinhf.cpp4254 HDRS4255 ../sinhf.h4256 DEPENDS4257 libc.src.__support.FPUtil.fp_bits4258 libc.src.__support.FPUtil.rounding_mode4259 libc.src.__support.macros.optimization4260 libc.src.__support.math.sinhfcoshf_utils4261)4262 4263add_entrypoint_object(4264 sinhf164265 SRCS4266 sinhf16.cpp4267 HDRS4268 ../sinhf16.h4269 DEPENDS4270 libc.hdr.errno_macros4271 libc.hdr.fenv_macros4272 libc.src.__support.FPUtil.except_value_utils4273 libc.src.__support.FPUtil.fenv_impl4274 libc.src.__support.FPUtil.fp_bits4275 libc.src.__support.FPUtil.rounding_mode4276 libc.src.__support.macros.optimization4277 libc.src.__support.math.expxf16_utils4278)4279 4280add_entrypoint_object(4281 tanhf4282 SRCS4283 tanhf.cpp4284 HDRS4285 ../tanhf.h4286 DEPENDS4287 libc.src.__support.FPUtil.fp_bits4288 libc.src.__support.FPUtil.rounding_mode4289 libc.src.__support.FPUtil.multiply_add4290 libc.src.__support.FPUtil.polyeval4291 libc.src.__support.macros.optimization4292 libc.src.__support.math.exp10f_utils4293)4294 4295add_entrypoint_object(4296 tanhf164297 SRCS4298 tanhf16.cpp4299 HDRS4300 ../tanhf16.h4301 DEPENDS4302 libc.hdr.fenv_macros4303 libc.src.__support.CPP.array4304 libc.src.__support.FPUtil.cast4305 libc.src.__support.FPUtil.except_value_utils4306 libc.src.__support.FPUtil.fenv_impl4307 libc.src.__support.FPUtil.fp_bits4308 libc.src.__support.FPUtil.multiply_add4309 libc.src.__support.FPUtil.nearest_integer4310 libc.src.__support.FPUtil.polyeval4311 libc.src.__support.FPUtil.rounding_mode4312 libc.src.__support.macros.optimization4313 libc.src.__support.math.expxf16_utils4314)4315 4316add_entrypoint_object(4317 acoshf4318 SRCS4319 acoshf.cpp4320 HDRS4321 ../acoshf.h4322 DEPENDS4323 libc.src.__support.math.acoshf4324)4325 4326add_entrypoint_object(4327 acoshf164328 SRCS4329 acoshf16.cpp4330 HDRS4331 ../acoshf16.h4332 DEPENDS4333 libc.src.__support.math.acoshf164334 libc.src.errno.errno4335)4336 4337add_entrypoint_object(4338 asinhf4339 SRCS4340 asinhf.cpp4341 HDRS4342 ../asinhf.h4343 DEPENDS4344 libc.src.__support.math.asinhf4345)4346 4347add_entrypoint_object(4348 asinhf164349 SRCS4350 asinhf16.cpp4351 HDRS4352 ../asinhf16.h4353 DEPENDS4354 libc.src.__support.math.asinhf164355)4356 4357add_entrypoint_object(4358 asinpif164359 SRCS4360 asinpif16.cpp4361 HDRS4362 ../asinpif16.h4363 DEPENDS4364 libc.hdr.errno_macros4365 libc.hdr.fenv_macros4366 libc.src.__support.FPUtil.cast4367 libc.src.__support.FPUtil.except_value_utils4368 libc.src.__support.FPUtil.fenv_impl4369 libc.src.__support.FPUtil.fp_bits4370 libc.src.__support.FPUtil.multiply_add4371 libc.src.__support.FPUtil.polyeval4372 libc.src.__support.FPUtil.sqrt4373 libc.src.__support.macros.optimization4374)4375 4376add_entrypoint_object(4377 atanhf4378 SRCS4379 atanhf.cpp4380 HDRS4381 ../atanhf.h4382 DEPENDS4383 libc.src.__support.math.atanhf4384)4385 4386add_entrypoint_object(4387 atanhf164388 SRCS4389 atanhf16.cpp4390 HDRS4391 ../atanhf16.h4392 DEPENDS4393 libc.src.__support.math.atanhf164394)4395 4396add_entrypoint_object(4397 atanpif164398 SRCS4399 atanpif16.cpp4400 HDRS4401 ../atanpif16.h4402 DEPENDS4403 libc.hdr.errno_macros4404 libc.hdr.fenv_macros4405 libc.src.__support.FPUtil.cast4406 libc.src.__support.FPUtil.fenv_impl4407 libc.src.__support.FPUtil.fp_bits4408 libc.src.__support.FPUtil.multiply_add4409 libc.src.__support.FPUtil.polyeval4410 libc.src.__support.FPUtil.sqrt4411 libc.src.__support.macros.optimization4412 libc.src.__support.macros.properties.types4413)4414 4415add_entrypoint_object(4416 asinf4417 SRCS4418 asinf.cpp4419 HDRS4420 ../asinf.h4421 DEPENDS4422 libc.src.__support.math.asinf4423)4424 4425add_entrypoint_object(4426 asinf164427 SRCS4428 asinf16.cpp4429 HDRS4430 ../asinf16.h4431 DEPENDS4432 libc.src.__support.math.asinf164433)4434 4435add_entrypoint_object(4436 asin4437 SRCS4438 asin.cpp4439 HDRS4440 ../asin.h4441 DEPENDS4442 libc.src.__support.math.asin4443)4444 4445add_entrypoint_object(4446 acosf4447 SRCS4448 acosf.cpp4449 HDRS4450 ../acosf.h4451 DEPENDS4452 libc.src.__support.math.acosf4453)4454 4455add_entrypoint_object(4456 acosf164457 SRCS4458 acosf16.cpp4459 HDRS4460 ../acosf16.h4461 DEPENDS4462 libc.src.__support.math.acosf164463 libc.src.errno.errno4464)4465 4466add_entrypoint_object(4467 acos4468 SRCS4469 acos.cpp4470 HDRS4471 ../acos.h4472 DEPENDS4473 libc.src.__support.math.acos4474)4475 4476add_entrypoint_object(4477 acospif164478 SRCS4479 acospif16.cpp4480 HDRS4481 ../acospif16.h4482 DEPENDS4483 libc.src.__support.math.acospif164484 libc.src.errno.errno4485)4486 4487add_entrypoint_object(4488 atanf4489 SRCS4490 atanf.cpp4491 HDRS4492 ../atanf.h4493 DEPENDS4494 libc.src.__support.math.atanf4495)4496 4497add_entrypoint_object(4498 atanf164499 SRCS4500 atanf16.cpp4501 HDRS4502 ../atanf16.h4503 DEPENDS4504 libc.src.__support.math.atanf164505)4506 4507add_entrypoint_object(4508 atan4509 SRCS4510 atan.cpp4511 HDRS4512 ../atan.h4513 DEPENDS4514 libc.src.__support.math.atan4515)4516 4517add_entrypoint_object(4518 atan2f4519 SRCS4520 atan2f.cpp4521 HDRS4522 ../atan2f.h4523 DEPENDS4524 libc.src.__support.math.atan2f4525)4526 4527add_entrypoint_object(4528 atan24529 SRCS4530 atan2.cpp4531 HDRS4532 ../atan2.h4533 DEPENDS4534 libc.src.__support.math.atan24535)4536 4537add_entrypoint_object(4538 atan2l4539 SRCS4540 atan2l.cpp4541 HDRS4542 ../atan2l.h4543 DEPENDS4544 libc.src.__support.math.atan24545)4546 4547add_entrypoint_object(4548 atan2f1284549 SRCS4550 atan2f128.cpp4551 HDRS4552 ../atan2f128.h4553 DEPENDS4554 libc.src.__support.math.atan2f1284555)4556 4557add_entrypoint_object(4558 scalbln4559 SRCS4560 scalbln.cpp4561 HDRS4562 ../scalbln.h4563 DEPENDS4564 libc.hdr.float_macros4565 libc.src.__support.FPUtil.manipulation_functions4566)4567 4568add_entrypoint_object(4569 scalblnf4570 SRCS4571 scalblnf.cpp4572 HDRS4573 ../scalblnf.h4574 DEPENDS4575 libc.hdr.float_macros4576 libc.src.__support.FPUtil.manipulation_functions4577)4578 4579add_entrypoint_object(4580 scalblnl4581 SRCS4582 scalblnl.cpp4583 HDRS4584 ../scalblnl.h4585 DEPENDS4586 libc.hdr.float_macros4587 libc.src.__support.FPUtil.manipulation_functions4588)4589 4590add_entrypoint_object(4591 scalblnf164592 SRCS4593 scalblnf16.cpp4594 HDRS4595 ../scalblnf16.h4596 DEPENDS4597 libc.hdr.float_macros4598 libc.src.__support.macros.properties.types4599 libc.src.__support.FPUtil.manipulation_functions4600)4601 4602add_entrypoint_object(4603 scalblnf1284604 SRCS4605 scalblnf128.cpp4606 HDRS4607 ../scalblnf128.h4608 DEPENDS4609 libc.hdr.float_macros4610 libc.src.__support.macros.properties.types4611 libc.src.__support.FPUtil.manipulation_functions4612)4613 4614add_entrypoint_object(4615 scalblnbf164616 SRCS4617 scalblnbf16.cpp4618 HDRS4619 ../scalblnbf16.h4620 DEPENDS4621 libc.hdr.float_macros4622 libc.src.__support.common4623 libc.src.__support.macros.config4624 libc.src.__support.macros.properties.types4625 libc.src.__support.FPUtil.bfloat164626 libc.src.__support.FPUtil.manipulation_functions4627)4628 4629add_entrypoint_object(4630 scalbn4631 SRCS4632 scalbn.cpp4633 HDRS4634 ../scalbn.h4635 DEPENDS4636 libc.hdr.float_macros4637 libc.src.__support.FPUtil.manipulation_functions4638)4639 4640add_entrypoint_object(4641 scalbnf4642 SRCS4643 scalbnf.cpp4644 HDRS4645 ../scalbnf.h4646 DEPENDS4647 libc.hdr.float_macros4648 libc.src.__support.FPUtil.manipulation_functions4649)4650 4651add_entrypoint_object(4652 scalbnl4653 SRCS4654 scalbnl.cpp4655 HDRS4656 ../scalbnl.h4657 DEPENDS4658 libc.hdr.float_macros4659 libc.src.__support.FPUtil.manipulation_functions4660)4661 4662add_entrypoint_object(4663 scalbnf164664 SRCS4665 scalbnf16.cpp4666 HDRS4667 ../scalbnf16.h4668 DEPENDS4669 libc.hdr.float_macros4670 libc.src.__support.macros.properties.types4671 libc.src.__support.FPUtil.manipulation_functions4672)4673 4674add_entrypoint_object(4675 scalbnf1284676 SRCS4677 scalbnf128.cpp4678 HDRS4679 ../scalbnf128.h4680 DEPENDS4681 libc.hdr.float_macros4682 libc.src.__support.macros.properties.types4683 libc.src.__support.FPUtil.manipulation_functions4684)4685 4686add_entrypoint_object(4687 scalbnbf164688 SRCS4689 scalbnbf16.cpp4690 HDRS4691 ../scalblnbf16.h4692 DEPENDS4693 libc.hdr.float_macros4694 libc.src.__support.common4695 libc.src.__support.macros.config4696 libc.src.__support.macros.properties.types4697 libc.src.__support.FPUtil.bfloat164698 libc.src.__support.FPUtil.manipulation_functions4699)4700 4701add_entrypoint_object(4702 fmaf4703 SRCS4704 fmaf.cpp4705 HDRS4706 ../fmaf.h4707 DEPENDS4708 libc.src.__support.FPUtil.fma4709)4710 4711add_entrypoint_object(4712 fmaf164713 SRCS4714 fmaf16.cpp4715 HDRS4716 ../fmaf16.h4717 DEPENDS4718 libc.src.__support.FPUtil.fma4719 libc.src.__support.macros.properties.types4720)4721 4722add_entrypoint_object(4723 fma4724 SRCS4725 fma.cpp4726 HDRS4727 ../fma.h4728 DEPENDS4729 libc.src.__support.FPUtil.fma4730)4731 4732add_entrypoint_object(4733 totalorder4734 SRCS4735 totalorder.cpp4736 HDRS4737 ../totalorder.h4738 DEPENDS4739 libc.src.__support.FPUtil.basic_operations4740)4741 4742add_entrypoint_object(4743 totalorderf4744 SRCS4745 totalorderf.cpp4746 HDRS4747 ../totalorderf.h4748 DEPENDS4749 libc.src.__support.FPUtil.basic_operations4750)4751 4752add_entrypoint_object(4753 totalorderl4754 SRCS4755 totalorderl.cpp4756 HDRS4757 ../totalorderl.h4758 DEPENDS4759 libc.src.__support.FPUtil.basic_operations4760)4761 4762add_entrypoint_object(4763 totalorderf164764 SRCS4765 totalorderf16.cpp4766 HDRS4767 ../totalorderf16.h4768 DEPENDS4769 libc.src.__support.FPUtil.basic_operations4770)4771 4772add_entrypoint_object(4773 totalorderf1284774 SRCS4775 totalorderf128.cpp4776 HDRS4777 ../totalorderf128.h4778 DEPENDS4779 libc.src.__support.FPUtil.basic_operations4780 libc.src.__support.macros.properties.types4781)4782 4783add_entrypoint_object(4784 totalorderbf164785 SRCS4786 totalorderbf16.cpp4787 HDRS4788 ../totalorderbf16.h4789 DEPENDS4790 libc.src.__support.common4791 libc.src.__support.macros.config4792 libc.src.__support.macros.properties.types4793 libc.src.__support.FPUtil.basic_operations4794 libc.src.__support.FPUtil.bfloat164795)4796 4797add_entrypoint_object(4798 totalordermag4799 SRCS4800 totalordermag.cpp4801 HDRS4802 ../totalordermag.h4803 DEPENDS4804 libc.src.__support.FPUtil.basic_operations4805)4806 4807add_entrypoint_object(4808 totalordermagf4809 SRCS4810 totalordermagf.cpp4811 HDRS4812 ../totalordermagf.h4813 DEPENDS4814 libc.src.__support.FPUtil.basic_operations4815)4816 4817add_entrypoint_object(4818 totalordermagl4819 SRCS4820 totalordermagl.cpp4821 HDRS4822 ../totalordermagl.h4823 DEPENDS4824 libc.src.__support.FPUtil.basic_operations4825)4826 4827add_entrypoint_object(4828 totalordermagf164829 SRCS4830 totalordermagf16.cpp4831 HDRS4832 ../totalordermagf16.h4833 DEPENDS4834 libc.src.__support.FPUtil.basic_operations4835)4836 4837add_entrypoint_object(4838 totalordermagf1284839 SRCS4840 totalordermagf128.cpp4841 HDRS4842 ../totalordermagf128.h4843 DEPENDS4844 libc.src.__support.FPUtil.basic_operations4845 libc.src.__support.macros.properties.types4846)4847 4848add_entrypoint_object(4849 totalordermagbf164850 SRCS4851 totalordermagbf16.cpp4852 HDRS4853 ../totalordermagbf16.h4854 DEPENDS4855 libc.src.__support.common4856 libc.src.__support.macros.config4857 libc.src.__support.macros.properties.types4858 libc.src.__support.FPUtil.basic_operations4859 libc.src.__support.FPUtil.bfloat164860)4861 4862add_entrypoint_object(4863 getpayload4864 SRCS4865 getpayload.cpp4866 HDRS4867 ../getpayload.h4868 DEPENDS4869 libc.src.__support.FPUtil.basic_operations4870)4871 4872add_entrypoint_object(4873 getpayloadf4874 SRCS4875 getpayloadf.cpp4876 HDRS4877 ../getpayloadf.h4878 DEPENDS4879 libc.src.__support.FPUtil.basic_operations4880)4881 4882add_entrypoint_object(4883 getpayloadl4884 SRCS4885 getpayloadl.cpp4886 HDRS4887 ../getpayloadl.h4888 DEPENDS4889 libc.src.__support.FPUtil.basic_operations4890)4891 4892add_entrypoint_object(4893 getpayloadf164894 SRCS4895 getpayloadf16.cpp4896 HDRS4897 ../getpayloadf16.h4898 DEPENDS4899 libc.src.__support.macros.properties.types4900 libc.src.__support.FPUtil.basic_operations4901)4902 4903add_entrypoint_object(4904 getpayloadf1284905 SRCS4906 getpayloadf128.cpp4907 HDRS4908 ../getpayloadf128.h4909 DEPENDS4910 libc.src.__support.macros.properties.types4911 libc.src.__support.FPUtil.basic_operations4912)4913 4914add_entrypoint_object(4915 getpayloadbf164916 SRCS4917 getpayloadbf16.cpp4918 HDRS4919 ../getpayloadbf16.h4920 DEPENDS4921 libc.src.__support.common4922 libc.src.__support.FPUtil.basic_operations4923 libc.src.__support.FPUtil.bfloat164924 libc.src.__support.macros.config4925 libc.src.__support.macros.properties.types4926)4927 4928add_entrypoint_object(4929 setpayload4930 SRCS4931 setpayload.cpp4932 HDRS4933 ../setpayload.h4934 DEPENDS4935 libc.src.__support.FPUtil.basic_operations4936)4937 4938add_entrypoint_object(4939 setpayloadf4940 SRCS4941 setpayloadf.cpp4942 HDRS4943 ../setpayloadf.h4944 DEPENDS4945 libc.src.__support.FPUtil.basic_operations4946)4947 4948add_entrypoint_object(4949 setpayloadl4950 SRCS4951 setpayloadl.cpp4952 HDRS4953 ../setpayloadl.h4954 DEPENDS4955 libc.src.__support.FPUtil.basic_operations4956)4957 4958add_entrypoint_object(4959 setpayloadf164960 SRCS4961 setpayloadf16.cpp4962 HDRS4963 ../setpayloadf16.h4964 DEPENDS4965 libc.src.__support.macros.properties.types4966 libc.src.__support.FPUtil.basic_operations4967)4968 4969add_entrypoint_object(4970 setpayloadf1284971 SRCS4972 setpayloadf128.cpp4973 HDRS4974 ../setpayloadf128.h4975 DEPENDS4976 libc.src.__support.macros.properties.types4977 libc.src.__support.FPUtil.basic_operations4978)4979 4980add_entrypoint_object(4981 setpayloadbf164982 SRCS4983 setpayloadbf16.cpp4984 HDRS4985 ../setpayloadbf16.h4986 DEPENDS4987 libc.src.__support.common4988 libc.src.__support.FPUtil.basic_operations4989 libc.src.__support.FPUtil.bfloat164990 libc.src.__support.macros.config4991 libc.src.__support.macros.properties.types4992)4993 4994add_entrypoint_object(4995 setpayloadsig4996 SRCS4997 setpayloadsig.cpp4998 HDRS4999 ../setpayloadsig.h5000 DEPENDS5001 libc.src.__support.FPUtil.basic_operations5002)5003 5004add_entrypoint_object(5005 setpayloadsigf5006 SRCS5007 setpayloadsigf.cpp5008 HDRS5009 ../setpayloadsigf.h5010 DEPENDS5011 libc.src.__support.FPUtil.basic_operations5012)5013 5014add_entrypoint_object(5015 setpayloadsigl5016 SRCS5017 setpayloadsigl.cpp5018 HDRS5019 ../setpayloadsigl.h5020 DEPENDS5021 libc.src.__support.FPUtil.basic_operations5022)5023 5024add_entrypoint_object(5025 setpayloadsigf165026 SRCS5027 setpayloadsigf16.cpp5028 HDRS5029 ../setpayloadsigf16.h5030 DEPENDS5031 libc.src.__support.macros.properties.types5032 libc.src.__support.FPUtil.basic_operations5033)5034 5035add_entrypoint_object(5036 setpayloadsigf1285037 SRCS5038 setpayloadsigf128.cpp5039 HDRS5040 ../setpayloadsigf128.h5041 DEPENDS5042 libc.src.__support.macros.properties.types5043 libc.src.__support.FPUtil.basic_operations5044)5045 5046add_entrypoint_object(5047 setpayloadsigbf165048 SRCS5049 setpayloadsigbf16.cpp5050 HDRS5051 ../setpayloadsigbf16.h5052 DEPENDS5053 libc.src.__support.common5054 libc.src.__support.FPUtil.basic_operations5055 libc.src.__support.FPUtil.bfloat165056 libc.src.__support.macros.config5057 libc.src.__support.macros.properties.types5058)5059 5060add_entrypoint_object(5061 f16add5062 SRCS5063 f16add.cpp5064 HDRS5065 ../f16add.h5066 DEPENDS5067 libc.src.__support.macros.properties.types5068 libc.src.__support.FPUtil.generic.add_sub5069)5070 5071add_entrypoint_object(5072 f16addf5073 SRCS5074 f16addf.cpp5075 HDRS5076 ../f16addf.h5077 DEPENDS5078 libc.src.__support.macros.properties.types5079 libc.src.__support.FPUtil.generic.add_sub5080)5081 5082add_entrypoint_object(5083 f16addl5084 SRCS5085 f16addl.cpp5086 HDRS5087 ../f16addl.h5088 DEPENDS5089 libc.src.__support.macros.properties.types5090 libc.src.__support.FPUtil.generic.add_sub5091)5092 5093add_entrypoint_object(5094 f16addf1285095 SRCS5096 f16addf128.cpp5097 HDRS5098 ../f16addf128.h5099 DEPENDS5100 libc.src.__support.macros.properties.types5101 libc.src.__support.FPUtil.generic.add_sub5102)5103 5104add_entrypoint_object(5105 f16sub5106 SRCS5107 f16sub.cpp5108 HDRS5109 ../f16sub.h5110 DEPENDS5111 libc.src.__support.macros.properties.types5112 libc.src.__support.FPUtil.generic.add_sub5113)5114 5115add_entrypoint_object(5116 f16subf5117 SRCS5118 f16subf.cpp5119 HDRS5120 ../f16subf.h5121 DEPENDS5122 libc.src.__support.macros.properties.types5123 libc.src.__support.FPUtil.generic.add_sub5124)5125 5126add_entrypoint_object(5127 f16subl5128 SRCS5129 f16subl.cpp5130 HDRS5131 ../f16subl.h5132 DEPENDS5133 libc.src.__support.macros.properties.types5134 libc.src.__support.FPUtil.generic.add_sub5135)5136 5137add_entrypoint_object(5138 f16subf1285139 SRCS5140 f16subf128.cpp5141 HDRS5142 ../f16subf128.h5143 DEPENDS5144 libc.src.__support.macros.properties.types5145 libc.src.__support.FPUtil.generic.add_sub5146)5147 5148add_entrypoint_object(5149 f16div5150 SRCS5151 f16div.cpp5152 HDRS5153 ../f16div.h5154 DEPENDS5155 libc.src.__support.macros.properties.types5156 libc.src.__support.FPUtil.generic.div5157)5158 5159add_entrypoint_object(5160 f16divf5161 SRCS5162 f16divf.cpp5163 HDRS5164 ../f16divf.h5165 DEPENDS5166 libc.src.__support.macros.properties.types5167 libc.src.__support.FPUtil.generic.div5168)5169 5170add_entrypoint_object(5171 f16divl5172 SRCS5173 f16divl.cpp5174 HDRS5175 ../f16divl.h5176 DEPENDS5177 libc.src.__support.macros.properties.types5178 libc.src.__support.FPUtil.generic.div5179)5180 5181add_entrypoint_object(5182 f16divf1285183 SRCS5184 f16divf128.cpp5185 HDRS5186 ../f16divf128.h5187 DEPENDS5188 libc.src.__support.macros.properties.types5189 libc.src.__support.FPUtil.generic.div5190)5191 5192add_entrypoint_object(5193 f16fma5194 SRCS5195 f16fma.cpp5196 HDRS5197 ../f16fma.h5198 DEPENDS5199 libc.src.__support.macros.properties.types5200 libc.src.__support.FPUtil.fma5201)5202 5203add_entrypoint_object(5204 f16fmaf5205 SRCS5206 f16fmaf.cpp5207 HDRS5208 ../f16fmaf.h5209 DEPENDS5210 libc.src.__support.macros.properties.types5211 libc.src.__support.FPUtil.fma5212)5213 5214add_entrypoint_object(5215 f16fmal5216 SRCS5217 f16fmal.cpp5218 HDRS5219 ../f16fmal.h5220 DEPENDS5221 libc.src.__support.macros.properties.types5222 libc.src.__support.FPUtil.fma5223)5224 5225add_entrypoint_object(5226 f16fmaf1285227 SRCS5228 f16fmaf128.cpp5229 HDRS5230 ../f16fmaf128.h5231 DEPENDS5232 libc.src.__support.macros.properties.types5233 libc.src.__support.FPUtil.fma5234)5235 5236add_entrypoint_object(5237 f16sqrt5238 SRCS5239 f16sqrt.cpp5240 HDRS5241 ../f16sqrt.h5242 DEPENDS5243 libc.src.__support.macros.properties.types5244 libc.src.__support.FPUtil.sqrt5245)5246 5247add_entrypoint_object(5248 f16sqrtf5249 SRCS5250 f16sqrtf.cpp5251 HDRS5252 ../f16sqrtf.h5253 DEPENDS5254 libc.src.__support.macros.properties.types5255 libc.src.__support.FPUtil.sqrt5256)5257 5258add_entrypoint_object(5259 f16sqrtl5260 SRCS5261 f16sqrtl.cpp5262 HDRS5263 ../f16sqrtl.h5264 DEPENDS5265 libc.src.__support.macros.properties.types5266 libc.src.__support.FPUtil.sqrt5267)5268 5269add_entrypoint_object(5270 f16sqrtf1285271 SRCS5272 f16sqrtf128.cpp5273 HDRS5274 ../f16sqrtf128.h5275 DEPENDS5276 libc.src.__support.macros.properties.types5277 libc.src.__support.FPUtil.sqrt5278)5279 5280add_entrypoint_object(5281 fsqrt5282 SRCS5283 fsqrt.cpp5284 HDRS5285 ../fsqrt.h5286 DEPENDS5287 libc.src.__support.FPUtil.generic.sqrt5288)5289 5290add_entrypoint_object(5291 fsqrtl5292 SRCS5293 fsqrtl.cpp5294 HDRS5295 ../fsqrtl.h5296 DEPENDS5297 libc.src.__support.FPUtil.generic.sqrt5298)5299 5300add_entrypoint_object(5301 fsqrtf1285302 SRCS5303 fsqrtf128.cpp5304 HDRS5305 ../fsqrtf128.h5306 DEPENDS5307 libc.src.__support.macros.properties.types5308 libc.src.__support.FPUtil.generic.sqrt5309)5310 5311add_entrypoint_object(5312 cbrtf5313 SRCS5314 cbrtf.cpp5315 HDRS5316 ../cbrtf.h5317 DEPENDS5318 libc.src.__support.math.cbrtf5319)5320 5321add_entrypoint_object(5322 cbrt5323 SRCS5324 cbrt.cpp5325 HDRS5326 ../cbrt.h5327 DEPENDS5328 libc.src.__support.math.cbrt5329)5330 5331add_entrypoint_object(5332 dmull5333 SRCS5334 dmull.cpp5335 HDRS5336 ../dmull.h5337 DEPENDS5338 libc.src.__support.FPUtil.generic.mul5339)5340 5341add_entrypoint_object(5342 dmulf1285343 SRCS5344 dmulf128.cpp5345 HDRS5346 ../dmulf128.h5347 DEPENDS5348 libc.src.__support.macros.properties.types5349 libc.src.__support.FPUtil.generic.mul5350)5351 5352add_entrypoint_object(5353 f16mul5354 SRCS5355 f16mul.cpp5356 HDRS5357 ../f16mul.h5358 DEPENDS5359 libc.src.__support.macros.properties.types5360 libc.src.__support.FPUtil.generic.mul5361)5362 5363add_entrypoint_object(5364 f16mulf5365 SRCS5366 f16mulf.cpp5367 HDRS5368 ../f16mulf.h5369 DEPENDS5370 libc.src.__support.macros.properties.types5371 libc.src.__support.FPUtil.generic.mul5372)5373 5374add_entrypoint_object(5375 f16mull5376 SRCS5377 f16mull.cpp5378 HDRS5379 ../f16mull.h5380 DEPENDS5381 libc.src.__support.macros.properties.types5382 libc.src.__support.FPUtil.generic.mul5383)5384 5385add_entrypoint_object(5386 f16mulf1285387 SRCS5388 f16mulf128.cpp5389 HDRS5390 ../f16mulf128.h5391 DEPENDS5392 libc.src.__support.macros.properties.types5393 libc.src.__support.FPUtil.generic.mul5394)5395 5396add_entrypoint_object(5397 bf16add5398 SRCS5399 bf16add.cpp5400 HDRS5401 ../bf16add.h5402 DEPENDS5403 libc.src.__support.common5404 libc.src.__support.FPUtil.bfloat165405 libc.src.__support.FPUtil.generic.add_sub5406 libc.src.__support.macros.config5407 libc.src.__support.macros.properties.types5408)5409 5410add_entrypoint_object(5411 bf16addf5412 SRCS5413 bf16addf.cpp5414 HDRS5415 ../bf16addf.h5416 DEPENDS5417 libc.src.__support.common5418 libc.src.__support.FPUtil.bfloat165419 libc.src.__support.FPUtil.generic.add_sub5420 libc.src.__support.macros.config5421 libc.src.__support.macros.properties.types5422)5423 5424add_entrypoint_object(5425 bf16addl5426 SRCS5427 bf16addl.cpp5428 HDRS5429 ../bf16addl.h5430 DEPENDS5431 libc.src.__support.common5432 libc.src.__support.FPUtil.bfloat165433 libc.src.__support.FPUtil.generic.add_sub5434 libc.src.__support.macros.config5435 libc.src.__support.macros.properties.types5436)5437 5438add_entrypoint_object(5439 bf16addf1285440 SRCS5441 bf16addf128.cpp5442 HDRS5443 ../bf16addf128.h5444 DEPENDS5445 libc.src.__support.common5446 libc.src.__support.FPUtil.bfloat165447 libc.src.__support.FPUtil.generic.add_sub5448 libc.src.__support.macros.config5449 libc.src.__support.macros.properties.types5450)5451 5452add_entrypoint_object(5453 bf16div5454 SRCS5455 bf16div.cpp5456 HDRS5457 ../bf16div.h5458 DEPENDS5459 libc.src.__support.common5460 libc.src.__support.FPUtil.bfloat165461 libc.src.__support.FPUtil.generic.div5462 libc.src.__support.macros.config5463 libc.src.__support.macros.properties.types5464)5465 5466add_entrypoint_object(5467 bf16divf5468 SRCS5469 bf16divf.cpp5470 HDRS5471 ../bf16divf.h5472 DEPENDS5473 libc.src.__support.common5474 libc.src.__support.FPUtil.bfloat165475 libc.src.__support.FPUtil.generic.div5476 libc.src.__support.macros.config5477 libc.src.__support.macros.properties.types5478)5479 5480add_entrypoint_object(5481 bf16divl5482 SRCS5483 bf16divl.cpp5484 HDRS5485 ../bf16divl.h5486 DEPENDS5487 libc.src.__support.common5488 libc.src.__support.FPUtil.bfloat165489 libc.src.__support.FPUtil.generic.div5490 libc.src.__support.macros.config5491 libc.src.__support.macros.properties.types5492)5493 5494add_entrypoint_object(5495 bf16divf1285496 SRCS5497 bf16divf128.cpp5498 HDRS5499 ../bf16divf128.h5500 DEPENDS5501 libc.src.__support.common5502 libc.src.__support.FPUtil.bfloat165503 libc.src.__support.FPUtil.generic.div5504 libc.src.__support.macros.config5505 libc.src.__support.macros.properties.types5506)5507 5508add_entrypoint_object(5509 bf16fma5510 SRCS5511 bf16fma.cpp5512 HDRS5513 ../bf16fma.h5514 DEPENDS5515 libc.src.__support.common5516 libc.src.__support.FPUtil.bfloat165517 libc.src.__support.FPUtil.fma5518 libc.src.__support.macros.config5519 libc.src.__support.macros.properties.types5520)5521 5522add_entrypoint_object(5523 bf16fmaf5524 SRCS5525 bf16fmaf.cpp5526 HDRS5527 ../bf16fmaf.h5528 DEPENDS5529 libc.src.__support.common5530 libc.src.__support.FPUtil.bfloat165531 libc.src.__support.FPUtil.fma5532 libc.src.__support.macros.config5533 libc.src.__support.macros.properties.types5534)5535 5536add_entrypoint_object(5537 bf16fmal5538 SRCS5539 bf16fmal.cpp5540 HDRS5541 ../bf16fmal.h5542 DEPENDS5543 libc.src.__support.common5544 libc.src.__support.FPUtil.bfloat165545 libc.src.__support.FPUtil.fma5546 libc.src.__support.macros.config5547 libc.src.__support.macros.properties.types5548)5549 5550add_entrypoint_object(5551 bf16fmaf1285552 SRCS5553 bf16fmaf128.cpp5554 HDRS5555 ../bf16fmaf128.h5556 DEPENDS5557 libc.src.__support.common5558 libc.src.__support.FPUtil.bfloat165559 libc.src.__support.FPUtil.fma5560 libc.src.__support.macros.config5561 libc.src.__support.macros.properties.types5562)5563 5564add_entrypoint_object(5565 bf16mul5566 SRCS5567 bf16mul.cpp5568 HDRS5569 ../bf16mul.h5570 DEPENDS5571 libc.src.__support.common5572 libc.src.__support.FPUtil.bfloat165573 libc.src.__support.FPUtil.generic.mul5574 libc.src.__support.macros.config5575 libc.src.__support.macros.properties.types5576)5577 5578add_entrypoint_object(5579 bf16mulf5580 SRCS5581 bf16mulf.cpp5582 HDRS5583 ../bf16mulf.h5584 DEPENDS5585 libc.src.__support.common5586 libc.src.__support.FPUtil.bfloat165587 libc.src.__support.FPUtil.generic.mul5588 libc.src.__support.macros.config5589 libc.src.__support.macros.properties.types5590)5591 5592add_entrypoint_object(5593 bf16mull5594 SRCS5595 bf16mull.cpp5596 HDRS5597 ../bf16mull.h5598 DEPENDS5599 libc.src.__support.common5600 libc.src.__support.FPUtil.bfloat165601 libc.src.__support.FPUtil.generic.mul5602 libc.src.__support.macros.config5603 libc.src.__support.macros.properties.types5604)5605 5606add_entrypoint_object(5607 bf16mulf1285608 SRCS5609 bf16mulf128.cpp5610 HDRS5611 ../bf16mulf128.h5612 DEPENDS5613 libc.src.__support.common5614 libc.src.__support.FPUtil.bfloat165615 libc.src.__support.FPUtil.generic.mul5616 libc.src.__support.macros.config5617 libc.src.__support.macros.properties.types5618)5619 5620add_entrypoint_object(5621 bf16sub5622 SRCS5623 bf16sub.cpp5624 HDRS5625 ../bf16sub.h5626 DEPENDS5627 libc.src.__support.common5628 libc.src.__support.FPUtil.bfloat165629 libc.src.__support.FPUtil.generic.add_sub5630 libc.src.__support.macros.config5631 libc.src.__support.macros.properties.types5632)5633 5634add_entrypoint_object(5635 bf16subf5636 SRCS5637 bf16subf.cpp5638 HDRS5639 ../bf16subf.h5640 DEPENDS5641 libc.src.__support.common5642 libc.src.__support.FPUtil.bfloat165643 libc.src.__support.FPUtil.generic.add_sub5644 libc.src.__support.macros.config5645 libc.src.__support.macros.properties.types5646)5647 5648add_entrypoint_object(5649 bf16subl5650 SRCS5651 bf16subl.cpp5652 HDRS5653 ../bf16subl.h5654 DEPENDS5655 libc.src.__support.common5656 libc.src.__support.FPUtil.bfloat165657 libc.src.__support.FPUtil.generic.add_sub5658 libc.src.__support.macros.config5659 libc.src.__support.macros.properties.types5660)5661 5662add_entrypoint_object(5663 bf16subf1285664 SRCS5665 bf16subf128.cpp5666 HDRS5667 ../bf16subf128.h5668 DEPENDS5669 libc.src.__support.common5670 libc.src.__support.FPUtil.bfloat165671 libc.src.__support.FPUtil.generic.add_sub5672 libc.src.__support.macros.config5673 libc.src.__support.macros.properties.types5674)5675