Home
last modified time | relevance | path

Searched refs:__math_divzero (Results 1 – 23 of 23) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/math/
Dlog.c24 double __math_divzero(uint32_t sign) in __math_divzero() function
81 return __math_divzero(1); in log()
D__math_divzero.c3 double __math_divzero(uint32_t sign) in __math_divzero() function
/third_party/musl/porting/liteos_m/kernel/src/math/
Dlog.c24 double __math_divzero(uint32_t sign) in __math_divzero() function
81 return __math_divzero(1); in log()
D__math_divzero.c3 double __math_divzero(uint32_t sign) in __math_divzero() function
/third_party/musl/src/math/
D__math_divzero.c3 double __math_divzero(uint32_t sign) in __math_divzero() function
Dlog.c66 return __math_divzero(1); in log()
Dlog2.c69 return __math_divzero(1); in log2()
/third_party/musl/porting/liteos_a/kernel/src/math/
D__math_divzero.c3 double __math_divzero(uint32_t sign) in __math_divzero() function
Dlog.c66 return __math_divzero(1); in log()
Dlog2.c69 return __math_divzero(1); in log2()
/third_party/optimized-routines/math/
Dmath_err.c55 __math_divzero (uint32_t sign) in __math_divzero() function
Dlog2.c79 return __math_divzero (1); in log2()
Dlog.c103 return __math_divzero (1); in log()
Dmath_config.h271 HIDDEN double __math_divzero (uint32_t);
Dpow.c314 return __math_divzero (sign_bias); in pow()
/third_party/musl/src/internal/
Dlibm.h268 hidden double __math_divzero(uint32_t);
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h269 hidden double __math_divzero(uint32_t);
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h268 hidden double __math_divzero(uint32_t);
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h269 hidden double __math_divzero(uint32_t);
/third_party/musl/porting/uniproton/kernel/
Dmusl.gni176 "$MUSLPORTINGDIR/src/math/__math_divzero.c",
/third_party/musl/porting/liteos_m/kernel/
Dmusl.gni179 "$MUSLPORTINGDIR/src/math/__math_divzero.c",
/third_party/musl/porting/liteos_a/kernel/
Dmusl.gni63 "$MUSLPORTINGDIR/src/math/__math_divzero.c",
/third_party/musl/
Dmusl_src.gni598 "src/math/__math_divzero.c",