HomeSort by relevance Sort by last modified time
    Searched refs:quot (Results 1 - 25 of 192) sorted by null

1 2 3 4 5 6 7 8

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XMLEntities.properties 26 quot=34
  /libcore/luni/src/main/java/java/math/
Division.java 57 long quot; local
59 quot = (temp / bLong);
68 quot = aPos / bPos;
74 if (quot <= rem) {
75 rem -= quot;
77 if (quot - rem <= bLong) {
78 rem += bLong - quot;
79 quot -= 1;
81 rem += (bLong << 1) - quot;
82 quot -= 2
    [all...]
  /external/syslinux/dos/
__udivmoddi4.c 5 uint64_t quot = 0, qbit = 1; local
21 quot += qbit;
30 return quot;
  /external/syslinux/gpxe/src/libgcc/
__udivmoddi4.c 5 uint64_t quot = 0, qbit = 1; local
22 quot += qbit;
31 return quot;
  /external/syslinux/com32/lib/libgcc/
__udivmoddi4.c 6 uint64_t quot = 0, qbit = 1; local
22 quot += qbit;
31 return quot;
  /external/clang/test/Parser/
extension.c 8 long long int quot; member in struct:__anon16438
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
div.c 51 r.quot = num / denom;
54 * The ANSI standard says that |r.quot| <= |n/d|, where
61 * negative and r.quot has been truncated towards -inf,
63 * sign of num; if both are negative and r.quot has been
73 * In that case, to get the right answer, add 1 to r.quot and
77 r.quot++;
ldiv.c 53 r.quot = num / denom;
56 r.quot++;
lldiv.c 59 r.quot = num / denom;
62 r.quot++;
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
imaxdiv.c 43 r.quot = num / denom;
46 r.quot++;
  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Xdiv.c 7 The structures shall contain (in either order) the members quot
37 r.quot = (int)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
53 r.quot = (long)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
72 r.quot = (long long)DivS64x64Remainder( (INT64)num, (INT64)denom, &bigrem);
  /bionic/tests/
inttypes_test.cpp 194 EXPECT_EQ(1, r.quot);
198 EXPECT_EQ(-1, r.quot);
202 EXPECT_EQ(-1, r.quot);
206 EXPECT_EQ(1, r.quot);
214 EXPECT_EQ(1, r.quot);
218 EXPECT_EQ(-1, r.quot);
222 EXPECT_EQ(-1, r.quot);
226 EXPECT_EQ(1, r.quot);
234 EXPECT_EQ(1, r.quot);
238 EXPECT_EQ(-1, r.quot);
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
inttypes.h 36 intmax_t quot; /* Quotient. */ member in struct:__anon4057
stdlib.h 53 int quot; /* quotient */ member in struct:__anon4058
58 long quot; member in struct:__anon4059
120 long long quot; member in struct:__anon4060
  /prebuilts/go/darwin-x86/src/html/
example_test.go 19 const s = `&quot;Fran &amp; Freddie&#39;s Diner&quot; &lt;tasty@example.com&gt;`
escape_test.go 106 `&quot;`,
109 `&quot;&lt;&amp;&gt;&quot;`,
  /prebuilts/go/linux-x86/src/html/
example_test.go 19 const s = `&quot;Fran &amp; Freddie&#39;s Diner&quot; &lt;tasty@example.com&gt;`
  /prebuilts/misc/common/swig/include/2.0.11/
inttypes.i 23 long int quot; /* Quotient. */
32 long long int quot; /* Quotient. */
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 135 int quot; /**< quotient */ member in struct:__anon12036
141 long quot; member in struct:__anon12037
147 long long quot; member in struct:__anon12038
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
XML.java 60 public static final Character QUOT = new Character('"');
71 * &quot; <small>(double quote)</small> is replaced by &amp;quot;
91 sb.append("&quot;");
  /external/guava/guava/src/com/google/common/xml/
XmlEscapers.java 151 builder.addEscape('"', "&quot;");
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
HtmlEscapeFunction.java 40 "", "", "", "", "", "", "", "", "", "", "!", "&quot;", "#", "$", "%", "&amp;", "&#39;",
  /frameworks/support/compat/src/main/java/androidx/core/text/
TextUtilsCompat.java 71 sb.append("&quot;"); //$NON-NLS-1$
  /system/vold/bench/
benchgen.py 78 quot = False
86 if quot:
87 quot = False
90 quot = True
97 if c == ',' and not quot:
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/msinttypes/
inttypes.h 58 intmax_t quot; member in struct:__anon52949
294 result.quot = numer / denom;
299 ++result.quot;

Completed in 561 milliseconds

1 2 3 4 5 6 7 8