|
105 | 105 | * |
106 | 106 | * // Define a callback: |
107 | 107 | * static bool fcn( const stdlib_complex64_t x ) { |
108 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 108 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
109 | 109 | * } |
110 | 110 | * |
111 | 111 | * // Test elements: |
@@ -211,7 +211,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_0d( struct ndarray *arrays[], void *fc |
211 | 211 | * |
212 | 212 | * // Define a callback: |
213 | 213 | * static bool fcn( const stdlib_complex64_t x ) { |
214 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 214 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
215 | 215 | * } |
216 | 216 | * |
217 | 217 | * // Test elements: |
@@ -309,7 +309,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_1d( struct ndarray *arrays[], void *fc |
309 | 309 | * |
310 | 310 | * // Define a callback: |
311 | 311 | * static bool fcn( const stdlib_complex64_t x ) { |
312 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 312 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
313 | 313 | * } |
314 | 314 | * |
315 | 315 | * // Test elements: |
@@ -407,7 +407,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_2d( struct ndarray *arrays[], void *fc |
407 | 407 | * |
408 | 408 | * // Define a callback: |
409 | 409 | * static bool fcn( const stdlib_complex64_t x ) { |
410 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 410 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
411 | 411 | * } |
412 | 412 | * |
413 | 413 | * // Test elements: |
@@ -505,7 +505,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_2d_blocked( struct ndarray *arrays[], |
505 | 505 | * |
506 | 506 | * // Define a callback: |
507 | 507 | * static bool fcn( const stdlib_complex64_t x ) { |
508 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 508 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
509 | 509 | * } |
510 | 510 | * |
511 | 511 | * // Test elements: |
@@ -603,7 +603,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_3d( struct ndarray *arrays[], void *fc |
603 | 603 | * |
604 | 604 | * // Define a callback: |
605 | 605 | * static bool fcn( const stdlib_complex64_t x ) { |
606 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 606 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
607 | 607 | * } |
608 | 608 | * |
609 | 609 | * // Test elements: |
@@ -701,7 +701,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_3d_blocked( struct ndarray *arrays[], |
701 | 701 | * |
702 | 702 | * // Define a callback: |
703 | 703 | * static bool fcn( const stdlib_complex64_t x ) { |
704 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 704 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
705 | 705 | * } |
706 | 706 | * |
707 | 707 | * // Test elements: |
@@ -799,7 +799,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_4d( struct ndarray *arrays[], void *fc |
799 | 799 | * |
800 | 800 | * // Define a callback: |
801 | 801 | * static bool fcn( const stdlib_complex64_t x ) { |
802 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 802 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
803 | 803 | * } |
804 | 804 | * |
805 | 805 | * // Test elements: |
@@ -897,7 +897,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_4d_blocked( struct ndarray *arrays[], |
897 | 897 | * |
898 | 898 | * // Define a callback: |
899 | 899 | * static bool fcn( const stdlib_complex64_t x ) { |
900 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 900 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
901 | 901 | * } |
902 | 902 | * |
903 | 903 | * // Test elements: |
@@ -995,7 +995,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_5d( struct ndarray *arrays[], void *fc |
995 | 995 | * |
996 | 996 | * // Define a callback: |
997 | 997 | * static bool fcn( const stdlib_complex64_t x ) { |
998 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 998 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
999 | 999 | * } |
1000 | 1000 | * |
1001 | 1001 | * // Test elements: |
@@ -1093,7 +1093,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_5d_blocked( struct ndarray *arrays[], |
1093 | 1093 | * |
1094 | 1094 | * // Define a callback: |
1095 | 1095 | * static bool fcn( const stdlib_complex64_t x ) { |
1096 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1096 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1097 | 1097 | * } |
1098 | 1098 | * |
1099 | 1099 | * // Test elements: |
@@ -1191,7 +1191,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_6d( struct ndarray *arrays[], void *fc |
1191 | 1191 | * |
1192 | 1192 | * // Define a callback: |
1193 | 1193 | * static bool fcn( const stdlib_complex64_t x ) { |
1194 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1194 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1195 | 1195 | * } |
1196 | 1196 | * |
1197 | 1197 | * // Test elements: |
@@ -1289,7 +1289,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_6d_blocked( struct ndarray *arrays[], |
1289 | 1289 | * |
1290 | 1290 | * // Define a callback: |
1291 | 1291 | * static bool fcn( const stdlib_complex64_t x ) { |
1292 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1292 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1293 | 1293 | * } |
1294 | 1294 | * |
1295 | 1295 | * // Test elements: |
@@ -1387,7 +1387,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_7d( struct ndarray *arrays[], void *fc |
1387 | 1387 | * |
1388 | 1388 | * // Define a callback: |
1389 | 1389 | * static bool fcn( const stdlib_complex64_t x ) { |
1390 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1390 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1391 | 1391 | * } |
1392 | 1392 | * |
1393 | 1393 | * // Test elements: |
@@ -1485,7 +1485,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_7d_blocked( struct ndarray *arrays[], |
1485 | 1485 | * |
1486 | 1486 | * // Define a callback: |
1487 | 1487 | * static bool fcn( const stdlib_complex64_t x ) { |
1488 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1488 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1489 | 1489 | * } |
1490 | 1490 | * |
1491 | 1491 | * // Test elements: |
@@ -1583,7 +1583,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_8d( struct ndarray *arrays[], void *fc |
1583 | 1583 | * |
1584 | 1584 | * // Define a callback: |
1585 | 1585 | * static bool fcn( const stdlib_complex64_t x ) { |
1586 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1586 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1587 | 1587 | * } |
1588 | 1588 | * |
1589 | 1589 | * // Test elements: |
@@ -1681,7 +1681,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_8d_blocked( struct ndarray *arrays[], |
1681 | 1681 | * |
1682 | 1682 | * // Define a callback: |
1683 | 1683 | * static bool fcn( const stdlib_complex64_t x ) { |
1684 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1684 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1685 | 1685 | * } |
1686 | 1686 | * |
1687 | 1687 | * // Test elements: |
@@ -1779,7 +1779,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_9d( struct ndarray *arrays[], void *fc |
1779 | 1779 | * |
1780 | 1780 | * // Define a callback: |
1781 | 1781 | * static bool fcn( const stdlib_complex64_t x ) { |
1782 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1782 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1783 | 1783 | * } |
1784 | 1784 | * |
1785 | 1785 | * // Test elements: |
@@ -1877,7 +1877,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_9d_blocked( struct ndarray *arrays[], |
1877 | 1877 | * |
1878 | 1878 | * // Define a callback: |
1879 | 1879 | * static bool fcn( const stdlib_complex64_t x ) { |
1880 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1880 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1881 | 1881 | * } |
1882 | 1882 | * |
1883 | 1883 | * // Test elements: |
@@ -1975,7 +1975,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_10d( struct ndarray *arrays[], void *f |
1975 | 1975 | * |
1976 | 1976 | * // Define a callback: |
1977 | 1977 | * static bool fcn( const stdlib_complex64_t x ) { |
1978 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 1978 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
1979 | 1979 | * } |
1980 | 1980 | * |
1981 | 1981 | * // Test elements: |
@@ -2073,7 +2073,7 @@ int8_t stdlib_ndarray_every_by_b_x_as_c_x_10d_blocked( struct ndarray *arrays[], |
2073 | 2073 | * |
2074 | 2074 | * // Define a callback: |
2075 | 2075 | * static bool fcn( const stdlib_complex64_t x ) { |
2076 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 2076 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
2077 | 2077 | * } |
2078 | 2078 | * |
2079 | 2079 | * // Test elements: |
@@ -2215,7 +2215,7 @@ static const struct ndarrayEveryDispatchObject obj = { |
2215 | 2215 | * |
2216 | 2216 | * // Define a callback: |
2217 | 2217 | * static bool fcn( const stdlib_complex64_t x ) { |
2218 | | -* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) === 0.0f ); |
| 2218 | +* return ( stdlib_complex64_real( x ) == 0.0f && stdlib_complex64_imag( x ) == 0.0f ); |
2219 | 2219 | * } |
2220 | 2220 | * |
2221 | 2221 | * // Test elements: |
|
0 commit comments