Home
last modified time | relevance | path

Searched defs:recalculate (Results 1 – 16 of 16) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/concurrent/
DMemoizer.java50 private final boolean recalculate; field in Memoizer
74 public Memoizer(final Computable<I, O> computable, final boolean recalculate) { in Memoizer()
103 public Memoizer(final Function<I, O> function, final boolean recalculate) { in Memoizer()
/external/pdfium/fxjs/xfa/
Dcjx_template.cpp62 CJS_Result CJX_Template::recalculate( in recalculate() function in CJX_Template
Dcjx_form.cpp79 CJS_Result CJX_Form::recalculate(CFXJSE_Engine* runtime, in recalculate() function in CJX_Form
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DMachineRegionInfo.cpp59 void MachineRegionInfo::recalculate(MachineFunction &F, in recalculate() function in MachineRegionInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegionInfo.cpp59 void MachineRegionInfo::recalculate(MachineFunction &F, in recalculate() function in MachineRegionInfo
/external/llvm/lib/CodeGen/
DMachineRegionInfo.cpp54 void MachineRegionInfo::recalculate(MachineFunction &F, in recalculate() function in MachineRegionInfo
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp46 void WebAssemblyExceptionInfo::recalculate( in recalculate() function in WebAssemblyExceptionInfo
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DRegionInfo.cpp96 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() function in RegionInfo
DDomTreeUpdater.cpp120 void DomTreeUpdater::recalculate(Function &F) { in recalculate() function in llvm::DomTreeUpdater
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DRegionInfo.cpp98 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() function in RegionInfo
DDomTreeUpdater.cpp121 void DomTreeUpdater::recalculate(Function &F) { in recalculate() function in llvm::DomTreeUpdater
/external/llvm/lib/Analysis/
DRegionInfo.cpp95 void RegionInfo::recalculate(Function &F, DominatorTree *DT_, in recalculate() function in RegionInfo
/external/fonttools/Lib/fontTools/merge/
Dutil.py30 def recalculate(lst): function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp78 void WebAssemblyExceptionInfo::recalculate( in recalculate() function in WebAssemblyExceptionInfo
/external/llvm/include/llvm/Support/
DGenericDomTree.h717 template <class FT> void recalculate(FT &F) { in recalculate() function
/external/toybox/toys/pending/
Dsh.c629 static int recalculate(long long *dd, char **ss, int lvl) in recalculate() function