Searched defs:ImCos (Results 1 – 3 of 3) sorted by relevance
211 static inline float ImCos(float x) { return cosf(x); } in ImCos() function
218 static inline float ImCos(float x) { return cosf(x); } in ImCos() function
390 #define ImCos(X) cosf(X) macro