| /src/usr.bin/make/unit-tests/ |
| opt-jobs.mk | 9 EXPECT.0= argument '0' to option '-j' must be a positive number (exit 2) 13 EXPECT.08= argument '08' to option '-j' must be a positive number (exit 2) 16 EXPECT.-5= argument '-5' to option '-j' must be a positive number (exit 2) 30 EXPECT.0.0= argument '0.0' to option '-j' must be a positive number (exit 2) 32 EXPECT.0.0C= argument '0.0C' to option '-j' must be a positive number (exit 2) 33 EXPECT..00001= argument '.00001' to option '-j' must be a positive number (exit 2) 34 EXPECT..00001C= argument '.00001C' to option '-j' must be a positive number (exit 2) 40 EXPECT.08.5C= argument '08.5C' to option '-j' must be a positive number (exit 2)
|
| directive-ifmake.exp | 1 make: directive-ifmake.mk:14: ok: positive condition works
|
| varmod-match-escape.mk | 86 # Demonstrate an inconsistency between positive and negative character lists
|
| /src/tests/usr.bin/indent/ |
| lsym_unary_op.c | 73 int positive = +number; local
|
| /src/lib/libc/arch/mips/gen/ |
| modf.S | 63 c.eq.d $f12,$f4 # was f12 positive ?
|
| ldexp.S | 201 beq t0, zero, 1f # is result positive?
|
| /src/lib/libm/arch/vax/ |
| n_sqrt.S | 79 jleq nonpos # argument is not positive
|
| n_support.S | 243 bgtr C5 #if xexp-nf is positive goto C5
|
| /src/lib/libc/arch/sparc/gen/ |
| divrem.m4 | 112 ! remainder is positive
|
| /src/sys/lib/libkern/arch/sparc/ |
| divrem.m4 | 112 ! remainder is positive
|
| /src/sys/lib/libkern/arch/sparc64/ |
| divrem.m4 | 116 ! remainder is positive
|
| /src/sys/modules/examples/luareadhappy/ |
| happy.lua | 30 -- any positive integer, replace the number by the sum of the squares of its
|
| /src/sys/arch/hppa/stand/common/ |
| milli_tiny.S | 116 $$mulI: ; XXX actually wrong (not signed) but works for small positive numbers
|
| /src/sys/arch/m68k/060sp/dist/ |
| ilsp.s | 153 beq.b ldspecialcases # use positive divide 215 beq.b ldqpos # branch to quot positive 649 neg.l %d0 # make multiplier positive 657 neg.l %d1 # make multiplicand positive
|
| fpsp.s | 3215 mov.b L_SCR1(%a6),%d0 # load positive default result 3231 mov.w L_SCR1(%a6),%d0 # load positive default result 3247 mov.l L_SCR1(%a6),%d0 # load positive default result 5605 or.b &0x80,FP_SCR0_EX(%a6) # positive arg 6036 or.b &0x80,FP_SCR0_EX(%a6) # positive arg 6775 tst.b (%a0) # is X positive or negative? 6787 bra ld_pzero # answer is positive zero 7361 tst.b (%a0) # is X positive or negative? 8345 # X IS POSITIVE, CHECK IF X IS NEAR 1 9179 bra t_ovfl2 # t_ovfl expects positive valu [all...] |
| pfpsp.s | 3215 mov.b L_SCR1(%a6),%d0 # load positive default result 3231 mov.w L_SCR1(%a6),%d0 # load positive default result 3247 mov.l L_SCR1(%a6),%d0 # load positive default result 6206 # If sign of fp number = 0 (positive), then add 1 to l. # 6210 bmi.w truncate # if positive then truncate 6865 beq.b unf_res_chkifzero # no; result is positive 6925 beq.b unf_res4_chkifzero # no; result is positive 7855 bpl.b dst_get_sman # if positive, continue 9179 bpl.b fdiv_zero_load_p # result is positive 9199 bpl.b fdiv_inf_load_p # result is positive [all...] |
| fplsp.s | 5499 or.b &0x80,FP_SCR0_EX(%a6) # positive arg 5930 or.b &0x80,FP_SCR0_EX(%a6) # positive arg 6669 tst.b (%a0) # is X positive or negative? 6681 bra ld_pzero # answer is positive zero 7255 tst.b (%a0) # is X positive or negative? 8239 # X IS POSITIVE, CHECK IF X IS NEAR 1 9073 bra t_ovfl2 # t_ovfl expects positive value 9076 bra t_unfl2 # t_unfl expects positive value 9285 neg.l %d0 # make it positive 9959 # emulation. result always positive. [all...] |
| itest.s | 2366 # signed - negative,positive
|
| /src/sys/arch/mips/mips/ |
| fp.S | 1652 move t0, zero # set sign positive 1660 move t0, zero # set sign positive 1979 beq t0, zero, overflow_w # if positive, overflow 2013 beq t0, zero, 5f # if sign is positive, truncate 2033 beq t0, zero, 1f # result positive? 2094 beq t0, zero, 1f # is FS positive? 2097 beq ta0, zero, 1f # is FT positive? 2124 beq t0, zero, 1f # is FS positive? 2131 beq ta0, zero, 1f # is FT positive? 2278 beq t0, zero, 5f # if sign is positive, truncat [all...] |
| /src/sys/arch/vax/vax/ |
| emulate.S | 335 #define POSITIVE $12 359 insv POSITIVE,$0,$4,(%r3) 369 movl POSITIVE,%r2 453 insv POSITIVE,$0,$4,(%r3) 562 insv POSITIVE,$0,$4,(%r3) # make sure sign of result is positive 609 movb POSITIVE,(%r3) # otherwise, make result zero and positive 918 movb POSITIVE,(%r6) 958 Lashp_left: # while scale is positive [all...] |
| /src/sys/external/bsd/sljit/dist/sljit_src/ |
| sljitNativeARM_32.c | 1164 static sljit_s32 generate_int(struct sljit_compiler *compiler, sljit_s32 reg, sljit_uw imm, sljit_s32 positive) 1269 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(positive ? MOV_DP : MVN_DP, 0, reg, SLJIT_UNUSED, imm1))); 1270 FAIL_IF(push_inst(compiler, EMIT_DATA_PROCESS_INS(positive ? ORR_DP : BIC_DP, 0, reg, reg, imm2)));
|
| /src/sys/arch/mac68k/obio/ |
| iwm.s | 578 * iwmSeek -- do specified # of steps (positive - in, negative - out). 598 negl %d2 | Make # of steps positive
|
| /src/sys/lib/libkern/arch/hppa/ |
| milli.S | 1697 sub 0,retreg,retreg ; make it positive
|