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

  /external/llvm/lib/Support/
APFloat.cpp 36 /* Represents floating point arithmetic semantics. */
120 assertArithmeticOK(const llvm::fltSemantics &semantics) {
121 assert(semantics.arithmeticOK &&
122 "Compile-time arithmetic does not support these semantics");
592 semantics = ourSemantics;
608 assert(semantics == rhs.semantics);
648 unsigned bitsToPreserve = semantics->precision - 1;
656 unsigned QNaNBit = semantics->precision - 2;
675 if (semantics == &APFloat::x87DoubleExtended
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 39 bool isTryLock, enum LockingSemantics semantics) const;
97 enum LockingSemantics semantics) const {
129 switch (semantics) {
137 llvm_unreachable("Unknown tryLock locking semantics");
142 } else if (semantics == PthreadSemantics) {
148 // XNU locking semantics return void on non-try locks
149 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; }
436 /* What kind of semantics does this value obey? */
437 const fltSemantics *semantics; member in class:llvm::APFloat
  /external/v8/test/mjsunit/harmony/
block-let-crankshaft.js 160 // Test that temporal dead zone semantics for function and block scoped
block-let-semantics.js 33 // Test temporal dead zone semantics of let bound variables in
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/v8/test/mjsunit/
const-redecl.js 28 // Test for const semantics.
elements-transition-hoisting.js 31 // not hoisted) correctly, don't change the semantics programs and don't trigger
  /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 1005 // preserving the semantics, since the calls to the receiver function can add
    [all...]

Completed in 774 milliseconds