Home
last modified time | relevance | path

Searched refs:ATAN2_P5 (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_utils_lite/frameworks/
Dgraphic_math.cpp110 …angle = static_cast<uint16_t>(t * (1 + t2 * (ATAN2_P3 + t2 * (ATAN2_P5 + t2 * ATAN2_P7))) * RADIAN… in FastAtan2()
115 …static_cast<uint16_t>(t * (1 + t2 * (ATAN2_P3 + t2 * (ATAN2_P5 + t2 * ATAN2_P7))) * RADIAN_TO_ANGL… in FastAtan2()
144 angle = UI_PI / 2 - (t * (1 + t2 * (ATAN2_P3 + t2 * (ATAN2_P5 + t2 * ATAN2_P7)))); in FastAtan2F()
148 angle = (t * (1 + t2 * (ATAN2_P3 + t2 * (ATAN2_P5 + t2 * ATAN2_P7)))); in FastAtan2F()
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/
Dgraphic_math.h79 static constexpr float ATAN2_P5 = 0.1556117; variable