Searched refs:sign (Results 451 - 475 of 1248) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc/dist/libgcc/soft-fp/
H A Dop-1.h104 X##_s = _FP_UNPACK_RAW_1_flo.bits.sign; \
116 X##_s = _FP_UNPACK_RAW_1_P_flo->bits.sign; \
129 _FP_PACK_RAW_1_flo.bits.sign = X##_s; \
143 _FP_PACK_RAW_1_P_flo->bits.sign = X##_s; \
/netbsd-current/external/mit/xorg/lib/libXrandr/
H A DMakefile28 CWARNFLAGS.clang+= -Wno-pointer-sign
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Daddr2line.c318 bfd_vma sign = (bfd_vma) 1 << (bed->s->arch_size - 1);
320 pc &= (sign << 1) - 1;
322 pc = (pc ^ sign) - sign;
315 bfd_vma sign = (bfd_vma) 1 << (bed->s->arch_size - 1); local
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dfp-bit.h325 unsigned char sign; member in struct:__anon1272
329 unsigned int sign;
356 unsigned int sign:1 __attribute__ ((packed)); member in struct:__anon1274::__anon1275
366 unsigned int sign:1 __attribute__ ((packed)); member in struct:__anon1274::__anon1276
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/soft-fp/
H A Ddouble.h82 unsigned sign : 1; member in struct:_FP_UNION_D::_FP_STRUCT_LAYOUT
90 unsigned sign : 1;
205 unsigned sign : 1; member in struct:_FP_UNION_D::_FP_STRUCT_LAYOUT
211 unsigned sign : 1;
H A Dop-1.h104 X##_s = _FP_UNPACK_RAW_1_flo.bits.sign; \
116 X##_s = _FP_UNPACK_RAW_1_P_flo->bits.sign; \
129 _FP_PACK_RAW_1_flo.bits.sign = X##_s; \
143 _FP_PACK_RAW_1_P_flo->bits.sign = X##_s; \
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dgamma.c206 int sign = MPFR_SIGN (x); /* retrieve sign before possible override */ local
216 MPFR_IS_POS_SIGN (sign) &&
217 MPFR_IS_LIKE_RNDD (rnd_mode, sign) &&
224 if (rnd_mode == MPFR_RNDN || MPFR_IS_LIKE_RNDU (rnd_mode, sign))
383 if (underflow) /* the sign is the opposite of that of sin(Pi*(2-x)) */
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Daddr2line.c255 bfd_vma sign = (bfd_vma) 1 << (bed->s->arch_size - 1);
257 pc &= (sign << 1) - 1;
259 pc = (pc ^ sign) - sign;
252 bfd_vma sign = (bfd_vma) 1 << (bed->s->arch_size - 1); local
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dcp1.c56 s = 1bit = sign
62 s = 1bit = sign
67 s = 1bit = sign
73 s = 1bit = sign
79 s = 1bit = sign
1182 f->sign = l->sign;
1188 f->sign = l->sign;
1201 f->sign
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/ec/
H A Dec_kmeth.c207 int (*sign)(int type, const unsigned char *dgst,
220 meth->sign = sign;
296 *psign = meth->sign;
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlocation.h31 /* No sign */
34 /* A plus sign ("+") */
37 /* A minus sign ("-") */
40 /* A special "sign" for unspecified offset. */
48 /* Line offset and any specified sign. */
50 enum offset_relative_sign sign; member in struct:line_offset
/netbsd-current/external/bsd/ppp/usr.sbin/pppd/
H A DMakefile37 COPTS.${f}.c+= -Wno-pointer-sign
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/ec/
H A Dec_kmeth.c234 int (*sign)(int type, const unsigned char *dgst,
247 meth->sign = sign;
323 *psign = meth->sign;
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dfp-bit.h325 unsigned char sign; member in struct:__anon1536
329 unsigned int sign;
356 unsigned int sign:1 __attribute__ ((packed)); member in struct:__anon1538::__anon1539
366 unsigned int sign:1 __attribute__ ((packed)); member in struct:__anon1538::__anon1540
/netbsd-current/sbin/fsdb/
H A DMakefile35 COPTS.${f}.c+= -Wno-pointer-sign
/netbsd-current/tests/lib/libpthread/
H A DMakefile58 COPTS.h_thread_local_dtor.cpp+= ${${ACTIVE_CC} == "gcc" :? -Wno-ctor-dtor-privacy -Wno-sign-compare -Wno-shadow :}
/netbsd-current/external/mit/isl/dist/
H A Disl_imath.c8 if (v->sign == 1)
/netbsd-current/usr.sbin/fstyp/
H A DMakefile18 COPTS.zfs.c+= -Wno-sign-conversion
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Daddr2line.c318 bfd_vma sign = (bfd_vma) 1 << (bed->s->arch_size - 1);
320 pc &= (sign << 1) - 1;
322 pc = (pc ^ sign) - sign;
315 bfd_vma sign = (bfd_vma) 1 << (bed->s->arch_size - 1); local
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/
H A Dlib1funcs.S281 ;; Store B0 * sign of A
287 ;; Skip sign-extension of A if A >= 0
407 ;; compared to a sign-extended A.
1132 ;; T = sign (A)
1152 ;; Sign-extend A. T holds the sign of A
1197 ;; B needs sign-extension
1366 bst r_arg1,7 ; store sign of dividend
1368 eor __tmp_reg__,r_arg2; r0.7 is sign of result
1375 neg r_rem ; correct remainder sign
1378 neg r_arg1 ; correct result sign
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/
H A Dlib1funcs.S281 ;; Store B0 * sign of A
287 ;; Skip sign-extension of A if A >= 0
407 ;; compared to a sign-extended A.
1132 ;; T = sign (A)
1152 ;; Sign-extend A. T holds the sign of A
1197 ;; B needs sign-extension
1366 bst r_arg1,7 ; store sign of dividend
1368 eor __tmp_reg__,r_arg2; r0.7 is sign of result
1375 neg r_rem ; correct remainder sign
1378 neg r_arg1 ; correct result sign
[all...]
/netbsd-current/sys/arch/x68k/stand/common/
H A Dxprintf.c55 static char * numstr(char *buf, long val, int base, int sign);
62 numstr(char *buf, long val, int base, int sign) argument
69 if (sign && val < 0) {
/netbsd-current/external/gpl3/gcc/dist/libquadmath/math/
H A Dtgammaq.c25 int sign; local
27 ret = __quadmath_gammaq_r (x, &sign);
28 return sign < 0 ? -ret : ret;
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dtgammaq.c25 int sign; local
27 ret = __quadmath_gammaq_r (x, &sign);
28 return sign < 0 ? -ret : ret;
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
H A Dnouveau_dispnv50_base907c.c99 bool sign = in & BIT_ULL(63); local
104 return (1 << 18) - (sign ? 0 : 1);
107 if (sign)

Completed in 686 milliseconds

<<11121314151617181920>>