/linux-2.4.37.9/arch/sparc/lib/ |
D | rem.S | 47 ! 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 …]
|
D | sdiv.S | 47 ! 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 …]
|
D | udiv.S | 189 ! 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 …]
|
D | urem.S | 187 ! 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 …]
|
D | mul.S | 62 ! If %o0 was negative, the result is 71 ! %o0 was indeed negative; fix upper 32 bits of result by subtracting
|
D | checksum.S | 353 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/ |
D | util.S | 200 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 …]
|
D | scale.S | 143 | 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.
|
D | decbin.S | 38 | 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
|
D | x_store.S | 142 bsetl #31,%d0 |if negative, put in sign information 150 bsetl #31,%d0 |if negative put in sign information
|
D | do_func.S | 107 bnes ld_mzinx |if negative, branch 127 bne ld_minf |if negative branch 185 | the sign and return operr if negative.
|
D | sgetem.S | 59 bsr nrm_set |normalize (exp will go negative)
|
D | x_operr.S | 223 | Store_max loads the max pos or negative for the size, sets
|
/linux-2.4.37.9/arch/i386/math-emu/ |
D | reg_ld_str.c | 105 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/ |
D | ilsp.S | 153 # 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.
|
D | pfpsp.S | 2819 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 …]
|
D | fpsp.S | 2820 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/ |
D | ev6-memset.S | 85 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/ |
D | vfs.txt | 271 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/ |
D | sequencer.c | 1610 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/ |
D | i810_rng.txt | 116 * Don't let the usage count go negative (bug fix)
|
D | hw_random.txt | 120 * Don't let the usage count go negative (bug fix)
|
D | hayes-esp.txt | 7 am looking for both positive and negative feedback.
|
D | rtc.txt | 47 a negative impact on performance. Note that the interrupt handler is only
|
/linux-2.4.37.9/fs/smbfs/ |
D | ChangeLog | 37 * proc.c: make smb_errno return negative error values
|