Home
last modified time | relevance | path

Searched refs:__math_xflow (Results 1 – 5 of 5) sorted by relevance

/external/musl/src/math/
D__math_oflow.c5 return __math_xflow(sign, 0x1p769); in __math_oflow()
D__math_uflow.c5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
D__math_xflow.c3 double __math_xflow(uint32_t sign, double y) in __math_xflow() function
/external/musl/src/internal/
Dlibm.h265 hidden double __math_xflow(uint32_t, double);
/external/musl/
Dsources.bp337 "src/math/__math_xflow.c",