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

Function npyv_lut16_u64

numpy/core/src/common/simd/sse/memory.h:754–755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752 return npyv_set_f64(table[i0], table[i1]);
753}
754NPY_FINLINE npyv_u64 npyv_lut16_u64(const npy_uint64 *table, npyv_u64 idx)
755{ return npyv_reinterpret_u64_f64(npyv_lut16_f64((const double*)table, idx)); }
756NPY_FINLINE npyv_s64 npyv_lut16_s64(const npy_int64 *table, npyv_u64 idx)
757{ return npyv_reinterpret_s64_f64(npyv_lut16_f64((const double*)table, idx)); }
758

Callers

nothing calls this directly

Calls 1

npyv_lut16_f64Function · 0.70

Tested by

no test coverage detected