Searched defs:eptr (Results 1 – 3 of 3) sorted by relevance
31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) { in frexp()
1978 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()
114 auto eptr = timeSequence.upper_bound(time); in REQUIRES() local188 auto eptr = timeSequence.lower_bound(time); in dump() local