Searched refs:carry (Results 1 – 19 of 19) sorted by relevance
/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 | 728 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 …]
|
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/build/tools/toolchain-licenses/ |
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
|
D | COPYING | 95 a) You must cause the modified files to carry prominent notices
|
/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/sources/host-tools/make-3.81/ |
D | COPYING | 96 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/sources/host-tools/make-3.81/tests/ |
D | COPYING | 95 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/tests/abcc/jni/mman-win32/ |
D | LICENSE.TXT | 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/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.
|