Searched refs:__math_xflowf (Results 1 - 16 of 16) sorted by relevance
/third_party/musl/porting/liteos_m/kernel/src/math/ |
H A D | __math_uflowf.c | 5 return __math_xflowf(sign, 0x1p-95f); in __math_uflowf()
|
H A D | __math_oflowf.c | 5 return __math_xflowf(sign, 0x1p97f); in __math_oflowf()
|
H A D | __math_xflowf.c | 3 float __math_xflowf(uint32_t sign, float y) in __math_xflowf() function
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | __math_uflowf.c | 5 return __math_xflowf(sign, 0x1p-95f); in __math_uflowf()
|
H A D | __math_oflowf.c | 5 return __math_xflowf(sign, 0x1p97f); in __math_oflowf()
|
H A D | __math_xflowf.c | 3 float __math_xflowf(uint32_t sign, float y) in __math_xflowf() function
|
/third_party/musl/src/math/ |
H A D | __math_uflowf.c | 5 return __math_xflowf(sign, 0x1p-95f); in __math_uflowf()
|
H A D | __math_oflowf.c | 5 return __math_xflowf(sign, 0x1p97f); in __math_oflowf()
|
H A D | __math_xflowf.c | 3 float __math_xflowf(uint32_t sign, float y) in __math_xflowf() function
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
H A D | __math_uflowf.c | 5 return __math_xflowf(sign, 0x1p-95f); in __math_uflowf()
|
H A D | __math_oflowf.c | 5 return __math_xflowf(sign, 0x1p97f); in __math_oflowf()
|
H A D | __math_xflowf.c | 3 float __math_xflowf(uint32_t sign, float y) in __math_xflowf() function
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | libm.h | 261 hidden float __math_xflowf(uint32_t, float);
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | libm.h | 261 hidden float __math_xflowf(uint32_t, float);
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | libm.h | 260 hidden float __math_xflowf(uint32_t, float);
|
/third_party/musl/src/internal/ |
H A D | libm.h | 260 hidden float __math_xflowf(uint32_t, float);
|
Completed in 4 milliseconds