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

  /external/llvm/include/llvm/ADT/
APFloat.h 133 static const fltSemantics PPCDoubleDouble;
449 /* For PPCDoubleDouble, we have a second exponent and sign (the second
  /external/llvm/lib/Support/
APFloat.cpp 63 const fltSemantics APFloat::PPCDoubleDouble = { 1023, -1022, 106, false };
707 if (semantics==(const llvm::fltSemantics*)&PPCDoubleDouble &&
714 else if (semantics==(const llvm::fltSemantics*)&PPCDoubleDouble &&
    [all...]

Completed in 36 milliseconds