Home | History | Annotate | Download | only in include

Lines Matching full:cospi

1275  * cospi: Cosine of a number multiplied by pi
1279 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
1284 cospi(float v);
1287 cospi(float2 v);
1290 cospi(float3 v);
1293 cospi(float4 v);
1297 cospi(half v);
1302 cospi(half2 v);
1307 cospi(half3 v);
1312 cospi(half4 v);
4365 * To get the cosine of a value measured in degrees, call cospi(v / 180.f).
4367 * See also cospi().