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.c | 5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
|
H A D | __math_oflow.c | 5 return __math_xflow(sign, 0x1p769); in __math_oflow()
|
H A D | __math_xflow.c | 3 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.c | 5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
|
H A D | __math_oflow.c | 5 return __math_xflow(sign, 0x1p769); in __math_oflow()
|
H A D | __math_xflow.c | 3 double __math_xflow(uint32_t sign, double y) in __math_xflow() function
|
/third_party/musl/src/math/ |
H A D | __math_uflow.c | 5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
|
H A D | __math_oflow.c | 5 return __math_xflow(sign, 0x1p769); in __math_oflow()
|
H A D | __math_xflow.c | 3 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.c | 5 return __math_xflow(sign, 0x1p-767); in __math_uflow()
|
H A D | __math_oflow.c | 5 return __math_xflow(sign, 0x1p769); in __math_oflow()
|
H A D | __math_xflow.c | 3 double __math_xflow(uint32_t sign, double y) in __math_xflow() function
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | libm.h | 266 hidden double __math_xflow(uint32_t, double);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | libm.h | 266 hidden double __math_xflow(uint32_t, double);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | libm.h | 265 hidden double __math_xflow(uint32_t, double);
|
/third_party/musl/src/internal/ |
H A D | libm.h | 265 hidden double __math_xflow(uint32_t, double);
|
Completed in 7 milliseconds