Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 25 of 90) sorted by relevance

1234

/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Defgcvt.c115 int *sign) in fcvt()
124 int *sign) in fcvtf()
159 int *sign) in ecvt()
168 int *sign) in ecvtf()
/picolibc-3.5.0-3.4.0/newlib/libc/machine/h8500/
Ddivsi3.c18 #define divnorm(num, den, sign) \ argument
67 #define exitdiv(sign, res) if (sign) { res = - res;} return res; argument
72 int sign = 0; in __modsi3() local
97 int sign; in __divsi3() local
119 int sign; in __udivsi3() local
/picolibc-3.5.0-3.4.0/newlib/libc/machine/w65/
Ddivsi3.c18 #define divnorm(num, den, sign) \ argument
67 #define exitdiv(sign, res) if (sign) { res = - res;} return res; argument
72 int sign = 0; in __modsi3() local
97 int sign; in __divsi3() local
119 int sign; in __udivsi3() local
/picolibc-3.5.0-3.4.0/newlib/libm/common/
Dmath_err_divzero.c34 __math_divzero (uint32_t sign) in __math_divzero()
Dmath_err_may_uflow.c38 __math_may_uflow (uint32_t sign) in __math_may_uflow()
Dmath_err_oflow.c34 __math_oflow (uint32_t sign) in __math_oflow()
Dmath_err_uflow.c36 __math_uflow (uint32_t sign) in __math_uflow()
Dmath_errf_divzerof.c35 __math_divzerof (uint32_t sign) in __math_divzerof()
Dmath_errf_oflowf.c35 __math_oflowf (uint32_t sign) in __math_oflowf()
Dmath_errf_uflowf.c35 __math_uflowf (uint32_t sign) in __math_uflowf()
Dmath_errl_divzerol.c34 __math_divzerol (uint32_t sign) in __math_divzerol()
Dmath_errl_uflowl.c36 __math_uflowl (uint32_t sign) in __math_uflowl()
Dmath_errf_may_uflowf.c39 __math_may_uflowf (uint32_t sign) in __math_may_uflowf()
Dmath_errl_oflowl.c36 __math_oflowl (uint32_t sign) in __math_oflowl()
Dsf_llround.c21 __int32_t sign; in llroundf() local
Dsf_lround.c19 __int32_t sign; in lroundf() local
Dfrexpl.c44 __uint32_t sign:1; member
47 __uint32_t sign:1; member
54 __uint32_t sign:1; member
70 __uint32_t sign:1; member
75 __uint32_t sign:1; member
81 __uint32_t sign:1; member
100 __uint32_t sign:1; member
107 __uint32_t sign:1; member
130 __uint32_t sign:1; member
134 __uint32_t sign:1; member
[all …]
Dsinf.c77 int sign = xi >> 31; in sinf() local
Ds_llround.c20 __int32_t sign, exponent_less_1023; in llround64() local
Ds_lround.c58 __int32_t sign, exponent_less_1023; in lround64() local
/picolibc-3.5.0-3.4.0/newlib/libm/machine/spu/headers/
Drint.h44 vec_ullong2 sign = VEC_SPLAT_U64(0x8000000000000000ULL); in _rint() local
Dlrint.h44 vec_int4 out, sign; in _lrint() local
/picolibc-3.5.0-3.4.0/newlib/libc/tinystdio/
Decvt.c48 int *sign) in ecvt()
Decvtf.c48 int *sign) in ecvtf()
/picolibc-3.5.0-3.4.0/test/
Dtest-efcvt.c45 int sign; member
57 #define ecvt_r(n, dig, dec, sign, buf, len) (ecvtbuf(n, dig, dec, sign, buf) ? 0 : -1) argument
58 #define fcvt_r(n, dig, dec, sign, buf, len) (fcvtbuf(n, dig, dec, sign, buf) ? 0 : -1) argument
59 #define ecvtf_r(n, dig, dec, sign, buf, len) (ecvtbuf(n, dig, dec, sign, buf) ? 0 : -1) argument
60 #define fcvtf_r(n, dig, dec, sign, buf, len) (fcvtbuf(n, dig, dec, sign, buf) ? 0 : -1) argument

1234