diff --git a/lib/node_modules/@stdlib/ndarray/base/nullary/src/f_as_t.c b/lib/node_modules/@stdlib/ndarray/base/nullary/src/f_as_t.c index 8047260975ee..9c2b4f2dcaf7 100644 --- a/lib/node_modules/@stdlib/ndarray/base/nullary/src/f_as_t.c +++ b/lib/node_modules/@stdlib/ndarray/base/nullary/src/f_as_t.c @@ -193,7 +193,7 @@ int8_t stdlib_ndarray_f_as_t_0d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_1d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_1D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_1D_LOOP_CLBK( const float ) return 0; } @@ -276,7 +276,7 @@ int8_t stdlib_ndarray_f_as_t_1d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_2d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_2D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_2D_LOOP_CLBK( const float ) return 0; } @@ -359,7 +359,7 @@ int8_t stdlib_ndarray_f_as_t_2d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_2d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_2D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_2D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -442,7 +442,7 @@ int8_t stdlib_ndarray_f_as_t_2d_blocked( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_3d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_3D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_3D_LOOP_CLBK( const float ) return 0; } @@ -525,7 +525,7 @@ int8_t stdlib_ndarray_f_as_t_3d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_3d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_3D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_3D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -608,7 +608,7 @@ int8_t stdlib_ndarray_f_as_t_3d_blocked( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_4d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_4D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_4D_LOOP_CLBK( const float ) return 0; } @@ -691,7 +691,7 @@ int8_t stdlib_ndarray_f_as_t_4d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_4d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_4D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_4D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -774,7 +774,7 @@ int8_t stdlib_ndarray_f_as_t_4d_blocked( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_5d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_5D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_5D_LOOP_CLBK( const float ) return 0; } @@ -857,7 +857,7 @@ int8_t stdlib_ndarray_f_as_t_5d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_5d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_5D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_5D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -940,7 +940,7 @@ int8_t stdlib_ndarray_f_as_t_5d_blocked( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_6d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_6D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_6D_LOOP_CLBK( const float ) return 0; } @@ -1023,7 +1023,7 @@ int8_t stdlib_ndarray_f_as_t_6d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_6d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_6D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_6D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -1106,7 +1106,7 @@ int8_t stdlib_ndarray_f_as_t_6d_blocked( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_7d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_7D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_7D_LOOP_CLBK( const float ) return 0; } @@ -1189,7 +1189,7 @@ int8_t stdlib_ndarray_f_as_t_7d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_7d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_7D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_7D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -1272,7 +1272,7 @@ int8_t stdlib_ndarray_f_as_t_7d_blocked( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_8d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_8D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_8D_LOOP_CLBK( const float ) return 0; } @@ -1355,7 +1355,7 @@ int8_t stdlib_ndarray_f_as_t_8d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_8d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_8D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_8D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -1438,7 +1438,7 @@ int8_t stdlib_ndarray_f_as_t_8d_blocked( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_9d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_9D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_9D_LOOP_CLBK( const float ) return 0; } @@ -1521,7 +1521,7 @@ int8_t stdlib_ndarray_f_as_t_9d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_9d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_9D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_9D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -1604,7 +1604,7 @@ int8_t stdlib_ndarray_f_as_t_9d_blocked( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_10d( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_10D_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_10D_LOOP_CLBK( const float ) return 0; } @@ -1687,7 +1687,7 @@ int8_t stdlib_ndarray_f_as_t_10d( struct ndarray *arrays[], void *fcn ) { int8_t stdlib_ndarray_f_as_t_10d_blocked( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_10D_BLOCKED_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_10D_BLOCKED_LOOP_CLBK( const float ) return 0; } @@ -1770,7 +1770,7 @@ int8_t stdlib_ndarray_f_as_t_10d_blocked( struct ndarray *arrays[], void *fcn ) int8_t stdlib_ndarray_f_as_t_nd( struct ndarray *arrays[], void *fcn ) { typedef uint16_t func_type( void ); func_type *f = (func_type *)fcn; - STDLIB_NDARRAY_NULLARY_ND_LOOP_CLBK( float ) + STDLIB_NDARRAY_NULLARY_ND_LOOP_CLBK( const float ) return 0; }