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

  /external/llvm/lib/Support/
APFloat.cpp 37 /* Represents floating point arithmetic semantics. */
574 semantics = ourSemantics;
590 assert(semantics == rhs.semantics);
628 unsigned bitsToPreserve = semantics->precision - 1;
636 unsigned QNaNBit = semantics->precision - 2;
655 if (semantics == &APFloat::x87DoubleExtended)
670 if (semantics != rhs.semantics) {
672 initialize(rhs.semantics);
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 39 bool isTryLock, enum LockingSemantics semantics) const;
89 enum LockingSemantics semantics) const {
121 switch (semantics) {
129 llvm_unreachable("Unknown tryLock locking semantics");
134 } else if (semantics == PthreadSemantics) {
140 // XNU locking semantics return void on non-try locks
141 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.
321 const fltSemantics &getSemantics() const { return *semantics; }
438 /* What kind of semantics does this value obey? */
439 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 674 switch(FloatingLiteralBits.Semantics) {
688 llvm_unreachable("Unrecognised floating semantics");
693 FloatingLiteralBits.Semantics = IEEEhalf;
695 FloatingLiteralBits.Semantics = IEEEsingle;
697 FloatingLiteralBits.Semantics = IEEEdouble;
699 FloatingLiteralBits.Semantics = x87DoubleExtended;
701 FloatingLiteralBits.Semantics = IEEEquad;
703 FloatingLiteralBits.Semantics = PPCDoubleDouble;
705 llvm_unreachable("Unknown floating semantics");
    [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/ceres-solver/docs/
changes.tex 234 \item Changed the semantics of how \texttt{SuiteSparse} dependencies are checked and used. Now \texttt{SuiteSparse} is built by default, only if all of its dependencies are present.
  /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...]
  /external/bison/
configure     [all...]

Completed in 1033 milliseconds