Home
last modified time | relevance | path

Searched defs:eptr (Results 1 – 3 of 3) sorted by relevance

/frameworks/rs/driver/runtime/
Drs_f16_math.c31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) { in frexp()
Drs_cl.c1978 extern half2 __attribute__((overloadable)) frexp(half2 v1, int2 *eptr) { in frexp()
1988 extern half3 __attribute__((overloadable)) frexp(half3 v1, int3 *eptr) { in frexp()
2000 extern half4 __attribute__((overloadable)) frexp(half4 v1, int4 *eptr) { in frexp()
/frameworks/av/services/mediametrics/
DTimeMachine.h114 auto eptr = timeSequence.upper_bound(time); in REQUIRES() local
188 auto eptr = timeSequence.lower_bound(time); in dump() local