Home
last modified time | relevance | path

Searched defs:isPrecise (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DMemoryLocation.h133 bool isPrecise() const { in isPrecise() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.h192 bool isPrecise() const { return mIsPrecise; } in isPrecise() function
853 bool isPrecise() const { return mIsPrecise; } in isPrecise() function
DTypes.h168 bool isPrecise() const { return precise; } in isPrecise() function
DBuildSPIRV.cpp679 bool isPrecise, in getArithmeticDecorations()
DIntermNode.cpp1554 bool isPrecise, in TIntermGlobalQualifierDeclaration()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1298 bool isBinary, bool isPrecise = false) { in optimizeDoubleFP()
1356 bool isPrecise = false) { in optimizeUnaryDoubleFP()
1362 bool isPrecise = false) { in optimizeBinaryDoubleFP()
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h965 constexpr bool isPrecise() const noexcept { return isPrecise_; } in isPrecise() function