Home
last modified time | relevance | path

Searched defs:ilogb (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_ilogb.c28 int ilogb(double x) in ilogb() function
/aosp12/frameworks/rs/driver/runtime/
H A Drs_f16_math.c58 extern int __attribute__((overloadable)) ilogb(half x) { in ilogb() function
H A Drs_cl.c537 int __attribute__((overloadable)) ilogb(float v) { in ilogb() function
2018 extern int2 __attribute__((overloadable)) ilogb(half2 v) { in ilogb() function
2024 extern int3 __attribute__((overloadable)) ilogb(half3 v) { in ilogb() function
2031 extern int4 __attribute__((overloadable)) ilogb(half4 v) { in ilogb() function
/aosp12/bionic/tests/
H A Dmath_test.cpp1104 TEST(MATH_TEST, ilogb) { in TEST() argument