| 132 | } |
| 133 | |
| 134 | inline float fmodf2(float x, float y) { |
| 135 | return fmodf(x, y); |
| 136 | } |
| 137 | |
| 138 | inline float atan2f2(float x, float y) { |
| 139 | return atan2f(x, y); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…