/packages/apps/Calculator/src/com/android/calculator2/ |
Logic.java | 243 for (int precision = mLineLength; precision > 6; precision--) { 244 result = tryFormattingWithPrecision(value, precision); 278 private String tryFormattingWithPrecision(double value, int precision) { 281 String result = String.format(Locale.US, "%" + mLineLength + "." + precision + "g", value);
|
/external/libxml2/ |
trio.c | 458 * D Binary Coded Decimal %D(length,precision) (OS/390) 551 * . Precision 639 /* The precision qualifier */ 640 int precision; member in struct:__anon11080 1178 int precision; local 1259 precision = NO_PRECISION; 1287 if (dots == 0) /* Precision */ 1291 /* Skip if no precision */ 1295 /* After the first dot we have the precision */ 3080 int precision; local 3325 precision, local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrtf.c | 57 * double precision so that its terms can be arranged for efficiency 65 * Second step Newton iteration to 47 bits. In double precision for
|
s_lround.c | 43 * If type has more precision than dtype, the endpoints dtype_(min|max) are 45 * from 0. On the other hand, if type has less precision than dtype, then
|
/external/compiler-rt/lib/ |
fixdfsi.c | 1 //===-- lib/fixdfsi.c - Double-precision -> integer conversion ----*- C -*-===// 10 // This file implements double-precision to integer conversion for the
|
fixsfsi.c | 1 //===-- lib/fixsfsi.c - Single-precision -> integer conversion ----*- C -*-===// 10 // This file implements single-precision to integer conversion for the
|
floatsidf.c | 1 //===-- lib/floatsidf.c - integer -> double-precision conversion --*- C -*-===// 10 // This file implements integer to double-precision conversion for the
|
floatsisf.c | 1 //===-- lib/floatsisf.c - integer -> single-precision conversion --*- C -*-===// 10 // This file implements integer to single-precision conversion for the
|
floatunsidf.c | 1 //===-- lib/floatunsidf.c - uint -> double-precision conversion ---*- C -*-===// 10 // This file implements unsigned integer to double-precision conversion for the
|
floatunsisf.c | 1 //===-- lib/floatunsisf.c - uint -> single-precision conversion ---*- C -*-===// 10 // This file implements unsigned integer to single-precision conversion for the
|
/external/dropbear/libtommath/ |
bn_fast_s_mp_mul_high_digs.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_add_d.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_div_2d.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_div_d.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_dr_reduce.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_exptmod.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_gcd.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_mul_2.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_mul_2d.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_prime_miller_rabin.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_read_radix.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_reduce.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_sub_d.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_mp_toradix_n.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|
bn_s_mp_add.c | 3 /* LibTomMath, multiple-precision integer library -- Tom St Denis 5 * LibTomMath is a library that provides multiple-precision
|