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

1 2 3 4 5 6 7 8 91011>>

  /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:__anon15467
  /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);
  /prebuilts/ndk/r11/sources/android/support/src/
stdlib_support.c 51 retval.quot = numer / denom;
54 retval.quot++;
  /prebuilts/ndk/r13/sources/android/support/src/
stdlib_support.c 51 retval.quot = numer / denom;
54 retval.quot++;
  /device/linaro/bootloader/arm-trusted-firmware/include/stdlib/
inttypes.h 36 intmax_t quot; /* Quotient. */ member in struct:__anon5239
  /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;`
  /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;`
  /development/ndk/platforms/android-21/include/
stdlib.h 131 int quot; member in struct:__anon2397
138 long int quot; member in struct:__anon2398
145 long long int quot; member in struct:__anon2399
  /development/ndk/platforms/android-9/include/
stdlib.h 147 int quot; member in struct:__anon2925
154 long int quot; member in struct:__anon2926
161 long long int quot; member in struct:__anon2927
  /prebuilts/misc/common/swig/include/2.0.11/
inttypes.i 23 long int quot; /* Quotient. */
32 long long int quot; /* Quotient. */
  /development/ndk/platforms/android-16/include/
stdlib.h 150 int quot; member in struct:__anon1597
157 long int quot; member in struct:__anon1598
164 long long int quot; member in struct:__anon1599
  /device/linaro/bootloader/edk2/StdLib/Include/
stdlib.h 135 int quot; /**< quotient */ member in struct:__anon12180
141 long quot; member in struct:__anon12181
147 long long quot; member in struct:__anon12182
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
stdlib.h 149 int quot; member in struct:__anon61610
156 long int quot; member in struct:__anon61611
163 long long int quot; member in struct:__anon61612
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
stdlib.h 149 int quot; member in struct:__anon62063
156 long int quot; member in struct:__anon62064
163 long long int quot; member in struct:__anon62065
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
stdlib.h 149 int quot; member in struct:__anon62518
156 long int quot; member in struct:__anon62519
163 long long int quot; member in struct:__anon62520
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
stdlib.h 149 int quot; member in struct:__anon62926
156 long int quot; member in struct:__anon62927
163 long long int quot; member in struct:__anon62928

Completed in 554 milliseconds

1 2 3 4 5 6 7 8 91011>>