Home
last modified time | relevance | path

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

/frameworks/rs/script_api/
Drs_math.spec2951 rint() rounds half values to even. For example, <code>rint(0.5f)</code> returns 0.f and function
/frameworks/rs/driver/runtime/
Drs_cl.c671 float __attribute__((overloadable)) rint(float v) { in rint() function
674 FN_FUNC_FN(rint) in FN_FUNC_FN() argument