@@ -75,7 +75,7 @@ i1_from_c16: CanCast0D[np.int8] = c16 # type: ignore[assignment] # pyright: ig
75
75
i1_from_cld : CanCast0D [np .int8 ] = cld # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
76
76
77
77
i1_to_b1 : CanCast0D [Any , np .int8 ] = b1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
78
- i1_to_i1 : CanCast0D [Any , np .int8 ] = i1
78
+ i1_to_i1 : CanCast0D [Any , np .int8 ] = i1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
79
79
i1_to_u1 : CanCast0D [Any , np .int8 ] = u1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
80
80
i1_to_i2 : CanCast0D [Any , np .int8 ] = i2
81
81
i1_to_u2 : CanCast0D [Any , np .int8 ] = u2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
@@ -110,7 +110,7 @@ u1_from_cld: CanCast0D[np.uint8] = cld # type: ignore[assignment] # pyright: i
110
110
111
111
u1_to_b1 : CanCast0D [Any , np .uint8 ] = b1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
112
112
u1_to_i1 : CanCast0D [Any , np .uint8 ] = i1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
113
- u1_to_u1 : CanCast0D [Any , np .uint8 ] = u1
113
+ u1_to_u1 : CanCast0D [Any , np .uint8 ] = u1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
114
114
u1_to_i2 : CanCast0D [Any , np .uint8 ] = i2
115
115
u1_to_u2 : CanCast0D [Any , np .uint8 ] = u2
116
116
u1_to_i4 : CanCast0D [Any , np .uint8 ] = i4
@@ -145,7 +145,7 @@ i2_from_cld: CanCast0D[np.int16] = cld # type: ignore[assignment] # pyright: i
145
145
i2_to_b1 : CanCast0D [Any , np .int16 ] = b1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
146
146
i2_to_i1 : CanCast0D [Any , np .int16 ] = i1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
147
147
i2_to_u1 : CanCast0D [Any , np .int16 ] = u1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
148
- i2_to_i2 : CanCast0D [Any , np .int16 ] = i2
148
+ i2_to_i2 : CanCast0D [Any , np .int16 ] = i2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
149
149
i2_to_u2 : CanCast0D [Any , np .int16 ] = u2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
150
150
i2_to_i4 : CanCast0D [Any , np .int16 ] = i4
151
151
i2_to_u4 : CanCast0D [Any , np .int16 ] = u4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
@@ -180,7 +180,7 @@ u2_to_b1: CanCast0D[Any, np.uint16] = b1 # type: ignore[assignment] # pyright:
180
180
u2_to_i1 : CanCast0D [Any , np .uint16 ] = i1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
181
181
u2_to_u1 : CanCast0D [Any , np .uint16 ] = u1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
182
182
u2_to_i2 : CanCast0D [Any , np .uint16 ] = i2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
183
- u2_to_u2 : CanCast0D [Any , np .uint16 ] = u2
183
+ u2_to_u2 : CanCast0D [Any , np .uint16 ] = u2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
184
184
u2_to_i4 : CanCast0D [Any , np .uint16 ] = i4
185
185
u2_to_u4 : CanCast0D [Any , np .uint16 ] = u4
186
186
u2_to_i8 : CanCast0D [Any , np .uint16 ] = i8
@@ -215,7 +215,7 @@ i4_to_i1: CanCast0D[Any, np.int32] = i1 # type: ignore[assignment] # pyright:
215
215
i4_to_u1 : CanCast0D [Any , np .int32 ] = u1 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
216
216
i4_to_i2 : CanCast0D [Any , np .int32 ] = i2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
217
217
i4_to_u2 : CanCast0D [Any , np .int32 ] = u2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
218
- i4_to_i4 : CanCast0D [Any , np .int32 ] = i4
218
+ i4_to_i4 : CanCast0D [Any , np .int32 ] = i4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
219
219
i4_to_u4 : CanCast0D [Any , np .int32 ] = u4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
220
220
i4_to_i8 : CanCast0D [Any , np .int32 ] = i8
221
221
i4_to_u8 : CanCast0D [Any , np .int32 ] = u8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
@@ -250,7 +250,7 @@ u4_to_u1: CanCast0D[Any, np.uint32] = u1 # type: ignore[assignment] # pyright:
250
250
u4_to_i2 : CanCast0D [Any , np .uint32 ] = i2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
251
251
u4_to_u2 : CanCast0D [Any , np .uint32 ] = u2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
252
252
u4_to_i4 : CanCast0D [Any , np .uint32 ] = i4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
253
- u4_to_u4 : CanCast0D [Any , np .uint32 ] = u4
253
+ u4_to_u4 : CanCast0D [Any , np .uint32 ] = u4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
254
254
u4_to_i8 : CanCast0D [Any , np .uint32 ] = i8
255
255
u4_to_u8 : CanCast0D [Any , np .uint32 ] = u8
256
256
u4_to_f2 : CanCast0D [Any , np .uint32 ] = f2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
@@ -285,7 +285,7 @@ i8_to_i2: CanCast0D[Any, np.int64] = i2 # type: ignore[assignment] # pyright:
285
285
i8_to_u2 : CanCast0D [Any , np .int64 ] = u2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
286
286
i8_to_i4 : CanCast0D [Any , np .int64 ] = i4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
287
287
i8_to_u4 : CanCast0D [Any , np .int64 ] = u4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
288
- i8_to_i8 : CanCast0D [Any , np .int64 ] = i8
288
+ i8_to_i8 : CanCast0D [Any , np .int64 ] = i8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
289
289
i8_to_u8 : CanCast0D [Any , np .int64 ] = u8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
290
290
i8_to_f2 : CanCast0D [Any , np .int64 ] = f2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
291
291
i8_to_f4 : CanCast0D [Any , np .int64 ] = f4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
@@ -320,7 +320,7 @@ u8_to_u2: CanCast0D[Any, np.uint64] = u2 # type: ignore[assignment] # pyright:
320
320
u8_to_i4 : CanCast0D [Any , np .uint64 ] = i4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
321
321
u8_to_u4 : CanCast0D [Any , np .uint64 ] = u4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
322
322
u8_to_i8 : CanCast0D [Any , np .uint64 ] = i8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
323
- u8_to_u8 : CanCast0D [Any , np .uint64 ] = u8
323
+ u8_to_u8 : CanCast0D [Any , np .uint64 ] = u8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
324
324
u8_to_f2 : CanCast0D [Any , np .uint64 ] = f2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
325
325
u8_to_f4 : CanCast0D [Any , np .uint64 ] = f4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
326
326
u8_to_f8 : CanCast0D [Any , np .uint64 ] = f8
@@ -355,7 +355,7 @@ f2_to_i4: CanCast0D[Any, np.float16] = i4 # type: ignore[assignment] # pyright
355
355
f2_to_u4 : CanCast0D [Any , np .float16 ] = u4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
356
356
f2_to_i8 : CanCast0D [Any , np .float16 ] = i8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
357
357
f2_to_u8 : CanCast0D [Any , np .float16 ] = u8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
358
- f2_to_f2 : CanCast0D [Any , np .float16 ] = f2
358
+ f2_to_f2 : CanCast0D [Any , np .float16 ] = f2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
359
359
f2_to_f4 : CanCast0D [Any , np .float16 ] = f4
360
360
f2_to_f8 : CanCast0D [Any , np .float16 ] = f8
361
361
f2_to_ld : CanCast0D [Any , np .float16 ] = ld
@@ -390,7 +390,7 @@ f4_to_u4: CanCast0D[Any, np.float32] = u4 # type: ignore[assignment] # pyright
390
390
f4_to_i8 : CanCast0D [Any , np .float32 ] = i8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
391
391
f4_to_u8 : CanCast0D [Any , np .float32 ] = u8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
392
392
f4_to_f2 : CanCast0D [Any , np .float32 ] = f2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
393
- f4_to_f4 : CanCast0D [Any , np .float32 ] = f4
393
+ f4_to_f4 : CanCast0D [Any , np .float32 ] = f4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
394
394
f4_to_f8 : CanCast0D [Any , np .float32 ] = f8
395
395
f4_to_ld : CanCast0D [Any , np .float32 ] = ld
396
396
f4_to_c8 : CanCast0D [Any , np .float32 ] = c8
@@ -425,7 +425,7 @@ f8_to_i8: CanCast0D[Any, np.float64] = i8 # type: ignore[assignment] # pyright
425
425
f8_to_u8 : CanCast0D [Any , np .float64 ] = u8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
426
426
f8_to_f2 : CanCast0D [Any , np .float64 ] = f2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
427
427
f8_to_f4 : CanCast0D [Any , np .float64 ] = f4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
428
- f8_to_f8 : CanCast0D [Any , np .float64 ] = f8
428
+ f8_to_f8 : CanCast0D [Any , np .float64 ] = f8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
429
429
f8_to_ld : CanCast0D [Any , np .float64 ] = ld
430
430
f8_to_c8 : CanCast0D [Any , np .float64 ] = c8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
431
431
f8_to_c16 : CanCast0D [Any , np .float64 ] = c16
@@ -460,7 +460,7 @@ ld_to_u8: CanCast0D[Any, np.longdouble] = u8 # type: ignore[assignment] # pyri
460
460
ld_to_f2 : CanCast0D [Any , np .longdouble ] = f2 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
461
461
ld_to_f4 : CanCast0D [Any , np .longdouble ] = f4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
462
462
ld_to_f8 : CanCast0D [Any , np .longdouble ] = f8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
463
- ld_to_ld : CanCast0D [Any , np .longdouble ] = ld
463
+ ld_to_ld : CanCast0D [Any , np .longdouble ] = ld # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
464
464
ld_to_c8 : CanCast0D [Any , np .longdouble ] = c8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
465
465
ld_to_c16 : CanCast0D [Any , np .longdouble ] = c16 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
466
466
ld_to_cld : CanCast0D [Any , np .longdouble ] = cld
@@ -495,7 +495,7 @@ c8_to_f2: CanCast0D[Any, np.complex64] = f2 # type: ignore[assignment] # pyrig
495
495
c8_to_f4 : CanCast0D [Any , np .complex64 ] = f4 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
496
496
c8_to_f8 : CanCast0D [Any , np .complex64 ] = f8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
497
497
c8_to_ld : CanCast0D [Any , np .complex64 ] = ld # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
498
- c8_to_c8 : CanCast0D [Any , np .complex64 ] = c8
498
+ c8_to_c8 : CanCast0D [Any , np .complex64 ] = c8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
499
499
c8_to_c16 : CanCast0D [Any , np .complex64 ] = c16
500
500
c8_to_cld : CanCast0D [Any , np .complex64 ] = cld
501
501
@@ -530,7 +530,7 @@ c16_to_f4: CanCast0D[Any, np.complex128] = f4 # type: ignore[assignment] # pyr
530
530
c16_to_f8 : CanCast0D [Any , np .complex128 ] = f8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
531
531
c16_to_ld : CanCast0D [Any , np .complex128 ] = ld # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
532
532
c16_to_c8 : CanCast0D [Any , np .complex128 ] = c8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
533
- c16_to_c16 : CanCast0D [Any , np .complex128 ] = c16
533
+ c16_to_c16 : CanCast0D [Any , np .complex128 ] = c16 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
534
534
c16_to_cld : CanCast0D [Any , np .complex128 ] = cld
535
535
536
536
cld_from_b1 : CanCast0D [np .clongdouble ] = b1
@@ -565,4 +565,4 @@ cld_to_f8: CanCast0D[Any, np.clongdouble] = f8 # type: ignore[assignment] # py
565
565
cld_to_ld : CanCast0D [Any , np .clongdouble ] = ld # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
566
566
cld_to_c8 : CanCast0D [Any , np .clongdouble ] = c8 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
567
567
cld_to_c16 : CanCast0D [Any , np .clongdouble ] = c16 # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
568
- cld_to_cld : CanCast0D [Any , np .clongdouble ] = cld
568
+ cld_to_cld : CanCast0D [Any , np .clongdouble ] = cld # type: ignore[assignment] # pyright: ignore[reportAssignmentType]
0 commit comments