| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/i386/ |
| floatundisf.S | 63 sticky: label 72 #define STICKY sticky-0b(%ecx,%eax,8) 87 movsd STICKY, %xmm1 // (big input) ? 0xfff : 0
|
| /src/sys/arch/m68k/fpe/ |
| fpu_mul.c | 68 * sticky |= A & 1, A >>= 1; 93 * part of the loop---setting sticky, shifting A, and not adding---will 104 int sticky; local 146 sticky = a2 = a1 = a0 = 0; 153 #define SHR1 /* A >>= 1, with sticky */ \ 154 sticky |= a2 & 1, \ 157 #define SHR32 /* A >>= 32, with sticky */ \ 158 sticky |= a2, a2 = a1, a1 = a0, a0 = 0 205 x->fp_sticky = sticky;
|
| /src/sys/arch/powerpc/fpu/ |
| fpu_mul.c | 72 * sticky |= A & 1, A >>= 1; 99 * part of the loop---setting sticky, shifting A, and not adding---will 110 int sticky; local 167 sticky = a3 = a2 = a1 = a0 = 0; 175 #define SHR1 /* A >>= 1, with sticky */ \ 176 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \ 179 #define SHR32 /* A >>= 32, with sticky */ \ 180 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0 235 x->fp_sticky = sticky;
|
| /src/sys/arch/sparc/fpu/ |
| fpu_mul.c | 68 * sticky |= A & 1, A >>= 1; 95 * part of the loop---setting sticky, shifting A, and not adding---will 106 int sticky; local 150 sticky = a3 = a2 = a1 = a0 = 0; 158 #define SHR1 /* A >>= 1, with sticky */ \ 159 sticky |= a3 & 1, a3 = (a3 >> 1) | (a2 << 31), \ 162 #define SHR32 /* A >>= 32, with sticky */ \ 163 sticky |= a3, a3 = a2, a2 = a1, a1 = a0, a0 = 0 218 x->fp_sticky = sticky;
|
| /src/external/gpl3/gcc/dist/libgfortran/config/ |
| fpu-sysv.h | 389 FP_EXCEPT_TYPE sticky; member in struct:__anon14373 405 state->sticky = fpgetsticky (); 415 FPSETSTICKY (state->sticky);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/config/ |
| fpu-sysv.h | 386 FP_EXCEPT_TYPE sticky; member in struct:__anon16776 402 state->sticky = fpgetsticky (); 412 FPSETSTICKY (state->sticky);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| sqrt.c | 99 sb = 1; /* when we can round correctly with the approximation, the sticky bit 273 and the sticky bit is always 1, unless we had rb = sb = 0. */ 511 mp_limb_t sticky; local 630 sticky = sticky0 || tsize != 0; 637 sticky = sticky || sticky1; 642 sticky == MPFR_LIMB_ZERO) 644 inexact = (sticky == MPFR_LIMB_ZERO) ? 0 : -1; 650 and the sticky bit is formed by the low sh-1 bits from 667 the sticky bit * [all...] |
| div.c | 565 quotient), and sb the sticky bit */ 761 mp_limb_t sticky; local 1030 sticky bits */ 1120 sticky = sticky_u | sticky_v; 1122 /* now sticky is non-zero iff one of the following holds: 1142 inex = (sticky != MPFR_LIMB_ZERO) || (sticky3 != MPFR_LIMB_ZERO); 1154 sticky = (sticky3 ^ round_bit) | sticky_u; 1157 sticky = (inex == 0) ? MPFR_LIMB_ZERO : MPFR_LIMB_ONE; 1159 sticky = MPFR_LIMB_ONE; 1184 sticky = sticky3 [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_lib.h | 254 const bool sticky = *lo << (typeWidth - count); local 255 *lo = *hi << (typeWidth - count) | *lo >> count | sticky; 259 const bool sticky = *hi << (2*typeWidth - count) | *lo; local 260 *lo = *hi >> (count - typeWidth) | sticky; 263 const bool sticky = *hi | *lo; local 264 *lo = sticky;
|
| /src/external/bsd/ipf/dist/tools/ |
| ipnat_y.y | 1070 rr frag age sticky mssclamp rdrproxy nattag purge 1088 sticky: | IPNY_STICKY { if (!(nat->in_flags & IPN_ROUNDR) && label 1091 "'sticky' for use with round-robin/IP splitting only\n"); 1290 { "sticky", IPNY_STICKY },
|
| /src/external/gpl3/gcc/dist/libgcc/config/m68k/ |
| fpgnulib.c | 286 int sticky; 299 sticky = dl1.l.lower & ((1 << 22) - 1); 302 sticky |= mant & ((1 << 6) - 1); 307 mant = (mant >> 1) | (mant & 1) | (!!sticky); 316 sticky |= mant; 321 sticky |= mant & ((1 << (1 - exp)) - 1); 329 if ((mant & 1) && (sticky || (mant & 2))) 285 int sticky; local
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/ |
| fpgnulib.c | 303 int sticky; 330 sticky = dl1.l.lower & ((1 << 22) - 1); 333 sticky |= mant & ((1 << 6) - 1); 341 sticky |= mant; 346 sticky |= mant & ((1 << (1 - exp)) - 1); 354 if ((mant & 1) && (sticky || (mant & 2))) 302 int sticky; local
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| ppc-dis.c | 66 capability to another cpu selection. The added flags are sticky 69 "sticky" for specific cpus, as this will prevent that cpu's flags 72 ppc_cpu_t sticky; member in struct:ppc_mopt 323 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg) 330 if (ppc_opts[i].sticky) 332 *sticky |= ppc_opts[i].sticky; 333 if ((ppc_cpu & ~*sticky) != 0) 343 sticky options. However do allow them both in ppc_cpu, so that 345 if ((ppc_opts[i].sticky & PPC_OPCODE_LSP) != 0 357 ppc_cpu_t sticky; member in struct:ppc_parse_data [all...] |
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| ppc-dis.c | 66 capability to another cpu selection. The added flags are sticky 69 "sticky" for specific cpus, as this will prevent that cpu's flags 72 ppc_cpu_t sticky; member in struct:ppc_mopt 323 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg) 330 if (ppc_opts[i].sticky) 332 *sticky |= ppc_opts[i].sticky; 333 if ((ppc_cpu & ~*sticky) != 0) 343 sticky options. However do allow them both in ppc_cpu, so that 345 if ((ppc_opts[i].sticky & PPC_OPCODE_LSP) != 0 360 ppc_cpu_t sticky = 0; local [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| ppc-dis.c | 66 capability to another cpu selection. The added flags are sticky 69 "sticky" for specific cpus, as this will prevent that cpu's flags 72 ppc_cpu_t sticky; member in struct:ppc_mopt 323 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg) 330 if (ppc_opts[i].sticky) 332 *sticky |= ppc_opts[i].sticky; 333 if ((ppc_cpu & ~*sticky) != 0) 343 sticky options. However do allow them both in ppc_cpu, so that 345 if ((ppc_opts[i].sticky & PPC_OPCODE_LSP) != 0 360 ppc_cpu_t sticky = 0; local [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| ppc-dis.c | 66 capability to another cpu selection. The added flags are sticky 69 "sticky" for specific cpus, as this will prevent that cpu's flags 72 ppc_cpu_t sticky; member in struct:ppc_mopt 323 ppc_parse_cpu (ppc_cpu_t ppc_cpu, ppc_cpu_t *sticky, const char *arg) 330 if (ppc_opts[i].sticky) 332 *sticky |= ppc_opts[i].sticky; 333 if ((ppc_cpu & ~*sticky) != 0) 343 sticky options. However do allow them both in ppc_cpu, so that 345 if ((ppc_opts[i].sticky & PPC_OPCODE_LSP) != 0 360 ppc_cpu_t sticky = 0; local [all...] |
| /src/lib/libperfuse/ |
| ops.c | 275 int sticky, owner, parent_owner; local 284 * that have the sticky bit. 292 sticky = puffs_pn_getvap(opc)->va_mode & S_ISTXT; 296 if (sticky && !owner && !parent_owner) 1129 * Check for sticky bit. Unfortunately there is no way to 1719 * Check for sticky bit on non-directory by non root user
|
| /src/external/bsd/libbind/dist/tests/ |
| dig8.c | 141 * o fixed broken -sticky -envsa -envset functions * 306 int sticky = 0; local 414 * "Sticky" requests that before current parsing args 417 if (sticky) { 418 printf(";; (using sticky settings)\n"); 465 sticky = 0; 468 sticky++; 772 * new "working" environmnet. Used in conj. with sticky.
|
| /src/external/gpl3/gcc/dist/gcc/ |
| real.cc | 173 unsigned long sticky = 0; 179 sticky |= a->sig[i]; 185 sticky |= a->sig[ofs] & (((unsigned long)1 << n) - 1); 202 return sticky != 0; 2170 /* 1 to 3 bits may have been shifted off (with a sticky bit) 2175 /* Set a sticky bit if mpfr_strtofr was inexact. */ 2783 followed by one sticky bit, followed by stuff. Fold nonzero 2784 stuff into the sticky bit. */ 2785 unsigned long sticky; 2788 sticky = 0 171 unsigned long sticky = 0; local 2780 unsigned long sticky; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| real.cc | 163 unsigned long sticky = 0; 169 sticky |= a->sig[i]; 175 sticky |= a->sig[ofs] & (((unsigned long)1 << n) - 1); 192 return sticky != 0; 2131 /* 1 to 3 bits may have been shifted off (with a sticky bit) 2136 /* Set a sticky bit if mpfr_strtofr was inexact. */ 2729 followed by one sticky bit, followed by stuff. Fold nonzero 2730 stuff into the sticky bit. */ 2731 unsigned long sticky; 2734 sticky = 0 161 unsigned long sticky = 0; local 2726 unsigned long sticky; local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-ppc.c | 174 ppc_cpu_t sticky = 0; 1169 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, arg); 1185 sticky &= ~PPC_OPCODE_VLE; 1187 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, "booke"); 1449 ppc_cpu |= ppc_parse_cpu (ppc_cpu, &sticky, "power8"); 5870 /* Not using the global "sticky" variable here results in 5886 this by keeping sticky options for an early .machine. */ 5900 sec == NULL ? &sticky : &machine_sticky, 173 ppc_cpu_t sticky = 0; variable
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-ppc.c | 187 ppc_cpu_t sticky = 0; 1190 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, arg); 1206 sticky &= ~PPC_OPCODE_VLE; 1208 new_cpu = ppc_parse_cpu (ppc_cpu, &sticky, "booke"); 1485 ppc_cpu |= ppc_parse_cpu (ppc_cpu, &sticky, "power8"); 5912 /* Not using the global "sticky" variable here results in 5928 this by keeping sticky options for an early .machine. */ 5942 sec == NULL ? &sticky : &machine_sticky, 186 ppc_cpu_t sticky = 0; variable
|