Searched defs:sin_a (Results 1 – 2 of 2) sorted by relevance
3571 Output sin_a = in TEST_F() local3679 Output sin_a = in TEST_F() local
246 static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a) { return ImVec2(v.x… in ImRotate()