Searched defs:divide (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A Ddiv.s39 * divisor -- how many ways to divide
97 ! RTENTRY(.udiv) ! unsigned divide
100 b divide
107 bge divide ! if not, skip this junk
113 bge divide
121 divide: label
138 ! our usual 4-at-a-shot divide step will cause overflow and havoc. The
171 ! do single-bit divide steps
174 ! first divide step without thinking. BUT, the others are conditional,
216 ! fall through into divide loo
[all...]
H A Drem.s39 * divisor -- how many ways to divide
99 b divide
106 bge divide ! if not, skip this junk
112 bge divide
120 divide: label
137 ! our usual 4-at-a-shot divide step will cause overflow and havoc. The
170 ! do single-bit divide steps
173 ! first divide step without thinking. BUT, the others are conditional,
215 ! fall through into divide loop
434 ta ST_DIV0 ! divide b
[all...]
/illumos-gate/usr/src/lib/efcode/include/fcode/
H A Dproto.h55 FNPROTO(divide); variable
/illumos-gate/usr/src/lib/efcode/engine/
H A Dforth.c98 throw_from_fclib(env, 1, "/mod divide by zero");
139 forth_abort(env, "u/mod: divide by zero");
145 divide(fcode_env_t *env) function
2505 ANSI(0x021, 0, "/", divide);

Completed in 66 milliseconds