Searched refs:Good (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ucdata/
H A Dbidiapi.txt5 "Pretty Good Bidi Algorithm" API
7 The PGBA (Pretty Good Bidi Algorithm) is an effective alternative to the
/macosx-10.10.1/misc_cmds-33/calendar/calendars/
H A Dcalendar.christian16 Easter-2 Good Friday (2 days before Easter)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dcfg.vim2 " Language: Good old CFG files
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts/
H A Dadventure.sh49 Good luck!
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp264 SmallVectorImpl<const SCEV *> &Good,
269 Good.push_back(S);
277 DoInitialMatch(*I, L, Good, Bad, SE);
284 DoInitialMatch(AR->getStart(), L, Good, Bad, SE);
289 L, Good, Bad, SE);
306 Good.push_back(SE.getMulExpr(NegOne, *I));
322 SmallVector<const SCEV *, 4> Good; local
324 DoInitialMatch(S, L, Good, Bad, SE);
325 if (!Good.empty()) {
326 const SCEV *Sum = SE.getAddExpr(Good);
263 DoInitialMatch(const SCEV *S, Loop *L, SmallVectorImpl<const SCEV *> &Good, SmallVectorImpl<const SCEV *> &Bad, ScalarEvolution &SE) argument
[all...]

Completed in 128 milliseconds