Home
last modified time | relevance | path

Searched refs:GetDoubleConst (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.cpp436 const Constant* c = GetDoubleConst(val); in GetDoubleConstId()
440 const Constant* ConstantManager::GetDoubleConst(double val) { in GetDoubleConst() function in spvtools::opt::analysis::ConstantManager
H A Dconst_folding_rules.cpp38 return const_mgr->GetDoubleConst( in GetNan()
58 return const_mgr->GetDoubleConst(std::numeric_limits<double>::infinity()); in GetInf()
87 return const_mgr->GetDoubleConst(-da); in negateFPConst()
H A Dconstants.h649 const Constant* GetDoubleConst(double val);
/third_party/spirv-tools/source/opt/
H A Dconstants.cpp475 const Constant* c = GetDoubleConst(val); in GetDoubleConstId()
479 const Constant* ConstantManager::GetDoubleConst(double val) { in GetDoubleConst() function in spvtools::opt::analysis::ConstantManager
H A Dconstants.h657 const Constant* GetDoubleConst(double val);
H A Dconst_folding_rules.cpp37 return const_mgr->GetDoubleConst( in GetNan()
57 return const_mgr->GetDoubleConst(std::numeric_limits<double>::infinity()); in GetInf()
86 return const_mgr->GetDoubleConst(-da); in NegateFPConst()

Completed in 10 milliseconds