Searched refs:tanpi (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs255 TEST_HN_FUNC_HN(tanpi);
H A Dmath.rs349 TEST_FN_FUNC_FN(tanpi);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs889 f = tanpi(f);
890 f2 = tanpi(f2);
891 f3 = tanpi(f3);
892 f4 = tanpi(f4);
/frameworks/rs/script_api/
H A Drs_math.spec2734 To get the tangent of a value measured in degrees, call <code>tanpi(v / 180.f)</code>.
2736 See also @tanpi().
3298 function: tanpi
3309 To get the tangent of a value measured in degrees, call <code>tanpi(v / 180.f)</code>.
3314 function: tanpi
/frameworks/rs/driver/runtime/
H A Drs_cl.c791 extern float __attribute__((overloadable)) tanpi(float v) { function
794 FN_FUNC_FN(tanpi)
1631 THUNK_NATIVE_F(tanpi)
2260 HN_FUNC_HN(tanpi); variable
/frameworks/rs/script_api/include/
H A Drs_math.rsh5424 * To get the tangent of a value measured in degrees, call tanpi(v / 180.f).
5426 * See also tanpi().
6345 * tanpi: Tangent of a number multiplied by pi
6349 * To get the tangent of a value measured in degrees, call tanpi(v / 180.f).
6354 tanpi(float v);
6357 tanpi(float2 v);
6360 tanpi(float3 v);
6363 tanpi(float4 v);
6367 tanpi(half v);
6372 tanpi(half
[all...]

Completed in 81 milliseconds