Searched refs:cl2 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/usr.sbin/pmcstudy/ |
| D | pmcstudy.c | 560 double br, cl, cl2, cl3, uo, re, un, con, res, is; in br_mispredictib() local 574 cl2 = clear2->vals[pos] * 1.0; in br_mispredictib() 583 cl2 = clear2->sum * 1.0; in br_mispredictib() 590 res = (br/(br + cl + cl2 + cl3) * ((is - uo + con * re) / (con * un))); in br_mispredictib() 1348 double con, un, cl1, cl2, cl3, res; in clears() local 1358 cl2 = clr2->vals[pos] * 1.0; in clears() 1363 cl2 = clr2->sum * 1.0; in clears() 1367 res = ((cl1 + cl2 + cl3) * con)/un; in clears() 1380 double con, un, cl1, cl2, cl3, cy, res; in clears_broad() local 1390 cl2 = clr2->vals[pos] * 1.0; in clears_broad() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | LangStandards.def | 177 LANGSTANDARD(opencl20, "cl2.0",
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/ |
| D | Options.td | 846 …ndard to compile for.">, Values<"cl,CL,cl1.0,CL1.0,cl1.1,CL1.1,cl1.2,CL1.2,cl2.0,CL2.0,cl3.0,CL3.0…
|