Searched defs:PPCDoubleDouble (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DAPFloat.cpp64 const fltSemantics APFloat::PPCDoubleDouble = { 1023, -1022, 106, false }; member in class:llvm::APFloat
710 if (semantics==(const llvm::fltSemantics*)&PPCDoubleDouble &&
717 else if (semantics==(const llvm::fltSemantics*)&PPCDoubleDouble &&
2790 assert(semantics == (const llvm::fltSemantics*)&PPCDoubleDouble);
2975 if (semantics == (const llvm::fltSemantics*)&PPCDoubleDouble)
3053 initialize(&APFloat::PPCDoubleDouble);
/external/llvm/include/llvm/ADT/
H A DAPFloat.h133 static const fltSemantics PPCDoubleDouble; member in class:llvm::APFloat
459 /* For PPCDoubleDouble, we have a second exponent and sign (the second

Completed in 47 milliseconds