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

Function fconjf2

numexpr3/msvc_function_stubs.hpp:144–146  ·  view source on GitHub ↗

Needed for allowing the internal casting in numexpr machinery for conjugate operations

Source from the content-addressed store, hash-verified

142// Needed for allowing the internal casting in numexpr machinery for
143// conjugate operations
144inline float fconjf2(float x) {
145 return x;
146}
147
148#endif // NUMEXPR_MSVC_FUNCTION_STUBS_HPP

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…