Home
last modified time | relevance | path

Searched refs:SC_tgammaf (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMath.cpp45 float SC_tgammaf(float x) { in SC_tgammaf() function
/frameworks/rs/driver/runtime/
Drs_cl.c797 extern float __attribute__((overloadable)) SC_tgammaf(float);
799 return SC_tgammaf(v); in tgamma()