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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs142 TEST_HN_FUNC_HN(expm1);
H A Dmath.rs293 TEST_FN_FUNC_FN(expm1);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs695 f = expm1(f);
696 f2 = expm1(f2);
697 f3 = expm1(f3);
698 f4 = expm1(f4);
/frameworks/rs/driver/runtime/
H A Drs_cl.c472 float __attribute__((overloadable)) expm1(float v) { function
475 FN_FUNC_FN(expm1)
1619 THUNK_NATIVE_F(expm1)
1929 HN_FUNC_HN(expm1); variable
/frameworks/rs/script_api/include/
H A Drs_math.rsh1544 * expm1: e raised to a number minus one
1551 expm1(float v);
1554 expm1(float2 v);
1557 expm1(float3 v);
1560 expm1(float4 v);
1564 expm1(half v);
1569 expm1(half2 v);
1574 expm1(half3 v);
1579 expm1(half4 v);
4609 * See also expm1()
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec812 function: expm1
826 function: expm1
2316 See also @expm1().

Completed in 48 milliseconds