HomeSort by relevance Sort by last modified time
    Searched defs:precision (Results 51 - 74 of 74) sorted by null

1 23

  /frameworks/base/opengl/libs/GLES2_dbg/src/
api.cpp 1661 GLint* precision; member in struct:__anon15541
    [all...]
  /libcore/luni/src/main/java/java/math/
BigDecimal.java 218 * The arbitrary precision integer (unscaled value) in the internal
234 * precision is calculated the first time, and used in the following calls
235 * of method <code>precision()</code>. Note that some call to the private
238 * @see #precision()
241 private transient int precision = 0; field in class:BigDecimal
355 precision = unscaledBuffer.length() - counter;
357 precision --;
373 * rounding mode and precision for the result of this operation.
379 * if {@code mc.precision > 0} and {@code mc.roundingMode ==
381 * within the given precision without rounding
1827 public int precision() { method in class:BigDecimal
    [all...]
  /libcore/luni/src/main/java/java/util/
Formatter.java 52 * argument index, optional flags, an optional width, an optional precision, and a mandatory
54 * In the example, {@code "%s"} has no flags, no width, and no precision, while
55 * {@code "%03d"} has the flag {@code 0}, the width 3, and no precision.
57 * Not all combinations of argument index, flags, width, precision, and conversion type
120 * truncate a field, only to make it wider: see precision for control over the maximum width.
122 * <i>Precision</i>. The precision is a {@code .} followed by a decimal integer, giving the minimum
1149 private int precision = UNSET; field in class:Formatter.FormatToken
1613 int precision = formatToken.getPrecision(); local
2094 final int precision = formatToken.getPrecision(); local
2127 int precision = formatToken.getPrecision(); local
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
cpplib.h 443 /* Precision for target CPP arithmetic, target characters, target
445 size_t precision, char_precision, int_precision, wchar_precision; member in struct:cpp_options
823 /* Sign extend a number, with PRECISION significant bits and all
870 target precision. PSTR points to the input pointer, which is just
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
cpplib.h 443 /* Precision for target CPP arithmetic, target characters, target
445 size_t precision, char_precision, int_precision, wchar_precision; member in struct:cpp_options
823 /* Sign extend a number, with PRECISION significant bits and all
870 target precision. PSTR points to the input pointer, which is just
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
cpplib.h 443 /* Precision for target CPP arithmetic, target characters, target
445 size_t precision, char_precision, int_precision, wchar_precision; member in struct:cpp_options
823 /* Sign extend a number, with PRECISION significant bits and all
870 target precision. PSTR points to the input pointer, which is just
    [all...]
  /external/freetype/src/raster/
ftraster.c 432 #define FLOOR( x ) ( (x) & -ras.precision )
433 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision )
435 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) )
447 Int precision_bits; /* precision related variables */
448 Int precision; member in struct:TWorker_
645 /* Set precision variables according to param flag. */
648 /* High :: Set to True for high precision (typically for ppem < 18), */
691 ras.precision = 1 << ras.precision_bits;
692 ras.precision_half = ras.precision / 2
    [all...]
  /external/icu4c/i18n/
decimfmt.cpp 4472 DecimalFormat::precision() const { function in class:DecimalFormat
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 896 // into the double precision floating point value and return it.
1594 VFPRegPrecision precision = local
2780 VFPRegPrecision precision = kSinglePrecision; local
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
glslang_tab.cpp 73 PRECISION = 262,
167 #define PRECISION 262
319 TPrecision precision; member in union:YYSTYPE::__anon13180::__anon13182
761 "MEDIUM_PRECISION", "LOW_PRECISION", "PRECISION", "ATTRIBUTE",
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES20.cpp 2767 GLint *precision = (GLint *) 0; local
2827 GLint *precision = (GLint *) 0; local
    [all...]
  /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:__anon7836
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...]
  /external/valgrind/main/include/vki/
vki-linux.h 285 long precision; /* clock precision (usec) (read only) */ member in struct:vki_timex
    [all...]
  /external/sqlite/dist/
sqlite3.c 18469 int precision; \/* Precision of the current field *\/ local
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 2004 milliseconds

1 23