HomeSort by relevance Sort by last modified time
    Searched full:represent (Results 676 - 700 of 7724) sorted by null

<<21222324252627282930>>

  /development/ndk/platforms/android-9/arch-x86/include/machine/
ieee.h 63 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero
66 * in the fraction; to represent 2 , we need two, and so on. This
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ieee754.h 72 * float 1.0 x 2 . Thus, to represent 2 , we need one leading zero
75 * in the fraction; to represent 2 , we need two, and so on. This
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
package.html 40 represent numbers to get better performance.</li>
76 Thus the smallest number we can represent would be:
  /external/autotest/cli/
query_results 37 'this causes the rows returned to represent iterations '
48 'that this causes the rows returned to represent '
  /external/bison/lib/
mbswidth.c 41 /* Returns the number of columns needed to represent the multibyte
52 /* Returns the number of columns needed to represent the multibyte
  /external/clang/include/clang/Sema/
Designator.h 10 // This file defines interfaces used to represent designators (a la
179 /// Designation - Represent a full designation, which is a sequence of
  /external/eigen/Eigen/src/Geometry/
Scaling.h 23 * This class represent a uniform scaling transformation. It is the return
28 * To represent an axis aligned scaling, use the DiagonalMatrix class.
  /external/eigen/unsupported/Eigen/
BVH 42 * - Given a set of disks, determine if any is completely contained in a query rectangle (represent each 2D disk as a point \f$(x,y,r)\f$
43 * in 3D and represent the rectangle as a pyramid based on the original rectangle and shrinking in the \f$r\f$ direction)
  /external/gptfdisk/
mbr.cc 66 } else { // disk is too big to represent, so fake it...
96 } else { // disk is too big to represent, so fake it...
  /external/harfbuzz_ng/src/
hb-ot-head-table.hh 112 * ranges and don?t truly represent support for those
114 * encoded in the cmap subtables represent proper
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DecimalFormatSymbols.java 187 // * Returns the character used to represent a significant digit in a pattern.
196 // * Sets the character used to represent a significant digit in a pattern.
329 * Return the String used to represent infinity. Almost always left
339 * Set the String used to represent infinity. Almost always left
349 * Return the String used to represent NaN. Almost always left
359 * Set the String used to represent NaN. Almost always left
369 * Return the character used to represent minus sign. If no explicit
380 * Set the character used to represent minus sign. If no explicit
  /external/libmojo/mojo/public/cpp/bindings/
interface_request.h 21 // close the pipe on destruction. Can also represent the absence of a request
74 // is empty or invalid, the resulting InterfaceRequest will represent the
  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 33 /// This abstraction can be used to represent a specific location in memory.
34 /// The goal of the location is to represent enough information to describe
  /external/llvm/include/llvm/MC/
MCFixup.h 22 /// \brief Extensible enumeration to represent the type of a fixup.
52 /// Fixups are used any time the target instruction encoder needs to represent
  /external/llvm/include/llvm/Support/
AtomicOrdering.h 13 /// These values are used by LLVM to represent atomic ordering for C++11's
80 /// String used by LLVM IR to represent atomic ordering.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/
2-1.c 10 * Test that the higher numerical values for the priority represent the higher
188 ("Higher numerical values for the priority represent the lower priorities.\n");
2-2.c 10 * Test that the higher numerical values for the priority represent the higher
192 ("Higher numerical values for the priority represent the lower priorities.\n");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setscheduler/
assertions.xml 41 argument shall represent the time parameters used by the sporadic server
45 The sched_ss_max_repl member of the param argument shall represent the
  /external/pdfium/third_party/bigint/
BigUnsignedInABase.hh 26 * (1) They represent the number in exactly the same way, except that
85 * represent digits of 0 through 35. When parsing strings, lowercase is
  /external/python/cpython2/Doc/library/
mhlib.rst 34 :class:`Message` objects represent individual messages in a folder. The Message
111 :class:`Folder` instances represent open folders and have the following methods:
  /external/skia/debugger/QT/
SkListWidget.cpp 71 * the format (x1,y1,x2,y2) x1 and y1 represent where the painter can start
72 * drawing. x2 and y2 represent where the drawing area has to terminate
  /external/skia/gm/
hardstop_gradients.cpp 12 * in the table represent different color/position configurations,
13 * while the columns in the table represent different tile modes. In
  /external/snakeyaml/src/test/java/examples/
DiceExampleTest.java 32 import org.yaml.snakeyaml.representer.Represent;
59 private class RepresentDice implements Represent {
  /external/snakeyaml/src/test/java/examples/jodatime/
JodaTimeFlowStylesTest.java 51 Node node1 = dumper.represent(bean);
55 Node node2 = dumper2.represent(bean);
  /external/snakeyaml/src/test/java/org/yaml/snakeyaml/types/
BoolTagTest.java 26 import org.yaml.snakeyaml.representer.Represent;
121 private class RepresentBool implements Represent {

Completed in 2417 milliseconds

<<21222324252627282930>>