Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstudy/
H A Dpmcstudy.c558 double br, cl, cl2, cl3, uo, re, un, con, res, is; in br_mispredictib() local
572 cl2 = clear2->vals[pos] * 1.0; in br_mispredictib()
581 cl2 = clear2->sum * 1.0; in br_mispredictib()
588 res = (br/(br + cl + cl2 + cl3) * ((is - uo + con * re) / (con * un))); in br_mispredictib()
1346 double con, un, cl1, cl2, cl3, res; in clears() local
1356 cl2 = clr2->vals[pos] * 1.0; in clears()
1361 cl2 = clr2->sum * 1.0; in clears()
1365 res = ((cl1 + cl2 + cl3) * con)/un; in clears()
1378 double con, un, cl1, cl2, cl3, cy, res; in clears_broad() local
1388 cl2 = clr2->vals[pos] * 1.0; in clears_broad()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def203 LANGSTANDARD(opencl20, "cl2.0",
/freebsd/contrib/file/magic/Magdir/
H A Dole2compounddocs332 !:mime application/x-corel-cl2
333 !:ext cl2
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1147 …Values<"cl,CL,cl1.0,CL1.0,cl1.1,CL1.1,cl1.2,CL1.2,cl2.0,CL2.0,cl3.0,CL3.0,clc++,CLC++,clc++1.0,CLC…