Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dastro.cpp472 double sinB = ::sin(eclipLat); in eclipticToEquatorial() local
477 asin(sinB*cosE + cosB*sinE*sinL) ); in eclipticToEquatorial()
/external/freetype/src/base/
Dftstroke.c1483 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_ConicTo() local
1496 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_ConicTo()
1498 alen = FT_DivFix( FT_MulFix( blen, sinA ), sinB ); in FT_Stroker_ConicTo()
1690 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_CubicTo() local
1703 sinB = ft_pos_abs( FT_Sin( beta - gamma ) ); in FT_Stroker_CubicTo()
1705 alen = FT_DivFix( FT_MulFix( blen, sinA ), sinB ); in FT_Stroker_CubicTo()