@@ -2294,6 +2294,26 @@ libc_math_function(name = "canonicalizef128")
2294
2294
2295
2295
libc_math_function (name = "canonicalizef16" )
2296
2296
2297
+ libc_math_function (name = "iscanonical" )
2298
+
2299
+ libc_math_function (name = "iscanonicalf" )
2300
+
2301
+ libc_math_function (name = "iscanonicall" )
2302
+
2303
+ libc_math_function (name = "iscanonicalf128" )
2304
+
2305
+ libc_math_function (name = "iscanonicalf16" )
2306
+
2307
+ libc_math_function (name = "issignaling" )
2308
+
2309
+ libc_math_function (name = "issignalingf" )
2310
+
2311
+ libc_math_function (name = "issignalingl" )
2312
+
2313
+ libc_math_function (name = "issignalingf128" )
2314
+
2315
+ libc_math_function (name = "issignalingf16" )
2316
+
2297
2317
libc_math_function (
2298
2318
name = "cbrt" ,
2299
2319
additional_deps = [
@@ -2352,6 +2372,15 @@ libc_math_function(
2352
2372
],
2353
2373
)
2354
2374
2375
+ libc_math_function (
2376
+ name = "cosf16" ,
2377
+ additional_deps = [
2378
+ ":__support_fputil_multiply_add" ,
2379
+ ":__support_macros_optimization" ,
2380
+ ":sincosf16_utils" ,
2381
+ ],
2382
+ )
2383
+
2355
2384
libc_math_function (
2356
2385
name = "coshf" ,
2357
2386
additional_deps = [
@@ -3445,6 +3474,15 @@ libc_math_function(
3445
3474
],
3446
3475
)
3447
3476
3477
+ libc_math_function (
3478
+ name = "sinf16" ,
3479
+ additional_deps = [
3480
+ ":__support_fputil_nearest_integer" ,
3481
+ ":__support_fputil_polyeval" ,
3482
+ ":sincosf16_utils" ,
3483
+ ],
3484
+ )
3485
+
3448
3486
libc_math_function (
3449
3487
name = "sincos" ,
3450
3488
additional_deps = [
@@ -3565,6 +3603,15 @@ libc_math_function(
3565
3603
],
3566
3604
)
3567
3605
3606
+ libc_math_function (
3607
+ name = "tanf16" ,
3608
+ additional_deps = [
3609
+ ":__support_fputil_nearest_integer" ,
3610
+ ":__support_fputil_polyeval" ,
3611
+ ":sincosf16_utils" ,
3612
+ ],
3613
+ )
3614
+
3568
3615
libc_math_function (
3569
3616
name = "tanhf" ,
3570
3617
additional_deps = [
@@ -3587,6 +3634,17 @@ libc_math_function(
3587
3634
],
3588
3635
)
3589
3636
3637
+ libc_math_function (
3638
+ name = "tanpif16" ,
3639
+ additional_deps = [
3640
+ ":sincosf16_utils" ,
3641
+ ":hdr_errno_macros" ,
3642
+ ":hdr_fenv_macros" ,
3643
+ ":__support_fputil_cast" ,
3644
+ ":__support_fputil_multiply_add" ,
3645
+ ],
3646
+ )
3647
+
3590
3648
libc_math_function (name = "totalorder" )
3591
3649
3592
3650
libc_math_function (name = "totalorderf" )
0 commit comments