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

123

/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dfmod.c25 double quot = x/y; local
26 return x - (quot < 0.0 ? ceil(quot) : floor(quot)) * y;
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dimaxdiv.c38 retval.quot = numer / denom;
41 retval.quot++;
H A Dlldiv.c38 retval.quot = numer / denom;
41 retval.quot++;
H A Ddiv.c47 r.quot = num / denom;
50 * The ANSI standard says that |r.quot| <= |n/d|, where
57 * negative and r.quot has been truncated towards -inf,
59 * sign of num; if both are negative and r.quot has been
69 * In that case, to get the right answer, add 1 to r.quot and
73 r.quot++;
H A Dldiv.c49 r.quot = num / denom;
52 r.quot++;
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dutils.rb21 s.to_s.gsub(/&/, "&amp;").gsub(/\"/, "&quot;").gsub(/>/, "&gt;").gsub(/</, "&lt;")
/macosx-10.10/vim-55/runtime/doc/
H A Dmaketags.awk20 gsub(/"/,"\\&quot;");
/macosx-10.10/swig-12/Lib/
H A Dinttypes.i26 long int quot; /* Quotient. */
35 long long int quot; /* Quotient. */
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/library/
H A Dxml-8.0.tcl77 lt < gt > amp & quot \" apos '
H A Dxml-8.1.tcl82 lt < gt > amp & quot \" apos '
H A Dsgml-8.0.tcl73 lt < gt > amp & quot \" apos '
H A Dtclparser-8.1.tcl426 quot -
428 array set map {lt < gt > amp & quot \" apos '}
/macosx-10.10/bc-21/bc/h/
H A Dnumber.h134 _PROTOTYPE(int bc_divide, (bc_num n1, bc_num n2, bc_num *quot, int scale));
139 _PROTOTYPE(int bc_divmod, (bc_num num1, bc_num num2, bc_num *quot,
/macosx-10.10/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A Dsoap-methods-server.tcl102 <body>Memo body with specials: &quot; &amp; &apos; and &lt;&gt;</body>
/macosx-10.10/ruby-106/ruby/lib/cgi/
H A Dutil.rb27 '"' => '&quot;',
34 # # => "Usage: foo &quot;bar&quot; &lt;baz&gt;"
40 # CGI::unescapeHTML("Usage: foo &quot;bar&quot; &lt;baz&gt;")
45 return string.gsub(Regexp.new('&(apos|amp|quot|gt|lt|#[0-9]+|#x[0-9A-Fa-f]+);'.encode(enc))) do
49 when 'quot' then '"'.encode(enc)
58 string.gsub(/&(apos|amp|quot|gt|lt|\#[0-9]+|\#[xX][0-9A-Fa-f]+);/) do
63 when 'quot' then '"'
109 # # "<BR>&lt;A HREF=&quot;ur
[all...]
/macosx-10.10/Libc-1044.1.2/include/
H A Dstdlib.h83 int quot; /* quotient */ member in struct:__anon2767
88 long quot; /* quotient */ member in struct:__anon2768
94 long long quot; member in struct:__anon2769
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_text.rb512 assert_equal '���a', to_html('&quot;a')
513 assert_equal '���a���', to_html('&quot;a&quot;')
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dwindres.c119 static const char * quot (const char *);
686 quot (const char *string)
842 quotedarg = quot (optarg);
850 quotedarg = quot (optarg);
878 quotedarg = quot (optarg);
886 quotedarg = quot (optarg);
681 quot (const char *string) function
/macosx-10.10/bc-21/bc/lib/
H A Dnumber.c932 bc_divide (n1, n2, quot, scale)
933 bc_num n1, n2, *quot;
959 bc_free_num (quot);
960 *quot = qval;
1110 bc_free_num (quot);
1111 *quot = qval;
1128 bc_divmod (num1, num2, quot, rem, scale)
1129 bc_num num1, num2, *quot, *rem;
1145 if (quot)
1151 if (quot)
[all...]
/macosx-10.10/SmartcardCCID-55008/libusb/libusb/msvc/
H A Dinttypes.h38 intmax_t quot; member in struct:__anon5526
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclStrToD.c1602 double quot; /* Correction term */
1719 quot = SafeLdExp(num/den, scale);
1722 if (quot<0. && quot>-minincr) {
1723 quot = -minincr;
1724 } else if (quot>0. && quot<minincr) {
1725 quot = minincr;
1731 return approxResult + quot;
1596 double quot; /* Correction term */ local
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/mtest/
H A Dmpi.c3215 mp_int quot; local
3224 if((res = mp_init_size(&quot, USED(mp))) != MP_OKAY)
3227 USED(&quot) = USED(mp); /* so clamping will work below */
3228 qp = DIGITS(&quot);
3248 s_mp_clamp(&quot);
3249 mp_exch(&quot, mp);
3250 mp_clear(&quot);
3628 mp_int quot, rem, t; local
3647 if((res = mp_init_size(&quot, USED(a))) != MP_OKAY)
3670 if((res = s_mp_lshd(&quot,
[all...]
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A DdecNumber.c6658 uInt quot=QUOT10(*up, cut); local
6659 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */
6750 uInt quot=QUOT10(*source, cut); local
6751 uInt rem=*source-quot*powers[cut];
6752 next+=quot;
6786 Int quot, rem; /* for division */ local
6806 quot=QUOT10(*up, cut);
6808 quot=*up/powers[cut];
6811 *target=(Unit)quot;
6815 quot
7019 uInt quot, rem; /* for divisions */ local
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_complexrational.rb319 def quot(o) (self / o).truncate end method in class:SimpleRat
327 q = quot(o)
334 def quotrem(o) [quot(o), remainder(o)] end
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_subr.c104 clalloc(struct clist *clp, int size, int quot) argument
111 if(quot) {

Completed in 455 milliseconds

123