/src/sys/dev/raidframe/ |
rf_utils.c | 114 int val = 0, negate = 0; local in function:rf_atoi 117 negate = 1; 122 return ((negate) ? -val : val);
|
/src/usr.bin/sort/ |
fields.c | 260 u_char negate; local in function:number 263 negate = 0xff; 265 negate = 0; 276 negate ^= 0xff; 313 *pos++ = negate ^ exponent; 329 *pos++ = negate ^ (t + 0xc0); 332 *pos++ = negate ^ (exponent >> (c * 8)); 360 *pos++ = negate ^ (val + 0x40); 366 *last_nz_pos++ = negate;
|
/src/lib/libc/arch/mips/gen/ |
modf.S | 65 bc1f 2f # No -> will have to negate result 69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
|
ldexp.S | 176 neg.d $f0, $f0 # negate result 195 neg.d $f0, $f0 # negate result 202 neg.d $f0, $f0 # negate result
|
/src/lib/libc/gen/ |
fnmatch.c | 76 int negate, ok, need; local in function:rangematch 88 if ((negate = (*pattern == '!' || *pattern == '^')) != 0) 113 return ok == negate ? NULL : pattern;
|
/src/sys/lib/libkern/arch/m68k/ |
divsi3.S | 68 .Lret: negl %d0 | negate quotient
|
modsi3.S | 73 negl %d1 | negate modulus
|
/src/usr.bin/dc/ |
bcode.h | 94 void negate(struct number *);
|
inout.c | 229 negate(n);
|
bcode.c | 434 negate(struct number *n) function in typeref:typename:void 1199 negate(p);
|
/src/bin/sh/ |
parser.c | 292 int negate; local in function:pipeline 296 negate = 0; 301 if (posix && negate) 304 negate++; 325 if (negate) { 327 (negate&1) ? "" : "double ")); 329 n2->type = (negate & 1) ? NNOT : NDNOT; 347 int negate = 0; local in function:command 368 negate++; 606 if (negate) { 629 int negate = 0; local in function:simplecmd [all...] |
/src/sys/arch/hppa/stand/common/ |
milli_tiny.S | 47 subt,= %r0,%r25,%r1 ; trap divide by 0, negate 91 subt,= %r0,%r25,%r1 ; trap divide by 0, negate
|
/src/sys/net/ |
bpfjit.c | 1640 jmp_to_cond(const struct bpf_insn *pc, bool negate, int *res) 1651 *res |= negate ? SLJIT_LESS_EQUAL : SLJIT_GREATER; 1654 *res |= negate ? SLJIT_LESS : SLJIT_GREATER_EQUAL; 1657 *res |= negate ? SLJIT_NOT_EQUAL : SLJIT_EQUAL; 1660 *res |= negate ? SLJIT_EQUAL : SLJIT_NOT_EQUAL; 1713 int branching, negate; local in function:generate_insn_code 2015 negate = (jt == 0) ? 1 : 0; 2021 if (!jmp_to_cond(pc, negate, &cond)) 2035 if (!jmp_to_cond(pc, negate, &cond)) 2044 BJ_ASSERT(jtf[negate].sjump == NULL) [all...] |
/src/usr.bin/make/ |
cond.c | 908 bool (*evalBare)(const char *), bool negate, 919 par.negateEvalBare = negate; 1040 bool negate; local in function:Cond_EvalLine 1113 if (!DetermineKindOfConditional(&p, &plain, &evalBare, &negate)) 1153 res = CondEvalExpression(p, plain, evalBare, negate, true, false);
|
/src/bin/pax/ |
pat_rep.c | 598 int negate; local in function:range_match 601 if ((negate = (*pattern == '!')) != 0) 619 return (ok == negate ? NULL : pattern);
|
/src/sys/arch/hppa/spmath/ |
impys.S | 220 b signs ; negate product (if needed) 297 signs: sub 0,pl,pl ; negate product if sign
|
/src/sys/lib/libkern/arch/hppa/ |
milli.S | 480 sub r0,arg1,temp ; clear carry, negate the divisor 965 sub r0,arg1,rmndr ; clear carry, negate the divisor 1066 sub,> 0,%r25,%r1 ; otherwise negate both and 1699 ; negate the divisor
|
/src/sys/arch/m68k/060sp/dist/ |
isp.s | 2630 # -negate all bits and add 1 2632 not.l %d3 # negate lo(result) bits 2633 not.l %d4 # negate hi(result) bits
|
pfpsp.s | 9284 # NEGATE SIGN : norms and denorms ONLY! 9298 eori.w &0x8000,%d0 # negate sign 9319 eori.w &0x8000,%d0 # negate sign 9420 eori.b &0x80,FP_SCR0_EX(%a6) # negate sign 13083 beq.b e_pos # don't negate if pos 13084 neg.l %d1 # negate before subtracting 13156 fneg.x %fp0 # if set, negate fp0
|
fpsp.s | 12852 # NEGATE SIGN : norms and denorms ONLY! 12866 eori.w &0x8000,%d0 # negate sign 12887 eori.w &0x8000,%d0 # negate sign 12988 eori.b &0x80,FP_SCR0_EX(%a6) # negate sign 23122 beq.b e_pos # don't negate if pos 23123 neg.l %d1 # negate before subtracting 23195 fneg.x %fp0 # if set, negate fp0
|
/src/sys/arch/vax/vax/ |
emulate.S | 1122 Lcvtpl_neg: # source was negative - negate destination
|
/src/sys/arch/mips/mips/ |
fp.S | 875 xor ta0, ta0, 1 # negate FT sign bit 991 xor ta0, ta0, 1 # negate sign bit 1678 * Single precision negate. 1686 * Double precision negate. 2125 not t3 # negate t1,t3 2132 not ta3 # negate ta1,ta3
|