Searched refs:Ev (Results 1 - 10 of 10) sorted by relevance

/freebsd-13-stable/usr.bin/pom/
H A Dpom.c191 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; local
207 Ev = 1.2739 * sin(dtor(2*(l - LambdaSol) - Mm)); /* sec 61 #7 */
210 Mmprime = Mm + Ev - Ac - A3; /* sec 61 #9 */
213 lprime = l + Ev + Ec - Ac + A4; /* sec 61 #12 */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DExecuteStage.cpp137 HWPressureEvent Ev(HWPressureEvent::RESOURCES, Insts, Mask);
138 notifyEvent(Ev);
147 HWPressureEvent Ev(HWPressureEvent::REGISTER_DEPS, RegDeps);
148 notifyEvent(Ev);
153 HWPressureEvent Ev(HWPressureEvent::MEMORY_DEPS, MemDeps);
154 notifyEvent(Ev);
/freebsd-13-stable/tools/tools/nanobsd/pcengines/
H A Dcommon.conf42 find . -print | grep -Ev '/(CVS|\.git|\.hg|\.svn)' | cpio -dumpv ${NANO_WORLDDIR}
/freebsd-13-stable/sys/contrib/openzfs/scripts/
H A Dcommitcheck.sh10 body=$(git log -n 1 --pretty=%b "$REF" | grep -Ev "http(s)*://" | grep -E -m 1 ".{$((length + 1))}")
/freebsd-13-stable/usr.bin/calendar/
H A Dpom.c223 double N, Msol, Ec, LambdaSol, l, Mm, Ev, Ac, A3, Mmprime; local
239 Ev = 1.2739 * sin(dtor(2*(l - LambdaSol) - Mm)); /* sec 61 #7 */
242 Mmprime = Mm + Ev - Ac - A3; /* sec 61 #9 */
245 lprime = l + Ev + Ec - Ac + A4; /* sec 61 #12 */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp185 const SCEVAddRecExpr *Ev, const SCEV *BECount,
771 const SCEVAddRecExpr *Ev = dyn_cast<SCEVAddRecExpr>(SE->getSCEV(Pointer)); local
772 if (!Ev || Ev->getLoop() != CurLoop || !Ev->isAffine())
782 const SCEVConstant *ConstStride = dyn_cast<SCEVConstant>(Ev->getOperand(1));
801 SplatValue, MSI, MSIs, Ev, BECount, NegStride, /*IsLoopMemset=*/true);
893 SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev,
915 const SCEV *Start = Ev->getStart();
989 << " from store to: " << *Ev << " a
890 processLoopStridedStore( Value *DestPtr, unsigned StoreSize, MaybeAlign StoreAlignment, Value *StoredVal, Instruction *TheStore, SmallPtrSetImpl<Instruction *> &Stores, const SCEVAddRecExpr *Ev, const SCEV *BECount, bool NegStride, bool IsLoopMemset) argument
[all...]
/freebsd-13-stable/tools/tools/nanobsd/
H A Ddefaults.sh629 find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)/' | cpio ${CPIO_SYMLINK} -dumpv ${mnt}
737 find . -print | grep -Ev '/(CVS|\.svn|\.hg|\.git)/' | cpio ${CPIO_SYMLINK} -Ldumpv ${NANO_WORLDDIR}
/freebsd-13-stable/contrib/netbsd-tests/usr.bin/grep/
H A Dt_grep.sh177 grep -Ev -B2 '(banana|monkey|fruit)' d_context_e.in
179 grep -Ev -A1 '(banana|monkey|fruit)' d_context_e.in
689 "grep -Eon 'x|y|z|f' test1 | grep -Ev '${check_expr}'"
692 "grep -En 'x|y|z|f' --color=always test1 | grep -Ev '${check_expr}'"
695 "grep -Eon 'x|y|z|f' --color=always test1 | grep -Ev '${check_expr}'"
/freebsd-13-stable/usr.sbin/sysrc/
H A Dsysrc673 grep -Ev "^($EXCEPT)$"
/freebsd-13-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh810 grep -Ev "${REFUSE}" INDEX.new > INDEX.tmp

Completed in 273 milliseconds