OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_exp2
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
math_err.rs
74
*out =
native_exp2
(i);
78
*out =
native_exp2
(i);
/frameworks/rs/driver/runtime/
rs_cl.c
1053
extern float __attribute__((overloadable))
native_exp2
(float v) {
function
1067
extern float2 __attribute__((overloadable))
native_exp2
(float2 v) {
function
1082
extern float4 __attribute__((overloadable))
native_exp2
(float4 v) {
function
1097
extern float3 __attribute__((overloadable))
native_exp2
(float3 v) {
function
[
all
...]
/frameworks/rs/scriptc/
rs_cl.rsh
1057
_RS_RUNTIME float __attribute__((const, overloadable))
native_exp2
(float v);
1058
FN_FUNC_FN(
native_exp2
)
/prebuilts/sdk/renderscript/include/
rs_cl.rsh
1057
_RS_RUNTIME float __attribute__((const, overloadable))
native_exp2
(float v);
1058
FN_FUNC_FN(
native_exp2
)
Completed in 937 milliseconds