Searched refs:lgamma (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/driver/runtime/
H A Drs_cl.c547 float __attribute__((overloadable)) lgamma(float v) { function
550 FN_FUNC_FN(lgamma)
552 float __attribute__((overloadable)) lgamma(float v, int* ptr) { function
555 FN_FUNC_FN_PIN(lgamma)
2049 HN_FUNC_HN(lgamma); variable
2051 extern half __attribute__((overloadable)) lgamma(half h, int *signp) { function
2052 return (half) lgamma((float) h, signp);
2054 extern half2 __attribute__((overloadable)) lgamma(half2 v, int2 *signp) { function
2055 return convert_half2(lgamma(convert_float2(v), signp));
2057 extern half3 __attribute__((overloadable)) lgamma(half function
2060 extern half4 __attribute__((overloadable)) lgamma(half4 v, int4 *signp) { function
[all...]
/frameworks/rs/scriptc/
H A Drs_math.rsh2309 * lgamma: Natural logarithm of the gamma function
2320 lgamma(float v);
2323 lgamma(float2 v);
2326 lgamma(float3 v);
2329 lgamma(float4 v);
2333 lgamma(half v);
2338 lgamma(half2 v);
2343 lgamma(half3 v);
2348 lgamma(half4 v);
2352 lgamma(floa
[all...]
/frameworks/rs/api/
H A Drs_math.spec1265 function: lgamma
1280 function: lgamma
1290 function: lgamma
1301 function: lgamma
3320 See also @lgamma().

Completed in 169 milliseconds