HomeSort by relevance Sort by last modified time
    Searched defs:x87DoubleExtended (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
APFloat.h 134 static const fltSemantics x87DoubleExtended;
  /external/llvm/lib/Support/
APFloat.cpp 58 const fltSemantics APFloat::x87DoubleExtended = { 16383, -16382, 64, true };
675 if (semantics == &APFloat::x87DoubleExtended)
    [all...]

Completed in 44 milliseconds