Home
last modified time | relevance | path

Searched refs:asin (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dmathf.h153 /** asin wrapper for float */
154 inline float asin(float value) in asin() function
H A Dquaternion_util.h166 const float pitch = (fabs(sinp) >= 1.f) ? copysign(Math::PI / 2.0f, sinp) : asin(sinp); in ToEulerRad()
/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Drosen_render_data_panel.cpp811 0.0, sweepDegree_ + 2 * PRECISION_CORRECTION + 180.0 / M_PI * std::asin(thickness / ((diameter) / 2)), 0, in PaintLoadingProgress()
835 sweepDegree_ + 2 * PRECISION_CORRECTION + 180.0 / M_PI * std::asin(thickness / ((diameter) / 2)), nullptr)); in PaintLoadingProgress()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_modifier.cpp227 float radian = asin(sine); in GetPaintPath()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp125 auto alpha = std::asin(radius.ConvertToPx() / side); in GetEndP2P4()
140 auto alpha = std::asin(radius.ConvertToPx() / side); in GetP2()

Completed in 9 milliseconds