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

123

/macosx-10.9.5/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.9.5/Libc-997.90.3/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.9.5/ruby-104/ruby/lib/rss/
H A Dutils.rb21 s.to_s.gsub(/&/, "&amp;").gsub(/\"/, "&quot;").gsub(/>/, "&gt;").gsub(/</, "&lt;")
/macosx-10.9.5/vim-53/runtime/doc/
H A Dmaketags.awk20 gsub(/"/,"\\&quot;");
/macosx-10.9.5/swig-10/Lib/
H A Dinttypes.i26 long int quot; /* Quotient. */
35 long long int quot; /* Quotient. */
/macosx-10.9.5/tcl-102/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.9.5/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.9.5/tcl-102/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.9.5/ruby-104/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.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/
H A DLiteral.pm19 # $string =~ s/&quot;/"/g;
82 Create a new Literal object with the value in $string. Note that &quot; and
88 <xsl:value-of select="&quot;I'm feeling &amp;quot;sad&amp;quot;&quot;"/>
/macosx-10.9.5/CPANInternal-140/XML-XPath/XPath/
H A DLiteral.pm16 # $string =~ s/&quot;/"/g;
79 Create a new Literal object with the value in $string. Note that &quot; and
85 <xsl:value-of select="&quot;I'm feeling &amp;quot;sad&amp;quot;&quot;"/>
/macosx-10.9.5/Libc-997.90.3/include/
H A Dstdlib.h83 int quot; /* quotient */ member in struct:__anon2891
88 long quot; /* quotient */ member in struct:__anon2892
94 long long quot; member in struct:__anon2893
/macosx-10.9.5/ruby-104/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.9.5/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.9.5/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.9.5/tcl-102/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.9.5/Heimdal-323.92.1/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.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumber.c6656 uInt quot=QUOT10(*up, cut); local
6657 if ((*up-quot*powers[cut])!=0) break; /* found non-0 digit */
6748 uInt quot=QUOT10(*source, cut); local
6749 uInt rem=*source-quot*powers[cut];
6750 next+=quot;
6784 Int quot, rem; /* for division */ local
6804 quot=QUOT10(*up, cut);
6806 quot=*up/powers[cut];
6809 *target=(Unit)quot;
6813 quot
7017 uInt quot, rem; /* for divisions */ local
[all...]
/macosx-10.9.5/ruby-104/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

Completed in 293 milliseconds

123