Home
last modified time | relevance | path

Searched refs:getSNaN (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h880 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstants.h295 static Constant *getSNaN(Type *Ty, bool Negative = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPFloat.h914 static APFloat getSNaN(const fltSemantics &Sem, bool Negative = false,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstants.cpp830 Constant *ConstantFP::getSNaN(Type *Ty, bool Negative, APInt *Payload) { in getSNaN() function in ConstantFP
832 APFloat NaN = APFloat::getSNaN(Semantics, Negative, Payload); in getSNaN()