| 136 | } |
| 137 | |
| 138 | inline float atan2f2(float x, float y) { |
| 139 | return atan2f(x, y); |
| 140 | } |
| 141 | |
| 142 | // Needed for allowing the internal casting in numexpr machinery for |
| 143 | // conjugate operations |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…