Home
last modified time | relevance | path

Searched refs:__math_xflow (Results 1 - 16 of 16) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/src/math/
H A D__math_uflow.c5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
H A D__math_oflow.c5 return __math_xflow(sign, 0x1p769); in __math_oflow()
H A D__math_xflow.c3 double __math_xflow(uint32_t sign, double y) in __math_xflow() function
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__math_uflow.c5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
H A D__math_oflow.c5 return __math_xflow(sign, 0x1p769); in __math_oflow()
H A D__math_xflow.c3 double __math_xflow(uint32_t sign, double y) in __math_xflow() function
/third_party/musl/src/math/
H A D__math_uflow.c5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
H A D__math_oflow.c5 return __math_xflow(sign, 0x1p769); in __math_oflow()
H A D__math_xflow.c3 double __math_xflow(uint32_t sign, double y) in __math_xflow() function
/third_party/musl/porting/uniproton/kernel/src/math/
H A D__math_uflow.c5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
H A D__math_oflow.c5 return __math_xflow(sign, 0x1p769); in __math_oflow()
H A D__math_xflow.c3 double __math_xflow(uint32_t sign, double y) in __math_xflow() function
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlibm.h266 hidden double __math_xflow(uint32_t, double);
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlibm.h266 hidden double __math_xflow(uint32_t, double);
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlibm.h265 hidden double __math_xflow(uint32_t, double);
/third_party/musl/src/internal/
H A Dlibm.h265 hidden double __math_xflow(uint32_t, double);

Completed in 7 milliseconds