Home
last modified time | relevance | path

Searched refs:Avg (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D1189.chain46 Avg=
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp4284 int64_t Avg = (First & Last) + ((First ^ Last) >> 1); in GenerateCrossUseConstantOffsets() local
4287 Avg = Avg + ((First ^ Last) & ((uint64_t)Avg >> 63)); in GenerateCrossUseConstantOffsets()
4290 Imms.lower_bound(Avg)}; in GenerateCrossUseConstantOffsets()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlperf.pod644 |Stmts |Exclusive|Avg. |Reports |Source File |
700 |Line|Stmts.|Exclusive|Avg. |Code |
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp50851 if (SDValue Avg = detectAVGPattern(St->getValue(), St->getMemoryVT(), DAG, in combineStore() local
50853 return DAG.getStore(St->getChain(), dl, Avg, St->getBasePtr(), in combineStore()
51870 if (SDValue Avg = detectAVGPattern(Src, VT, DAG, Subtarget, DL)) in combineTruncate() local
51871 return Avg; in combineTruncate()