Home
last modified time | relevance | path

Searched refs:mul (Results 1 – 18 of 18) sorted by relevance

/original-bsd/lib/libc/sparc/gen/
H A Dldexp.c35 } u, mul; local
78 mul.v = 0;
80 mul.s.dbl_exp = 1;
81 val *= mul.v;
84 mul.s.dbl_exp = exp + DBL_EXP_BIAS;
85 val *= mul.v;
106 mul.v = 0;
107 mul.s.dbl_exp = mulexp + DBL_EXP_BIAS;
108 val *= mul.v;
H A DMakefile.inc4 SRCS+= _setjmp.s fabs.s fixunsdfsi.s modf.s mul.s saveregs.s setjmp.s umul.s
13 KMSRCS+=mul.s rem.s sdiv.s udiv.s umul.s urem.s
H A Dmul.s29 FUNC(.mul)
/original-bsd/lib/libc/gen/
H A Dgetbsize.c23 long n, max, mul, blocksize; local
42 mul = GB;
47 mul = KB;
52 mul = MB;
56 mul = 1;
61 mul = 1;
68 if ((blocksize = n * mul) < 512) {
/original-bsd/lib/libc/quad/TESTS/
H A DMakefile3 all: mul divrem
5 MUL= mul.c ../muldi3.c
6 mul: ${MUL} target
/original-bsd/local/transcript/lib/
H A Dpsdit.pro20 /point{resolution 72 div mul}def
67 /cradius centerv centerv mul centerh centerh mul add sqrt def
68 /eradius endv endv mul endh endh mul add sqrt def
74 /midh midang cos midrad mul def /midv midang sin midrad mul def
78 {/controldelt 1 sweep 2 div cos sub 3 sweep 2 div sin mul div 4 mul def
79 centerv neg controldelt mul centerh controldelt mul
81 endh controldelt mul centerv add endv add
228 /minx minx cvi stiph idiv stiph mul def
229 /miny miny cvi stipw idiv stipw mul def
254 /ditwid pswid fontsize mul resolution mul 72000 div def
[all …]
H A Denscript.pro24 /U{1440 mul}def
31 /yp lly dy add dy lines pts mul sub 2 div sub pts .85 mul sub def
H A Dloadseal.sh262 /iwid 30 8 mul def
/original-bsd/usr.bin/sed/TEST/
H A Dmath.sed44 /^[0-9]*\*/b mul
76 # turn mul into add until 1*x -> x
77 : mul
84 b mul
96 b mul
/original-bsd/sys/libkern/sparc/
H A DMakefile.inc3 SRCS+= mul.s rem.s sdiv.s udiv.s umul.s urem.s
/original-bsd/local/ditroff/ditroff.okeeffe/psfig/patches/
H A Dpsdit.pro.frag27 /y exch 72 mul resolution div def
28 /x exch 72 mul resolution div def
95 /xi {0 72 11 mul translate 72 resolution div dup neg scale 0 0 moveto
/original-bsd/usr.bin/pascal/pdx/test/
H A Dsetest.p41 write(' mul plus minus')
/original-bsd/old/pcc/c2.tahoe/
H A DNOTES8 'mul', 'and'. rA and rB must both be temporary registers.
/original-bsd/usr.bin/ex/OTHER/
H A Dovdoprnt.s300 mul $10.,r1
/original-bsd/sys/tahoe/vba/
H A Dvd.c270 register int mul = 1; local
273 bin += (n & 0xf) * mul;
275 mul *= 10;
472 int mul; local
478 mul = DEV_BSIZE / lp->d_secsize;
480 while ((mul >>= 1) > 0)
H A Dhd.c416 register int mul; local
422 mul = DEV_BSIZE / lp->d_secsize;
424 while ((mul >>= 1) > 0)
/original-bsd/old/pcc/ccom.vax/
H A DINFO154 with generic opcodes like add, sub, mul. The modifier
/original-bsd/contrib/gcc-2.3.3/config/
H A Dm68k.md2505 return \"f%&mul%.x %2,%0\";
2506 return \"f%&mul%.d %f2,%0\";