Home
last modified time | relevance | path

Searched defs:frexp (Results 1 – 5 of 5) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_frexp.c35 frexp(double x, int *eptr) in frexp() function
/aosp12/frameworks/rs/driver/runtime/
H A Drs_f16_math.c31 extern half __attribute__((overloadable)) frexp(half x, int *eptr) { in frexp() function
H A 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
/aosp12/frameworks/rs/script_api/
H A Drs_math.spec1431 Because of the difference in mantissa, this number is one less than is returned by frexp(). function
/aosp12/bionic/tests/
H A Dmath_test.cpp1572 TEST(MATH_TEST, frexp) { in TEST() argument