Home
last modified time | relevance | path

Searched defs:frexp (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() function
Drs_cl.c525 float __attribute__((overloadable)) frexp(float v1, int* v2) { in frexp() function
1978 extern half2 __attribute__((overloadable)) frexp(half2 v1, int2 *eptr) { in frexp() function
1988 extern half3 __attribute__((overloadable)) frexp(half3 v1, int3 *eptr) { in frexp() function
2000 extern half4 __attribute__((overloadable)) frexp(half4 v1, int4 *eptr) { in frexp() function
/frameworks/rs/script_api/
Drs_math.spec1431 Because of the difference in mantissa, this number is one less than is returned by frexp(). function