HomeSort by relevance Sort by last modified time
    Searched defs:PRECISION (Results 1 - 14 of 14) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/
IItem.java 55 int COVERAGE_LINE_INSTR = 3; // total line instr coverage, scaled up by PRECISION
72 int PRECISION = 100; // BUG_SF988160: increase overflow safety margin for very large projects
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
double-conversion.h 95 // When converting to precision mode the converter may add
102 // max_trailing_padding_zeroes_in_precision_mode in precision mode to avoid
231 // Computes 'precision' leading digits of the given 'value' and returns them
241 // max_trailing_padding_zeroes_in_precision_mode in precision mode to avoid
260 // - precision < kMinPericisionDigits
261 // - precision > kMaxPrecisionDigits
266 int precision,
279 PRECISION
283 // A higher precision can be achieved by using more digits, but the shortest
310 // - PRECISION: produces 'requested_digits' where the first digit is not '0'
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
ShaderParser.cpp 53 version 1.30.10 is the first version of GLSL Language containing precision qualifiers
55 all precision qualifiers from the shader source , otherwise we will use a shader parser
65 //XXX: Until proved otherwise, glsl doesn't know/use those precision macros, so we omit then
208 // parse the source and blank out precision statements
210 // precision {qualifier} {type};
216 // precision to be empty.
221 PRECISION,
224 } statementState = PRECISION;
225 const char *precision = NULL; local
265 case PRECISION
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.h 62 PRECISION = 262,
178 TPrecision precision; member in union:YYSTYPE::__anon11073::__anon11075
glslang_tab.cpp 144 PRECISION = 262,
260 TPrecision precision; member in union:YYSTYPE::__anon11067::__anon11069
747 "MEDIUM_PRECISION", "LOW_PRECISION", "PRECISION", "ATTRIBUTE",
    [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.h 155 PRECISION = 373,
356 #define PRECISION 373
glsl_parser.cc 264 PRECISION = 373,
465 #define PRECISION 373
    [all...]
  /hardware/invensense/60xx/mlsdk/mllite/
ml.h 281 #define PRECISION 10000.f
284 range.fraction = (long)((float)(x-(long)x)*PRECISION); \
288 x += ((float)range.fraction/PRECISION); \
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1392 milliseconds