Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp439 bool SimplifyFortifiedLibCalls::fold(CallInst *CI, const TargetData *TD, in fold() function in SimplifyFortifiedLibCalls
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DIntermediate.cpp1083 TIntermTyped* TIntermConstantUnion::fold(TOperator op, TIntermTyped* constantNode, TInfoSink& infoS… in fold() function in TIntermConstantUnion
/external/regex-re2/re2/
Dcompile.cc815 bool fold = foldascii; in PostVisit() local
/external/icu4c/test/intltest/
Dtstnorm.cpp1182 UnicodeString s, fold, d; in countFoldFCDExceptions() local
/external/opencv/ml/src/
Dmltree.cpp2737 double CvDTree::update_tree_rnc( int T, int fold ) in update_tree_rnc()
2788 int CvDTree::cut_tree( int T, int fold, double min_alpha ) in cut_tree()
/external/llvm/include/llvm/Target/
DTargetLowering.h1216 void setShouldFoldAtomicFences(bool fold) { in setShouldFoldAtomicFences()
/external/clang/test/SemaCXX/
Dconstant-expression-cxx11.cpp1206 #define fold(x) (__builtin_constant_p(x) ? (x) : (x)) macro