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

  /external/llvm/lib/Support/
APFloat.cpp 35 /* Represents floating point arithmetic semantics. */
119 assertArithmeticOK(const llvm::fltSemantics &semantics) {
120 assert(semantics.arithmeticOK &&
121 "Compile-time arithmetic does not support these semantics");
591 semantics = ourSemantics;
607 assert(semantics == rhs.semantics);
647 unsigned bitsToPreserve = semantics->precision - 1;
655 unsigned QNaNBit = semantics->precision - 2;
674 if (semantics == &APFloat::x87DoubleExtended
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 39 bool isTryLock, enum LockingSemantics semantics) const;
100 enum LockingSemantics semantics) const {
132 switch (semantics) {
140 llvm_unreachable("Unknown tryLock locking semantics");
146 } else if (semantics == PthreadSemantics) {
152 // XNU locking semantics return void on non-try locks
153 assert((semantics == XNUSemantics) && "Unknown locking semantics");
  /external/llvm/include/llvm/ADT/
APFloat.h 38 format that obeys IEEE semantics only requires adding two lines of
128 /* We support the following floating point semantics. */
231 /// semantics.
237 /// in the given semantics. Might be denormalized, which implies a
244 /// normalized finite number in the given semantics.
320 const fltSemantics &getSemantics() const { return *semantics; }
427 /* What kind of semantics does this value obey? */
428 const fltSemantics *semantics; member in class:llvm::APFloat
  /external/v8/test/mjsunit/
const-redecl.js 28 // Test for const semantics.
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 278 // Callback via a setTimeout so the sync/async semantics don't change
335 // Callback via a setTimeout so the sync/async semantics don't change
363 // Callback via a setTimeout so the sync/async semantics don't change
853 // Callback via a setTimeout so the sync/async semantics don't change
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 120 {\bf In 2.2} this command has the same semantics on all
ip-cref.tex 461 defines the interface hardware type. This type determines the format and semantics
    [all...]
  /external/v8/src/
array.js 914 // preserving the semantics, since the calls to the receiver function can add
    [all...]

Completed in 237 milliseconds