Home
last modified time | relevance | path

Searched defs:half_recip (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/driver/runtime/arch/
Dgeneric.c653 extern float2 __attribute__((overloadable)) half_recip(float2 v) { in half_recip() function
657 extern float3 __attribute__((overloadable)) half_recip(float3 v) { in half_recip() function
661 extern float4 __attribute__((overloadable)) half_recip(float4 v) { in half_recip() function
/frameworks/rs/driver/runtime/
Drs_cl.c1220 extern float __attribute__((overloadable)) half_recip(float v) { in half_recip() function