Searched refs:div (Results 1 - 25 of 28) sorted by relevance

12

/osnet-11/usr/src/lib/libc/port/gen/
H A Dldivide.c43 dl_t div; local
51 div = lzero;
54 div = lshiftl(div, 1);
57 div.dl_lop |= 1;
58 tmp = lsub(div, rop);
62 div = tmp;
H A Dimaxdiv.c60 return (div(numer, denom));
H A Ddiv.c49 div(num, denom) function
92 /* see div() for comments */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/examples/
H A Dnph-clock.cgi10 div({-align=>CENTER},
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Ddatetime.c63 int div; local
71 div = nix / SECPER4YEARS;
73 div--;
74 datetime->year = 1973 + 4 * div;
75 nix -= div * SECPER4YEARS;
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dserial.c46 unsigned short div;
139 unsigned short div = 0;
152 div = divisor_tab[i].div;
156 if (div == 0)
159 outb (port + UART_DLL, div & 0xFF);
160 outb (port + UART_DLH, div >> 8);
45 unsigned short div; member in struct:divisor
138 unsigned short div = 0; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigInt/
H A DBareCalc.pm25 base_len new zero one two ten copy str num add sub mul div mod inc dec
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/serial/
H A Dftdi.c50 grub_uint32_t div; member in struct:divisor
69 return divisor_tab[i].div;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/t/
H A Dstart_end_asterisk.t11 use CGI qw(:standard *h1 *h2 *h3 *h4 *h5 *h6 *table *ul *li *ol *td *b *i *u *div);
69 is(start_div(), "<div>", "start_div"); # TEST
70 is(start_div({class => 'hello'}), "<div class=\"hello\">", "start_div with param"); # TEST
71 is(end_div(), "</div>", "end_div"); # TEST
/osnet-11/usr/src/lib/libc/sparc/crt/
H A Dhwmuldiv.s31 * Versions of .mul .umul .div .udiv .rem .urem written using
50 ENTRY(.div)
61 SET_SIZE(.div)
97 * v8plus versions of __{u,}{mul,div,rem}64 compiler support routines
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dns8250.c49 unsigned short div; member in struct:divisor
72 return 2 * divisor_tab[i].div;
75 return divisor_tab[i].div;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Math/BigRat/
H A DTest.pm46 foreach my $method ( qw/ div acmp floor ceil root sqrt log fac modpow modinv/)
/osnet-11/usr/src/common/mpi/
H A Dmpi.c4386 mp_int *div, /* i: divisor */
4400 if(mp_cmp_z(div) == 0)
4404 if((ix = s_mp_ispow2(div)) >= 0) {
4414 MP_SIGN(div) = ZPOS;
4420 MP_CHECKOK( s_mp_norm(rem, div, &d) );
4427 /* Find a partial substring of rem which is at least div */
4429 while (MP_USED(rem) > MP_USED(div) || s_mp_cmp(rem, div) >= 0) {
4433 unusedRem = MP_USED(rem) - MP_USED(div);
4436 MP_USED(&part) = MP_USED(div);
4385 s_mp_div(mp_int *rem, mp_int *div, mp_int *quot) argument
[all...]
H A Dmpi-priv.h230 mp_err s_mp_div(mp_int *rem, mp_int *div, mp_int *quot); /* magnitude div */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm427 sub div {
428 unimpl "div() is C-specific, use /, % and int instead";
835 abort atexit atof atoi atol bsearch calloc div
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs531 unsigned long div=10,quot, rem;
533 iss = lib$ediv(&div,v,&quot,&rem);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dmbimbf.inc434 # round in div with requested P
438 # round in div with requested P greater than fallback
748 #foreach (qw/add sub mul div pow mod/)
/osnet-11/usr/src/lib/libc/i386/
H A DMakefile.com387 div.o \
/osnet-11/usr/src/lib/libc/sparc/
H A DMakefile.com417 div.o \
/osnet-11/usr/src/lib/libc/sparcv9/
H A DMakefile.com381 div.o \
/osnet-11/usr/src/lib/libc/amd64/
H A DMakefile358 div.o \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DBigInt.pm2375 add mul div sub dec inc
2786 div_scale Fallback acccuracy for div
3885 =item div()
H A DBigRat.pm407 # mul/add/div etc
1525 div_scale RW Fallback acccuracy for div
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/
H A DCalc.pm53 # find whether we can use mul or div or none in mul()/div()
66 # BASE_LEN is used for anything else than mul()/div()
528 # the general div algorithmn here is about O(N*N) and thus quite slow, so
723 # the general div algorithmn here is about O(N*N) and thus quite slow, so
1047 push @$s,0 if $i < 0; # div might return empty results, so fix it
2060 _mod(obj,obj) Return remainder of div of the 1st by the 2nd object
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.c1144 dSP; dATARGET; tryAMAGICbin(div,opASSIGN);
2463 dSP; dATARGET; tryAMAGICbin(div,opASSIGN);

Completed in 103 milliseconds

12