MCPcopy Create free account
hub / github.com/numpy/numpy / npyv_lut32_s32

Function npyv_lut32_s32

numpy/core/src/common/simd/vec/memory.h:677–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675 return r;
676}
677NPY_FINLINE npyv_s32 npyv_lut32_s32(const npy_int32 *table, npyv_u32 idx)
678{ return (npyv_s32)npyv_lut32_u32((const npy_uint32*)table, idx); }
679#if NPY_SIMD_F32
680 NPY_FINLINE npyv_f32 npyv_lut32_f32(const float *table, npyv_u32 idx)
681 { return (npyv_f32)npyv_lut32_u32((const npy_uint32*)table, idx); }

Callers

nothing calls this directly

Calls 1

npyv_lut32_u32Function · 0.70

Tested by

no test coverage detected