Searched refs:sign (Results 1 - 25 of 362) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/include/
H A Dfpmath.h46 unsigned int sign :1; member in struct:IEEEf2bits::__anon134
48 unsigned int sign :1;
67 unsigned int sign :1; member in struct:IEEEd2bits::__anon135
72 unsigned int sign :1;
/freebsd-current/lib/msun/src/
H A Ds_signbit.c39 return (u.bits.sign);
48 return (u.bits.sign);
57 return (u.bits.sign);
H A Ds_fabsl.c41 u.bits.sign = 0;
H A Ds_copysignl.c40 ux.bits.sign = uy.bits.sign;
H A Ds_rintl.c58 int ex, sign; local
69 sign = expsign >> 15;
78 x += shift[sign];
79 x -= shift[sign];
82 * If the result is +-0, then it must have the same sign as x, but
83 * the above calculation doesn't always give this. Fix up the sign.
86 return (zero[sign]);
H A Ds_cbrtf.c33 u_int32_t sign; local
37 sign=hx&0x80000000; /* sign= sign(x) */
38 hx ^=sign;
48 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
50 SET_FLOAT_WORD(t,sign|(hx/3+B1));
H A Ds_fminf.c55 if (u[0].bits.sign != u[1].bits.sign)
56 return (u[u[1].bits.sign].f);
H A Ds_fmaxf.c55 if (u[0].bits.sign != u[1].bits.sign)
56 return (u[u[0].bits.sign].f);
H A Ds_fminl.c50 if (u[0].bits.sign != u[1].bits.sign)
51 return (u[1].bits.sign ? y : x);
H A Ds_fmaxl.c50 if (u[0].bits.sign != u[1].bits.sign)
51 return (u[0].bits.sign ? y : x);
H A De_sqrt.c101 int32_t sign = (int)0x80000000; local
114 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
133 ix0 += ix0 + ((ix1&sign)>>31);
139 ix0 += ix0 + ((ix1&sign)>>31);
151 ix0 += ix0 + ((ix1&sign)>>31);
156 r = sign;
162 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
168 ix0 += ix0 + ((ix1&sign)>>3
[all...]
/freebsd-current/crypto/openssh/regress/unittests/authopt/testdata/
H A Dmktestdata.sh12 sign() { function
21 sign all_permit.cert -Opermit-agent-forwarding -Opermit-port-forwarding \
23 sign no_permit.cert -Oclear
25 sign no_agentfwd.cert -Ono-agent-forwarding
26 sign no_portfwd.cert -Ono-port-forwarding
27 sign no_pty.cert -Ono-pty
28 sign no_user_rc.cert -Ono-user-rc
29 sign no_x11fwd.cert -Ono-X11-forwarding
31 sign only_agentfwd.cert -Oclear -Opermit-agent-forwarding
32 sign only_portfw
[all...]
/freebsd-current/contrib/arm-optimized-routines/math/
H A Dmath_errf.c26 xflowf (uint32_t sign, float y) argument
28 y = eval_as_float (opt_barrier_float (sign ? -y : y) * y);
33 __math_uflowf (uint32_t sign) argument
35 return xflowf (sign, 0x1p-95f);
42 __math_may_uflowf (uint32_t sign) argument
44 return xflowf (sign, 0x1.4p-75f);
49 __math_oflowf (uint32_t sign) argument
51 return xflowf (sign, 0x1p97f);
55 __math_divzerof (uint32_t sign) argument
57 float y = opt_barrier_float (sign
[all...]
H A Dmath_err.c26 xflow (uint32_t sign, double y) argument
28 y = eval_as_double (opt_barrier_double (sign ? -y : y) * y);
33 __math_uflow (uint32_t sign) argument
35 return xflow (sign, 0x1p-767);
42 __math_may_uflow (uint32_t sign) argument
44 return xflow (sign, 0x1.8p-538);
49 __math_oflow (uint32_t sign) argument
51 return xflow (sign, 0x1p769);
55 __math_divzero (uint32_t sign) argument
57 double y = opt_barrier_double (sign
[all...]
/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dmath_errf.c26 xflowf (uint32_t sign, float y) argument
28 y = eval_as_float (opt_barrier_float (sign ? -y : y) * y);
33 __math_uflowf (uint32_t sign) argument
35 return xflowf (sign, 0x1p-95f);
41 __math_may_uflowf (uint32_t sign) argument
43 return xflowf (sign, 0x1.4p-75f);
47 __math_oflowf (uint32_t sign) argument
49 return xflowf (sign, 0x1p97f);
53 __math_divzerof (uint32_t sign) argument
55 float y = opt_barrier_float (sign
[all...]
H A Dmath_err.c26 xflow (uint32_t sign, double y) argument
28 y = eval_as_double (opt_barrier_double (sign ? -y : y) * y);
33 __math_uflow (uint32_t sign) argument
35 return xflow (sign, 0x1p-767);
41 __math_may_uflow (uint32_t sign) argument
43 return xflow (sign, 0x1.8p-538);
47 __math_oflow (uint32_t sign) argument
49 return xflow (sign, 0x1p769);
53 __math_divzero (uint32_t sign) argument
55 double y = opt_barrier_double (sign
[all...]
/freebsd-current/lib/libc/powerpc/
H A D_fpmath.h36 unsigned int sign :1; member in struct:IEEEl2bits::__anon184
38 unsigned int sign :1;
/freebsd-current/lib/libc/powerpc64/
H A D_fpmath.h36 unsigned int sign :1; member in struct:IEEEl2bits::__anon191
38 unsigned int sign :1;
/freebsd-current/lib/libc/powerpcspe/
H A D_fpmath.h36 unsigned int sign :1; member in struct:IEEEl2bits::__anon1
38 unsigned int sign :1;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatditf.c27 // All other cases begin by extracting the sign and absolute value of a
28 rep_t sign = 0;
31 sign = signBit;
45 // Insert the sign bit and return
46 return fromRep(result | sign);
H A Dfloatsidf.c28 // All other cases begin by extracting the sign and absolute value of a
29 rep_t sign = 0;
32 sign = signBit;
48 // Insert the sign bit and return
49 return fromRep(result | sign);
H A Dfloatsitf.c27 // All other cases begin by extracting the sign and absolute value of a
28 rep_t sign = 0;
31 sign = signBit;
45 // Insert the sign bit and return
46 return fromRep(result | sign);
/freebsd-current/contrib/gdtoa/
H A Dg_dfmt.c43 ULong bits[2], *L, sign; local
57 sign = L[_0] & 0x80000000L;
66 if (sign)
70 if (L[_1] == 0 && (L[_0] ^ sign) == 0 /*d == 0.*/) {
91 if (sign)
94 return g__fmt(buf, s, se, decpt, sign, bufsize);
/freebsd-current/sys/powerpc/fpu/
H A Dfpu_implode.c155 * to the sign of the overflowing result. If false, overflow is to go
159 toinf(struct fpemu *fe, int sign) argument
175 inf = sign == 0;
179 inf = sign;
197 int sign, exp; local
199 sign = fp->fp_sign;
221 if (i >= ((u_int)0x80000000 + sign))
223 return (sign ? -i : i);
230 return (0x7fffffff + sign);
243 int sign, ex local
287 u_int sign = fp->fp_sign << 31; local
368 u_int sign = fp->fp_sign << 31; local
[all...]
/freebsd-current/crypto/openssl/crypto/asn1/
H A Dx_long.c89 unsigned long utmp, sign; local
101 sign = 0xff;
104 sign = 0;
119 *cont++ = (unsigned char)sign;
121 cont[i] = (unsigned char)(utmp ^ sign);
133 unsigned long utmp = 0, sign = 0x100; local
145 sign = 0xff;
150 sign = 0;
159 if (sign == 0x100) {
162 sign
[all...]

Completed in 224 milliseconds

1234567891011>>