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

/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rs210 TEST_HN_FUNC_HN(native_log);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rs1119 f = native_log(f);
1120 f2 = native_log(f2);
1121 f3 = native_log(f3);
1122 f4 = native_log(f4);
/frameworks/rs/driver/runtime/
H A Drs_cl.c1376 extern float __attribute__((overloadable)) native_log(float v) { function
1379 extern float2 __attribute__((overloadable)) native_log(float2 v) { function
1382 extern float3 __attribute__((overloadable)) native_log(float3 v) { function
1385 extern float4 __attribute__((overloadable)) native_log(float4 v) { function
2292 HN_FUNC_HN(native_log); variable
/frameworks/rs/script_api/include/
H A Drs_math.rsh2388 * See also native_log().
4699 * native_log: Approximate natural logarithm
4709 native_log(float v);
4714 native_log(float2 v);
4719 native_log(float3 v);
4724 native_log(float4 v);
4729 native_log(half v);
4734 native_log(half2 v);
4739 native_log(half3 v);
4744 native_log(half
[all...]
/frameworks/rs/script_api/
H A Drs_math.spec1336 See also @native_log().
2354 function: native_log
2371 function: native_log

Completed in 554 milliseconds