|
ne10_result_t | ne10_setc_float_c (ne10_float32_t *dst, const ne10_float32_t cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_float_neon (ne10_float32_t *dst, const ne10_float32_t cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_float_asm (ne10_float32_t *dst, const ne10_float32_t cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec2f_c (ne10_vec2f_t *dst, const ne10_vec2f_t *cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec2f_neon (ne10_vec2f_t *dst, const ne10_vec2f_t *cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec2f_asm (ne10_vec2f_t *dst, const ne10_vec2f_t *cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec3f_c (ne10_vec3f_t *dst, const ne10_vec3f_t *cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec3f_neon (ne10_vec3f_t *dst, const ne10_vec3f_t *cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec3f_asm (ne10_vec3f_t *dst, const ne10_vec3f_t *cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec4f_c (ne10_vec4f_t *dst, const ne10_vec4f_t *cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec4f_neon (ne10_vec4f_t *dst, const ne10_vec4f_t *cst, ne10_uint32_t count) |
|
ne10_result_t | ne10_setc_vec4f_asm (ne10_vec4f_t *dst, const ne10_vec4f_t *cst, ne10_uint32_t count) |
|
|
ne10_result_t(* | ne10_setc_float )(ne10_float32_t *dst, const ne10_float32_t cst, ne10_uint32_t count) |
| Sets the elements of an input array to a constant scalar and stores the results in an output array. More...
|
|
ne10_result_t(* | ne10_setc_vec2f )(ne10_vec2f_t *dst, const ne10_vec2f_t *cst, ne10_uint32_t count) |
| Sets the components of 2D vectors in an input array to the components of a constant 2D vector and stores the results in an output array. More...
|
|
ne10_result_t(* | ne10_setc_vec3f )(ne10_vec3f_t *dst, const ne10_vec3f_t *cst, ne10_uint32_t count) |
| Sets the components of 3D vectors in an input array to the components of a constant 3D vector and stores the results in an output array. More...
|
|
ne10_result_t(* | ne10_setc_vec4f )(ne10_vec4f_t *dst, const ne10_vec4f_t *cst, ne10_uint32_t count) |
| Sets the components of 4D vectors in an input array to the components of a constant 3D vector and stores the results in an output array. More...
|
|