HomeSort by relevance Sort by last modified time
    Searched refs:Precision (Results 1 - 6 of 6) sorted by null

  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 388 OptionalAmount Precision;
434 Precision = Amt;
435 Precision.setUsesDotPrefix();
439 return Precision;
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 133 // Look for the precision (if any).
457 Precision.setHowSpecified(OptionalAmount::NotSpecified);
502 // Precision
503 Precision.toString(os);
640 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified)
643 // Precision is only valid with the diouxXaAeEfFgGs conversions
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 96 'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
rails.php 89 'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
  /external/oprofile/events/x86-64/family10/
unit_masks 243 0x01 Single Precision add/subtract ops
244 0x02 Single precision multiply ops
245 0x04 Single precision divide/square root ops
246 0x08 Double precision add/subtract ops
247 0x10 Double precision multiply ops
248 0x20 Double precision divide/square root ops
  /external/dropbear/libtommath/
bn.tex 86 release the textbook ``Implementing Multiple Precision Arithmetic'' has been placed in the public domain with every new
248 source code is also accessible for computer science students attempting to learn ``BigNum'' or multiple precision
334 The basic ``multiple precision integer'' type is known as the ``mp\_int'' within LibTomMath. This data type is used to
    [all...]

Completed in 1172 milliseconds