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

Function npyv_notnan_f64

numpy/core/src/common/simd/vec/operators.h:274–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 { return vec_cmpeq(a, a); }
273#endif
274NPY_FINLINE npyv_b64 npyv_notnan_f64(npyv_f64 a)
275{ return vec_cmpeq(a, a); }
276
277// Test cross all vector lanes
278// any: returns true if any of the elements is not equal to zero

Callers 6

npyv_maxp_f64Function · 0.70
npyv_maxn_f64Function · 0.70
npyv_minp_f64Function · 0.70
npyv_minn_f64Function · 0.70
npyv_reduce_minp_f64Function · 0.70
npyv_reduce_maxp_f64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected