Searched refs:quot (Results 1 - 14 of 14) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Ddiv.c54 r.quot = num / denom;
57 * The ANSI standard says that |r.quot| <= |n/d|, where
64 * negative and r.quot has been truncated towards -inf,
66 * sign of num; if both are negative and r.quot has been
76 * In that case, to get the right answer, add 1 to r.quot and
80 r.quot++;
94 r.quot = num / denom;
97 r.quot++;
H A Dlldiv.c44 sd.quot = numer / denom;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dhtmlview.t165 This is a link in a verbatim block &lt;a href=&quot;<a href="http://perl.org">http://perl.org</a>&quot;&gt; Perl &lt;/a&gt;</pre>
/osnet-11/usr/src/common/mpi/
H A Dmpi-priv.h230 mp_err s_mp_div(mp_int *rem, mp_int *div, mp_int *quot); /* magnitude div */
299 mp_digit divisor, mp_digit *quot, mp_digit *rem);
H A Dmpi.c3561 mp_int quot; local
3585 MP_DIGITS(&quot) = 0;
3587 MP_CHECKOK( mp_init_size(&quot, USED(mp), FLAG(mp)) );
3600 s_mp_lshd(&quot, 1);
3601 DIGIT(&quot, 0) = (mp_digit)q;
3613 MP_DIGIT(&quot, 0) = d;
3614 MP_CHECKOK( s_mp_norm(&rem, &quot, &norm) );
3617 MP_DIGIT(&quot, 0) = 0;
3633 MP_CHECKOK( s_mp_lshd(&quot, 1) );
3634 DIGIT(&quot,
4385 s_mp_div(mp_int *rem, mp_int *div, mp_int *quot) argument
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs407 tp->tv_sec = ans1.quot; /* Whole seconds */
408 tp->tv_usec = ans2.quot; /* Micro-seconds */
531 unsigned long div=10,quot, rem;
533 iss = lib$ediv(&div,v,&quot,&rem);
536 return quot;
/osnet-11/usr/src/lib/libpp/common/
H A Dpplex.c185 int quot; local
876 quot = c;
884 if ((quot = c) == '<')
893 quot = '>';
905 if (c != quot)
931 if (c == '\n' && quot == '\'' && (pp.option & STRINGSPAN)) n = 0;
937 switch (quot)
973 error(m, "%s in %c quote", pptokchr(c), quot);
979 PUTCHR(quot);
984 c = quot;
[all...]
H A Dppproto.c562 int quot; local
729 quot = c;
750 if (c == quot)
/osnet-11/usr/src/grub/grub2/build-bios/po/
H A DMakefile1068 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
1072 en@quot.po-create:
1073 $(MAKE) en@quot.po-update
1077 en@quot.po-update: en@quot.po-update-en
1104 en@quot.insert-header: insert-header.sin
1105 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot
[all...]
/osnet-11/usr/src/grub/grub2/build-uefi64/po/
H A DMakefile1068 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot
1072 en@quot.po-create:
1073 $(MAKE) en@quot.po-update
1077 en@quot.po-update: en@quot.po-update-en
1104 en@quot.insert-header: insert-header.sin
1105 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm168 sub quot subroutine
1623 =item quot (CMD [,ARGS])
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm386 quot => '"', # double quote
H A DHtml.pm1357 &quot; &gt; # maybe pre-quoted '<a href="...">'
1725 $rest =~ s/"/&quot;/g;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm2328 # $quot; was accidentally omitted from the HTML 3.2 DTD -- see
2334 $toencode =~ s{"}{&quot;}gso;
2366 /^quot$/i ? '"' :
5860 the quote character becomes "&quot;". In addition, the hexadecimal

Completed in 120 milliseconds