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

1 2 3 4 5 6 7 8 910

  /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/clang/test/Parser/
extension.c 8 long long int quot; member in struct:__anon7770
  /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++;
  /ndk/sources/android/support/src/
stdlib_support.c 51 retval.quot = numer / denom;
54 retval.quot++;
  /frameworks/support/compat/java/android/support/v4/text/
TextUtilsCompat.java 56 sb.append("&quot;"); //$NON-NLS-1$
  /prebuilts/misc/common/swig/include/2.0.11/
inttypes.i 23 long int quot; /* Quotient. */
32 long long int quot; /* Quotient. */
  /bionic/libc/include/
stdlib.h 139 int quot; member in struct:__anon213
146 long int quot; member in struct:__anon214
153 long long int quot; member in struct:__anon215
  /development/ndk/platforms/android-16/include/
stdlib.h 152 int quot; member in struct:__anon1362
159 long int quot; member in struct:__anon1363
166 long long int quot; member in struct:__anon1364
  /development/ndk/platforms/android-21/include/
stdlib.h 131 int quot; member in struct:__anon2162
138 long int quot; member in struct:__anon2163
145 long long int quot; member in struct:__anon2164
  /development/ndk/platforms/android-3/include/
stdlib.h 148 int quot; member in struct:__anon2502
155 long int quot; member in struct:__anon2503
162 long long int quot; member in struct:__anon2504
  /development/ndk/platforms/android-8/include/
stdlib.h 149 int quot; member in struct:__anon2556
156 long int quot; member in struct:__anon2557
163 long long int quot; member in struct:__anon2558
  /development/ndk/platforms/android-9/include/
stdlib.h 149 int quot; member in struct:__anon2743
156 long int quot; member in struct:__anon2744
163 long long int quot; member in struct:__anon2745
  /external/mesa3d/include/c99/
inttypes.h 48 intmax_t quot; member in struct:__anon18934
284 result.quot = numer / denom;
289 ++result.quot;
  /external/opencv3/3rdparty/include/
msc_inttypes.h 48 intmax_t quot; member in struct:__anon20034
280 result.quot = numer / denom;
285 ++result.quot;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
stdlib.h 149 int quot; member in struct:__anon45181
156 long int quot; member in struct:__anon45182
163 long long int quot; member in struct:__anon45183