Home
last modified time | relevance | path

Searched refs:negative (Results 1 – 25 of 50) sorted by relevance

12

/linux-2.4.37.9/arch/sparc/lib/
Drem.S47 ! compute sign of result; if neither is negative, no problem
48 orcc %o1, %o0, %g0 ! either negative?
55 ! %o1 is definitely negative; %o0 might also be negative
56 bge 2f ! if %o0 not negative...
58 1: ! %o0 is negative, %o1 is nonnegative
205 ! remainder is negative
211 ! remainder is negative
222 ! remainder is negative
228 ! remainder is negative
244 ! remainder is negative
[all …]
Dsdiv.S47 ! compute sign of result; if neither is negative, no problem
48 orcc %o1, %o0, %g0 ! either negative?
55 ! %o1 is definitely negative; %o0 might also be negative
56 bge 2f ! if %o0 not negative...
58 1: ! %o0 is negative, %o1 is nonnegative
204 ! remainder is negative
210 ! remainder is negative
221 ! remainder is negative
227 ! remainder is negative
243 ! remainder is negative
[all …]
Dudiv.S189 ! remainder is negative
195 ! remainder is negative
206 ! remainder is negative
212 ! remainder is negative
228 ! remainder is negative
234 ! remainder is negative
245 ! remainder is negative
251 ! remainder is negative
272 ! remainder is negative
278 ! remainder is negative
[all …]
Durem.S187 ! remainder is negative
193 ! remainder is negative
204 ! remainder is negative
210 ! remainder is negative
226 ! remainder is negative
232 ! remainder is negative
243 ! remainder is negative
249 ! remainder is negative
270 ! remainder is negative
276 ! remainder is negative
[all …]
Dmul.S62 ! If %o0 was negative, the result is
71 ! %o0 was indeed negative; fix upper 32 bits of result by subtracting
Dchecksum.S353 bne 5b ! we did not go negative, continue looping
358 srl %o2, 1, %o4 ! begin negative offset computation
389 bne ccdbl ! we did not go negative, continue looping
/linux-2.4.37.9/arch/m68k/fpsp040/
Dutil.S200 tstb LOCAL_SGN(%a0) |if negative overflow
203 leal EXT_PINF,%a1 |answer is negative infinity
210 tstb LOCAL_SGN(%a0) |if negative overflow
213 leal EXT_PLRG,%a1 |answer is large negative number
231 tstb LOCAL_SGN(%a0) |if negative overflow
234 leal EXT_PINF,%a1 |answer is negative infinity
241 tstb LOCAL_SGN(%a0) |if negative overflow
244 leal DBL_PLRG,%a1 |answer is large negative number
262 tstb LOCAL_SGN(%a0) |if negative overflow
265 leal EXT_PINF,%a1 |answer is negative infinity
[all …]
Dscale.S143 | Source is negative. Add the src to the dest exponent.
150 blts fix_dnrm |if negative, result is
208 | If the mode is rm, and the zero is negative, return smallest
209 | negative denorm.
Ddecbin.S38 | if negative, count the trailing zeros. Set the adjusted
60 | it is negative.
456 bpls no_neg |if exp is negative,
486 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
Dx_store.S142 bsetl #31,%d0 |if negative, put in sign information
150 bsetl #31,%d0 |if negative put in sign information
Ddo_func.S107 bnes ld_mzinx |if negative, branch
127 bne ld_minf |if negative branch
185 | the sign and return operr if negative.
Dsgetem.S59 bsr nrm_set |normalize (exp will go negative)
Dx_operr.S223 | Store_max loads the max pos or negative for the size, sets
/linux-2.4.37.9/arch/i386/math-emu/
Dreg_ld_str.c105 int exp, tag, negative; in FPU_load_double() local
114 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_double()
155 return normalize_no_excep(loaded_data, DOUBLE_Emin, negative) in FPU_load_double()
168 setexponent16(loaded_data, exp | negative); in FPU_load_double()
178 int exp, tag, negative; in FPU_load_single() local
185 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive; in FPU_load_single()
191 addexponent(loaded_data, negative); in FPU_load_single()
202 return normalize_no_excep(loaded_data, SINGLE_Emin, negative) in FPU_load_single()
232 setexponent16(loaded_data, exp | negative); /* Set the sign. */ in FPU_load_single()
274 int negative; in FPU_load_int32() local
[all …]
/linux-2.4.37.9/arch/m68k/ifpsp060/src/
Dilsp.S153 # make dividend unsigned if it's negative
204 eor.b %d0, NDIVIDEND(%a6) # chk if quotient is negative
207 # 0x80000000 is the largest number representable as a 32-bit negative
208 # number. the negative of 0x80000000 is 0x80000000.
637 tst.l %d0 # is multiplier negative?
645 tst.l %d1 # is multiplicand negative?
707 # result should be a signed negative number.
Dpfpsp.S2819 neg.l %d0 # get negative of size
6213 # If sign of fp number = 1 (negative), then add 1 to l. #
6217 bpl.w truncate # if negative then truncate
7462 tst.b SRC_EX(%a0) # is operand negative?
7561 tst.b 2+FP_SCR0_EX(%a6) # is EXOP negative?
7683 tst.b SRC_EX(%a0) # is operand negative?
7781 bset &0x1f,%d0 # if negative, set sign
7846 bset &0x1f,%d0 # if negative, put in sign first
8512 tst.b SRC_EX(%a0) # is the operand negative?
8528 tst.b SRC_EX(%a0) # is the operand negative?
[all …]
Dfpsp.S2820 neg.l %d0 # get negative of size
7352 tst.b (%a0) # is X positive or negative?
7654 bmi.b sgetmann # it's negative
9677 tst.b SRC_EX(%a1) # is src negative?
10495 # ld_mzero(): return a negative zero.
10517 bmi.b ld_minf # if negative branch
10529 # ld_minf():return a negative infinity.
10543 bmi.b ld_minf # if negative branch
10548 # szr_inf(): Return +ZERO for a negative src operand or #
10559 # jump to operand error routine for a negative src operand. #
[all …]
/linux-2.4.37.9/arch/alpha/lib/
Dev6-memset.S85 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
262 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
449 addq $18,$3,$18 # E : $18 is new count ($3 is negative)
/linux-2.4.37.9/Documentation/filesystems/
Dvfs.txt271 get should not have an inode (i.e. it should be a negative
280 should be inserted into the dentry (this is called a negative
458 the dentry then the dentry is turned into a negative dentry
468 pointer is NULL, the dentry is called a "negative
470 created for an existing negative dentry
/linux-2.4.37.9/drivers/sound/
Dsequencer.c1610 int negative, semitones, cents, multiplier = 1; in compute_finetune() local
1629 negative = bend < 0 ? 1 : 0; in compute_finetune()
1653 if (negative) in compute_finetune()
/linux-2.4.37.9/Documentation/
Di810_rng.txt116 * Don't let the usage count go negative (bug fix)
Dhw_random.txt120 * Don't let the usage count go negative (bug fix)
Dhayes-esp.txt7 am looking for both positive and negative feedback.
Drtc.txt47 a negative impact on performance. Note that the interrupt handler is only
/linux-2.4.37.9/fs/smbfs/
DChangeLog37 * proc.c: make smb_errno return negative error values

12