MCPcopy Create free account
hub / github.com/pydata/numexpr / _inline_neg

Function _inline_neg

numexpr3/complex_functions.hpp:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243static inline void
244_inline_neg( npy_complex64 a, npy_complex64 &r )
245{
246 r.real = -a.real;
247 r.imag = -a.imag;
248}
249
250static inline void
251_inline_neg( npy_complex128 a, npy_complex128 &r )

Callers 3

nc_negFunction · 0.85
nc_acosFunction · 0.85
nc_asinFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…