HomeSort by: relevance | last modified time | path
    Searched defs:makeNaN (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
APFloat.h 463 void makeNaN(bool SNaN = false, bool Neg = false,
659 void makeNaN(bool SNaN, bool Neg, const APInt *fill);
825 void makeNaN(bool SNaN, bool Neg, const APInt *fill) {
826 APFLOAT_DISPATCH_ON_SEMANTICS(makeNaN(SNaN, Neg, fill));
919 Val.makeNaN(false, Negative, payload);
927 Val.makeNaN(true, Negative, payload);

Completed in 50 milliseconds