Searched defs:frexp (Results 1 – 3 of 3) sorted by relevance
31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) { in frexp() function
525 float __attribute__((overloadable)) frexp(float v1, int* v2) { in frexp() function1978 extern half2 __attribute__((overloadable)) frexp(half2 v1, int2 *eptr) { in frexp() function1988 extern half3 __attribute__((overloadable)) frexp(half3 v1, int3 *eptr) { in frexp() function2000 extern half4 __attribute__((overloadable)) frexp(half4 v1, int4 *eptr) { in frexp() function
1431 Because of the difference in mantissa, this number is one less than is returned by frexp(). function