Home
last modified time | relevance | path

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

/frameworks/rs/cpu_ref/
DrsCpuRuntimeMathFuncs.cpp59 float __attribute__((overloadable)) frexp(float v, int* ptr) {return SC_frexpf(v, ptr);} in frexp() function
/frameworks/rs/api/
Drs_math.spec955 Because of the difference in mantissa, this number is one less than is returned by frexp(). function