Home
last modified time | relevance | path

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

/third_party/vixl/src/
Dutils-vixl.cc268 float FPToFloat(Float16 value, UseDefaultNaN DN, bool* exception) { in FPToFloat()
337 UseDefaultNaN DN, in FPToFloat()
399 double FPToDouble(Float16 value, UseDefaultNaN DN, bool* exception) { in FPToDouble()
405 double FPToDouble(float value, UseDefaultNaN DN, bool* exception) { in FPToDouble()
449 UseDefaultNaN DN, in FPToFloat16()
504 UseDefaultNaN DN, in FPToFloat16()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DRDFLiveness.cpp485 NodeId DN = DA.Addr->getReachedDef(); in computePhiInfo() local
DHexagonCommonGEP.cpp871 DomTreeNode *DN = DT->getNode(L->getHeader()); in preheader() local
DHexagonLoopIdiomRecognition.cpp2244 DomTreeNode *DN = DT->getNode(ExitD); in processCopyingStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp1661 for (const DINode *DN : SP->getRetainedNodes()) { in collectEntityInfo() local
1901 for (const DINode *DN : SP->getRetainedNodes()) { in endFunctionImpl() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBTFDebug.cpp885 for (const DINode *DN : SP->getRetainedNodes()) { in beginFunctionImpl() local
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h1148 bool DN() { return fpcr_.DN() != 0; } in DN() function