Home
last modified time | relevance | path

Searched refs:cl3 (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
573 cl3 = clear3->vals[pos] * 1.0; in br_mispredictib()
582 cl3 = clear3->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
1357 cl3 = clr3->vals[pos] * 1.0; in clears()
1362 cl3 = clr3->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
1389 cl3 = clr3->vals[pos] * 1.0; in clears_broad()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def205 LANGSTANDARD(opencl30, "cl3.0",
/freebsd/contrib/file/magic/Magdir/
H A Dole2compounddocs778 # maybe also suffix cl3
779 #!:ext cl3/cl4
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td1094 …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…