Home
last modified time | relevance | path

Searched refs:WidthC (Results 1 – 25 of 25) sorted by relevance

/dports/science/mcstas-comps/mcstas-comps-2.5-src/examples/
H A DESS_Brilliance_2013.instr49 double WidthC=0.14,WidthT=0.12;
58 XW=1.05*(WidthC+2*WidthT);
63 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
106 Freq =14, toflambda=0,tofcuts=0, srcarea=(100*WidthC*100*Yheight), restore_neutron=1)
H A DESS_Brilliance_2001.instr49 double WidthC=0.14,WidthT=0.12;
58 XW=1.05*(WidthC+2*WidthT);
63 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
106 Freq =14, toflambda=0,tofcuts=0, srcarea=(100*WidthC*100*Yheight), restore_neutron=1)
H A DESS_Brilliance_TDR.instr49 double WidthC=0.14,WidthT=0.12;
58 XW=1.05*(WidthC+2*WidthT);
63 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
106 Freq =14, toflambda=0,tofcuts=0, srcarea=(100*WidthC*100*Yheight), restore_neutron=1)
H A DESS_Brilliance_2014.instr55 double WidthC=0.23,WidthT=0.12;
64 XW=1.05*(WidthC+2*WidthT);
69 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
112 Freq =14, toflambda=0,tofcuts=0, srcarea=(100*WidthC*100*Yheight), restore_neutron=1)
H A DESS_Brilliance_2015.instr55 double WidthC=0.1,WidthT=0.18;
65 XW=1.05*(WidthC+2*WidthT);
70 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
115 Freq =14, toflambda=1 ,tofcuts=0, srcarea=(100*WidthC*100*Yheight), restore_neutron=1)
H A DESS_butterfly_test.instr50 double WidthC=0.072,WidthT=0.108;
66 XW=1.05*(WidthC+2*WidthT);
71 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
H A DESS_butterfly_tfocus_NOFOCUS_test.instr49 double WidthC=0.072,WidthT=0.108;
66 XW=1.05*(WidthC+2*WidthT);
71 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
H A DESS_butterfly_tfocus_test.instr50 double WidthC=0.072,WidthT=0.108;
67 XW=1.05*(WidthC+2*WidthT);
72 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
H A DESS_butterfly_Guide_curved_test.instr49 double WidthC=0.072,WidthT=0.108;
93 XW=1.05*(WidthC+2*WidthT);
98 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
H A DESS_butterfly_MCPL_test.instr49 double WidthC=0.072,WidthT=0.108;
93 XW=1.05*(WidthC+2*WidthT);
98 … bins=201 limits=[-%g,%g], user2 bins=201 limits=[-%g,%g]",1.05*(WidthC/2),1.05*(WidthC/2),1.05*Yh…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp889 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
890 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
894 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
903 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
920 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp920 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
921 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
925 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
934 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
951 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp920 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
921 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
925 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
934 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
951 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1124 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1125 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1129 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1138 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1155 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1124 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1125 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1129 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1138 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1155 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1124 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1125 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1129 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1138 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1155 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1124 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1125 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1129 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1138 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1155 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1124 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1125 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1129 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1138 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1155 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1263 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1264 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1268 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1277 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1294 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1959 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1960 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1965 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1974 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1991 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1959 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1960 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1965 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1974 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1991 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1959 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1960 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1965 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1974 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1991 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1953 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
1954 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
1959 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
1968 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
1985 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2219 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
2220 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
2224 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
2233 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
2250 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2037 Constant *WidthC = ConstantInt::get(Ty, BitWidth); in visitCallInst() local
2038 Constant *ModuloC = ConstantExpr::getURem(ShAmtC, WidthC); in visitCallInst()
2042 assert(ConstantExpr::getICmp(ICmpInst::ICMP_UGT, WidthC, ShAmtC) == in visitCallInst()
2051 Constant *LeftShiftC = ConstantExpr::getSub(WidthC, ShAmtC); in visitCallInst()
2068 ConstantExpr::getSub(WidthC, ShAmtC)); in visitCallInst()