Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 25 of 25) 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.c737 ULong carry = 1, y; in increment() local
752 y = *x + carry; in increment()
753 carry = y >> 16; in increment()
755 if (!carry) in increment()
758 if (carry) in increment()
926 ULong carry, y, z; local
961 carry = 0;
963 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
964 carry = z >> 16;
965 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/sed-4.2.1/
DCOPYING215 a) The work must carry prominent notices stating that you modified
218 b) The work must carry prominent notices stating that it is
DCOPYING.DOC145 copies in covers that carry, clearly and legibly, all these Cover
/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/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/sources/host-tools/make-3.81/tests/
DCOPYING95 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/tests/build/test-stlport_static-exception-force-rebuild/
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/build/tools/toolchain-licenses/
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_static-exception/
DCOPYING95 a) You must cause the modified files to carry prominent notices
/ndk/sources/host-tools/make-3.81/
DCOPYING96 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.
/ndk/sources/host-tools/sed-4.2.1/testsuite/
Duniq.good630 matches, we carry on as at the end of a normal bracket, leaving the subject
Duniq.inp1367 matches, we carry on as at the end of a normal bracket, leaving the subject
/ndk/sources/host-tools/sed-4.2.1/doc/
Dsed.info1623 then propagate the carry to tens, hundreds, and so on.
1641 # Do the carry. The t's and b's are not necessary,
Dsed.texi2203 on the current line as units, and then propagate the carry
2229 # Do the carry. The t's and b's are not necessary,
3479 pattern. Any changes made in one alternative do carry on
Dsed-in.texi2100 on the current line as units, and then propagate the carry
2123 # Do the carry. The t's and b's are not necessary,
3312 pattern. Any changes made in one alternative do carry on