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

12345678910

/freebsd-9.3-release/crypto/openssl/demos/sign/
H A DMakefile4 EXAMPLES=sign
8 sign: sign.o
9 $(CC) -o sign sign.o $(LIBS)
15 ./sign
/freebsd-9.3-release/lib/libc/include/
H A Dfpmath.h43 unsigned int sign :1; member in struct:IEEEf2bits::__anon5056
45 unsigned int sign :1;
64 unsigned int sign :1; member in struct:IEEEd2bits::__anon5057
69 unsigned int sign :1;
/freebsd-9.3-release/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_cbrtf.c36 u_int32_t sign; local
40 sign=hx&0x80000000; /* sign= sign(x) */
41 hx ^=sign;
51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
53 SET_FLOAT_WORD(t,sign|(hx/3+B1));
H A Ds_rintl.c59 int ex, sign; local
70 sign = expsign >> 15;
79 x += shift[sign];
80 x -= shift[sign];
83 * If the result is +-0, then it must have the same sign as x, but
84 * the above calculation doesn't always give this. Fix up the sign.
87 return (zero[sign]);
H A Ds_fmax.c49 if (u[0].bits.sign != u[1].bits.sign)
50 return (u[u[0].bits.sign].d);
H A Ds_fmaxf.c49 if (u[0].bits.sign != u[1].bits.sign)
50 return (u[u[0].bits.sign].f);
H A Ds_fmaxl.c51 if (u[0].bits.sign != u[1].bits.sign)
52 return (u[0].bits.sign ? y : x);
H A Ds_fmin.c49 if (u[0].bits.sign != u[1].bits.sign)
50 return (u[u[1].bits.sign].d);
H A Ds_fminf.c49 if (u[0].bits.sign != u[1].bits.sign)
50 return (u[u[1].bits.sign].f);
H A Ds_fminl.c51 if (u[0].bits.sign != u[1].bits.sign)
52 return (u[1].bits.sign ? y : x);
H A De_sqrt.c98 int32_t sign = (int)0x80000000; local
111 if(((ix0&(~sign))|ix1)==0) return x;/* sqrt(+-0) = +-0 */
130 ix0 += ix0 + ((ix1&sign)>>31);
136 ix0 += ix0 + ((ix1&sign)>>31);
148 ix0 += ix0 + ((ix1&sign)>>31);
153 r = sign;
159 if(((t1&sign)==sign)&&(s1&sign)==0) s0 += 1;
165 ix0 += ix0 + ((ix1&sign)>>3
[all...]
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dcopysign.c10 unsigned int sign : 1; member in struct:__anon769::__anon770
20 unsigned int sign : 1; member in struct:__anon769::__anon771
55 unsigned int sign : 1; member in struct:__anon773::__anon774
70 unsigned int sign : 1; member in struct:__anon773::__anon775
90 unsigned int sign : 1; member in struct:__anon777::__anon778
97 unsigned int sign:1; member in struct:__anon777::__anon779
117 unsigned int sign : 1; member in struct:__anon780::__anon781
125 unsigned int sign:1; member in struct:__anon780::__anon782
140 a.number.sign =b.number.sign;
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dcopysign.c10 unsigned int sign : 1; member in struct:__anon1294::__anon1295
20 unsigned int sign : 1; member in struct:__anon1294::__anon1296
55 unsigned int sign : 1; member in struct:__anon1298::__anon1299
70 unsigned int sign : 1; member in struct:__anon1298::__anon1300
90 unsigned int sign : 1; member in struct:__anon1302::__anon1303
97 unsigned int sign:1; member in struct:__anon1302::__anon1304
117 unsigned int sign : 1; member in struct:__anon1305::__anon1306
125 unsigned int sign:1; member in struct:__anon1305::__anon1307
140 a.number.sign =b.number.sign;
[all...]
/freebsd-9.3-release/contrib/tzdata/
H A Dleapseconds.awk57 sign = "23:59:60\t+"
59 sign = "23:59:59\t-"
69 printf "Leap\t%s\t%s\t%s\t%s\tS\n", year, month, day, sign
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dfixdfsi.c25 // Break a into sign, exponent, significand
28 const int sign = aRep & signBit ? -1 : 1; local
34 return sign * (significand >> (significandBits - exponent));
47 return sign * (significand << (exponent - significandBits));
H A Dfixsfsi.c23 // Break a into sign, exponent, significand
26 const int sign = aRep & signBit ? -1 : 1; local
32 return sign * (significand >> (significandBits - exponent));
45 return sign * (significand << (exponent - significandBits));
H A Dfloatsidf.c31 // All other cases begin by extracting the sign and absolute value of a
32 rep_t sign = 0;
34 sign = signBit;
50 // Insert the sign bit and return
51 return fromRep(result | sign);
/freebsd-9.3-release/lib/libc/mips/
H A D_fpmath.h36 unsigned int sign :1; member in struct:IEEEl2bits::__anon5097
38 unsigned int sign :1;
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_implode.c159 * to the sign of the overflowing result. If false, overflow is to go
163 toinf(struct fpemu *fe, int sign) argument
179 inf = sign == 0;
183 inf = sign;
201 int sign, exp; local
203 sign = fp->fp_sign;
225 if (i >= ((u_int)0x80000000 + sign))
227 return (sign ? -i : i);
234 return (0x7fffffff + sign);
250 int sign, ex local
302 u_int sign = fp->fp_sign << 31; local
390 u_int sign = fp->fp_sign << 31; local
452 u_int sign = fp->fp_sign << 31; local
[all...]
/freebsd-9.3-release/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);
H A Dg_xLfmt.c59 ULong bits[2], *L, sign; local
73 sign = L[_0] & 0x80000000L;
83 if (sign)
97 if (sign)
112 return g__fmt(buf, s, se, decpt, sign, bufsize);
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_implode.c160 * to the sign of the overflowing result. If false, overflow is to go
164 toinf(struct fpemu *fe, int sign) argument
181 inf = sign == 0;
185 inf = sign;
203 int sign, exp; local
205 sign = fp->fp_sign;
228 if (i >= ((u_int)0x80000000 + sign))
230 return (sign ? -i : i);
237 return (0x7fffffff + sign);
250 int sign, ex local
295 u_int sign = fp->fp_sign << 31; local
376 u_int sign = fp->fp_sign << 31; local
[all...]

Completed in 159 milliseconds

12345678910