HomeSort by relevance Sort by last modified time
    Searched refs:fast_distance (Results 1 - 3 of 3) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/runtime/
rs_cl.c 946 extern float __attribute__((overloadable)) fast_distance(float lhs, float rhs) { function
949 extern float __attribute__((overloadable)) fast_distance(float2 lhs, float2 rhs) { function
952 extern float __attribute__((overloadable)) fast_distance(float3 lhs, float3 rhs) { function
955 extern float __attribute__((overloadable)) fast_distance(float4 lhs, float4 rhs) { function
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 973 _RS_RUNTIME float __attribute__((overloadable)) fast_distance(float lhs, float rhs);
974 F_FUNC_FN_FN(fast_distance)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 973 _RS_RUNTIME float __attribute__((overloadable)) fast_distance(float lhs, float rhs);
974 F_FUNC_FN_FN(fast_distance)

Completed in 212 milliseconds