/ndk/sources/android/support/src/wcstox/ |
D | floatscan.c | 200 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/ |
D | strtod.c | 737 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 …]
|
D | vfprintf.c | 326 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/ |
D | COPYING | 215 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/sed-4.2.1/ |
D | COPYING | 215 a) The work must carry prominent notices stating that you modified 218 b) The work must carry prominent notices stating that it is
|
D | COPYING.DOC | 145 copies in covers that carry, clearly and legibly, all these Cover
|
/ndk/sources/host-tools/ndk-stack/binutils/ |
D | COPYING3 | 214 a) The work must carry prominent notices stating that you modified 217 b) The work must carry prominent notices stating that it is
|
/ndk/build/tools/toolchain-licenses/ |
D | COPYING | 95 a) You must cause the modified files to carry prominent notices
|
/ndk/tests/build/test-stlport_static-exception-force-rebuild/ |
D | COPYING | 95 a) You must cause the modified files to carry prominent notices
|
/ndk/tests/device/test-stlport_shared-exception/ |
D | COPYING | 95 a) You must cause the modified files to carry prominent notices
|
/ndk/sources/host-tools/make-3.81/tests/ |
D | COPYING | 95 a) You must cause the modified files to carry prominent notices
|
/ndk/tests/abcc/jni/mman-win32/ |
D | LICENSE.TXT | 95 a) You must cause the modified files to carry prominent notices
|
/ndk/sources/host-tools/make-3.81/ |
D | COPYING | 96 a) You must cause the modified files to carry prominent notices
|
/ndk/tests/device/test-stlport_static-exception/ |
D | COPYING | 95 a) You must cause the modified files to carry prominent notices
|
/ndk/tests/build/lambda-defarg3/ |
D | COPYING | 95 a) You must cause the modified files to carry prominent notices
|
/ndk/sources/host-tools/make-3.81/doc/ |
D | fdl.texi | 152 copies in covers that carry, clearly and legibly, all these Cover
|
D | make.info-1 | 466 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,
|
D | make.texi | 520 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 …
|
D | make.info-2 | 2986 enclose the copies in covers that carry, clearly and legibly, all
|
/ndk/build/tools/ |
D | DEV-SCRIPTS-USAGE.TXT | 599 will simply print a warning and carry on.
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
D | uniq.good | 630 matches, we carry on as at the end of a normal bracket, leaving the subject
|
D | uniq.inp | 1367 matches, we carry on as at the end of a normal bracket, leaving the subject
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
D | sed.info | 1623 then propagate the carry to tens, hundreds, and so on. 1641 # Do the carry. The t's and b's are not necessary,
|
D | sed.texi | 2203 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
|
D | sed-in.texi | 2100 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
|