HomeSort by relevance Sort by last modified time
    Searched full:sc_frexpf (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 133 float SC_frexpf(float v, int* ptr) {return frexpf(v, ptr);}
  /frameworks/rs/driver/runtime/
rs_cl.c 521 extern float __attribute__((overloadable)) SC_frexpf(float, int *);
523 return SC_frexpf(v1, v2);
    [all...]

Completed in 88 milliseconds