/src/lib/libm/arch/vax/ |
n_cabs.S | 97 # calculates a scaled (factor in %r6) 128 subw2 %r6,%r0 # 2^14 <= scaled x < 2^15 132 cmpw $0x3780,%r2 # if scaled y < 2^-18 134 emodd %r0,$0,%r0,%r4,%r0 # %r4 + %r0:1 = scaled x^2 135 emodd %r2,$0,%r2,%r5,%r2 # %r5 + %r2:3 = scaled y^2 139 addd2 %r2,%r0 # %r0:1 = scaled x^2 + y^2
|
n_cabs.S | 97 # calculates a scaled (factor in %r6) 128 subw2 %r6,%r0 # 2^14 <= scaled x < 2^15 132 cmpw $0x3780,%r2 # if scaled y < 2^-18 134 emodd %r0,$0,%r0,%r4,%r0 # %r4 + %r0:1 = scaled x^2 135 emodd %r2,$0,%r2,%r5,%r2 # %r5 + %r2:3 = scaled y^2 139 addd2 %r2,%r0 # %r0:1 = scaled x^2 + y^2
|
/src/usr.bin/resize/ |
resize.c | 530 #define scaled(old,new,len) (old)?((unsigned)(new)*(len)/(old)):(len) macro 532 scaled(TTYSIZE_ROWS(ts), rows, ts.ws_ypixel), 533 scaled(TTYSIZE_COLS(ts), cols, ts.ws_xpixel));
|
resize.c | 530 #define scaled(old,new,len) (old)?((unsigned)(new)*(len)/(old)):(len) macro 532 scaled(TTYSIZE_ROWS(ts), rows, ts.ws_ypixel), 533 scaled(TTYSIZE_COLS(ts), cols, ts.ws_xpixel));
|
/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_sdvo_regs.h | 117 u8 scaled:1; member in struct:intel_sdvo_preferred_input_timing_args 440 scaled for the requested HDTV format */
|
intel_sdvo_regs.h | 117 u8 scaled:1; member in struct:intel_sdvo_preferred_input_timing_args 440 scaled for the requested HDTV format */
|
intel_sdvo.c | 807 args.scaled = 1;
|
intel_sdvo.c | 807 args.scaled = 1;
|
/src/sys/arch/mac68k/mac68k/ |
locore.s | 950 * Notice that delay_factor is scaled up by a factor of 128 to avoid loss 966 movql #0x7f,%d1 | adjust for scaled multiplier (to 973 lsrl #7,%d0 | adjust for scaled multiplier
|
locore.s | 950 * Notice that delay_factor is scaled up by a factor of 128 to avoid loss 966 movql #0x7f,%d1 | adjust for scaled multiplier (to 973 lsrl #7,%d0 | adjust for scaled multiplier
|
/src/sys/arch/m68k/060sp/dist/ |
pfpsp.s | 5407 # FP_SRC(a6) = fp op1 scaled(src) # 5408 # FP_DST(a6) = fp op2 scaled(dst) # 5414 # DST exponent was scaled by. If the SRC exponent is greater or equal, # 5525 # FP_SCR0(a6) = extended precision operand to be scaled # 5528 # FP_SCR0(a6) = scaled extended precision operand # 5578 # FP_SCR0(a6) = extended precision operand to be scaled # 5581 # FP_SCR0(a6) = scaled extended precision operand # 5652 # FP_SCR1(a6) = extended precision operand to be scaled # 5655 # FP_SCR1(a6) = scaled extended precision operand # 6800 # scaled extended precision number; this is used by [all...] |
pfpsp.s | 5407 # FP_SRC(a6) = fp op1 scaled(src) # 5408 # FP_DST(a6) = fp op2 scaled(dst) # 5414 # DST exponent was scaled by. If the SRC exponent is greater or equal, # 5525 # FP_SCR0(a6) = extended precision operand to be scaled # 5528 # FP_SCR0(a6) = scaled extended precision operand # 5578 # FP_SCR0(a6) = extended precision operand to be scaled # 5581 # FP_SCR0(a6) = scaled extended precision operand # 5652 # FP_SCR1(a6) = extended precision operand to be scaled # 5655 # FP_SCR1(a6) = scaled extended precision operand # 6800 # scaled extended precision number; this is used by [all...] |
fpsp.s | 9573 # sscale(): computes the destination operand scaled by the source # 11668 # of this operation then has its exponent scaled by -0x6000 to create the 11779 # of this operation then has its exponent scaled by -0x6000 to create the 12826 # emulated by simply setting sign bit. Sgl/dbl operands must be scaled # 15860 # FP_SRC(a6) = fp op1 scaled(src) # 15861 # FP_DST(a6) = fp op2 scaled(dst) # 15867 # DST exponent was scaled by. If the SRC exponent is greater or equal, # 15978 # FP_SCR0(a6) = extended precision operand to be scaled # 15981 # FP_SCR0(a6) = scaled extended precision operand # 16031 # FP_SCR0(a6) = extended precision operand to be scaled # [all...] |
fpsp.s | 9573 # sscale(): computes the destination operand scaled by the source # 11668 # of this operation then has its exponent scaled by -0x6000 to create the 11779 # of this operation then has its exponent scaled by -0x6000 to create the 12826 # emulated by simply setting sign bit. Sgl/dbl operands must be scaled # 15860 # FP_SRC(a6) = fp op1 scaled(src) # 15861 # FP_DST(a6) = fp op2 scaled(dst) # 15867 # DST exponent was scaled by. If the SRC exponent is greater or equal, # 15978 # FP_SCR0(a6) = extended precision operand to be scaled # 15981 # FP_SCR0(a6) = scaled extended precision operand # 16031 # FP_SCR0(a6) = extended precision operand to be scaled # [all...] |