Home
last modified time | relevance | path

Searched defs:sign (Results 26 - 50 of 765) sorted by relevance

12345678910>>...31

/third_party/musl/src/math/
H A D__math_uflowf.c3 float __math_uflowf(uint32_t sign) in __math_uflowf() argument
H A D__math_oflowf.c3 float __math_oflowf(uint32_t sign) in __math_oflowf() argument
H A D__math_uflow.c3 double __math_uflow(uint32_t sign) in __math_uflow() argument
H A D__math_oflow.c3 double __math_oflow(uint32_t sign) in __math_oflow() argument
H A Dasinl.c39 int sign = u.i.se >> 15; in asinl() local
H A Dtanhl.c13 unsigned sign = u.i.se & 0x8000; in tanhl() local
H A D__expo2f.c8 float __expo2f(float x, float sign) in __expo2f() argument
H A D__expo2.c8 double __expo2(double x, double sign) in __expo2() argument
/third_party/musl/porting/liteos_a/kernel/src/math/
H A Dtanh.c11 int sign; in tanh() local
H A Dtanhf.c7 int sign; in tanhf() local
H A D__expo2f.c8 float __expo2f(float x, float sign) in __expo2f() argument
H A D__expo2.c8 double __expo2(double x, double sign) in __expo2() argument
H A Dasinl.c39 int sign = u.i.se >> 15; in asinl() local
H A Dtanhl.c13 unsigned sign = u.i.se & 0x8000; in tanhl() local
H A Dsinf.c30 int n, sign; in sinf() local
/third_party/musl/porting/uniproton/kernel/src/math/
H A D__math_divzerof.c3 float __math_divzerof(uint32_t sign) in __math_divzerof() argument
H A D__math_divzero.c3 double __math_divzero(uint32_t sign) in __math_divzero() argument
H A D__math_uflowf.c3 float __math_uflowf(uint32_t sign) in __math_uflowf() argument
H A D__math_oflowf.c3 float __math_oflowf(uint32_t sign) in __math_oflowf() argument
H A D__math_uflow.c3 double __math_uflow(uint32_t sign) in __math_uflow() argument
H A D__math_oflow.c3 double __math_oflow(uint32_t sign) in __math_oflow() argument
/third_party/optimized-routines/math/
H A Dcosf.c49 int sign = xi >> 31; in cosf() local
H A Dsinf.c53 int sign = xi >> 31; in sinf() local
/third_party/jerryscript/jerry-libm/
H A Dcbrt.c47 unsigned int sign; in cbrt() local
/third_party/ffmpeg/libavformat/
H A Davr.c42 uint16_t chan, sign, bps; in avr_read_header() local

Completed in 4 milliseconds

12345678910>>...31