Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 19 of 19) sorted by relevance

/ndk/sources/android/support/src/wcstox/
Dfloatscan.c200 uint32_t carry = 0; in decfloat() local
203 x[k] = x[k]/p10 + carry; in decfloat()
204 carry = 1000000000/p10 * tmp; in decfloat()
210 if (carry) x[z++] = carry; in decfloat()
216 uint32_t carry = 0; in decfloat() local
219 uint64_t tmp = ((uint64_t)x[k] << 29) + carry; in decfloat()
221 carry = tmp / 1000000000; in decfloat()
224 carry = 0; in decfloat()
230 if (carry) { in decfloat()
237 x[a] = carry; in decfloat()
[all …]
/ndk/sources/android/support/src/stdio/
Dstrtod.c728 ULong carry = 1, y; in increment() local
743 y = *x + carry; in increment()
744 carry = y >> 16; in increment()
746 if (!carry) in increment()
749 if (carry) in increment()
917 ULong carry, y, z; local
952 carry = 0;
954 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
955 carry = z >> 16;
956 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
[all …]
Dvfprintf.c326 uint32_t carry=0; in fmt_fp() local
329 uint64_t x = ((uint64_t)*d<<sh)+carry; in fmt_fp()
331 carry = x / 1000000000; in fmt_fp()
334 if (carry) *--a = carry; in fmt_fp()
338 uint32_t carry=0, *b; in fmt_fp() local
342 *d = (*d>>sh) + carry; in fmt_fp()
343 carry = (1000000000>>sh) * rm; in fmt_fp()
346 if (carry) *z++ = carry; in fmt_fp()
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
DCOPYING215 a) The work must carry prominent notices stating that you modified
218 b) The work must carry prominent notices stating that it is
/ndk/build/tools/toolchain-licenses/
DCOPYING3214 a) The work must carry prominent notices stating that you modified
217 b) The work must carry prominent notices stating that it is
DCOPYING95 a) You must cause the modified files to carry prominent notices
/ndk/sources/host-tools/ndk-stack/binutils/
DCOPYING3214 a) The work must carry prominent notices stating that you modified
217 b) The work must carry prominent notices stating that it is
/ndk/sources/host-tools/make-3.81/
DCOPYING96 a) You must cause the modified files to carry prominent notices
/ndk/tests/build/test-stlport_static-exception-force-rebuild/
DCOPYING95 a) You must cause the modified files to carry prominent notices
/ndk/sources/host-tools/make-3.81/tests/
DCOPYING95 a) You must cause the modified files to carry prominent notices
/ndk/tests/device/test-stlport_static-exception/
DCOPYING95 a) You must cause the modified files to carry prominent notices
/ndk/tests/build/lambda-defarg3/
DCOPYING95 a) You must cause the modified files to carry prominent notices
/ndk/tests/abcc/jni/mman-win32/
DLICENSE.TXT95 a) You must cause the modified files to carry prominent notices
/ndk/tests/device/test-stlport_shared-exception/
DCOPYING95 a) You must cause the modified files to carry prominent notices
/ndk/sources/host-tools/make-3.81/doc/
Dfdl.texi152 copies in covers that carry, clearly and legibly, all these Cover
Dmake.info-1466 can also be the name of an action to carry out, such as `clean' (*note
486 can also explain how and when to carry out an action. *Note Writing
569 Since you normally do not want to carry out the actions in this rule,
Dmake.texi520 can also be the name of an action to carry out, such as @samp{clean}
541 rule can also explain how and when to carry out an action.
639 do not want to carry out the actions in this rule, @samp{clean} is not a prerequisite of any other …
Dmake.info-22986 enclose the copies in covers that carry, clearly and legibly, all
/ndk/build/tools/
DDEV-SCRIPTS-USAGE.TXT599 will simply print a warning and carry on.