Home
last modified time | relevance | path

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

12345678910>>...22

/dports/devel/R-cran-gdata/gdata/tests/unitTests/
H A Drunit.bindData.R54 tmp123 <- bindData(x=tmp12, y=tmp3, common=c("id", "nu", "ch", "fa")) functionVar
56 checkEquals(names(tmp123), c("id", "nu", "ch", "fa", "y1", "f1", "y2", "f2", "y3", "f3"))
57 checkEquals(rbind(tmp1["id"], tmp2["id"], tmp3["id"]), tmp123["id"])
58 checkEquals(rbind(tmp1["fa"], tmp2["fa"], tmp3["fa"]), tmp123["fa"])
59 checkEquals(is.na(tmp123$y1), c(rep(FALSE, times=n1), rep(TRUE, times=n2+n3)))
60 checkEquals(is.na(tmp123$f1), c(rep(FALSE, times=n1), rep(TRUE, times=n2+n3)))
61 checkEquals(is.na(tmp123$y2), c(rep(TRUE, times=n1), rep(FALSE, times=n2), rep(TRUE, times=n3)))
62 checkEquals(is.na(tmp123$f2), c(rep(TRUE, times=n1), rep(FALSE, times=n2), rep(TRUE, times=n3)))
63 checkEquals(is.na(tmp123$y3), c(rep(TRUE, times=n1+n2), rep(FALSE, times=n3)))
64 checkEquals(is.na(tmp123$f3), c(rep(TRUE, times=n1+n2), rep(FALSE, times=n3)))
/dports/devel/R-cran-gdata/gdata/man/
H A DbindData.Rd83 (tmp123 <- bindData(x=tmp12, y=tmp3, common=c("id", "nu", "ch", "fa")))
86 tmp123[order(tmp123$ch), ]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/
H A Dsext-load.ll12 %tmp123 = sext i8 %tmp12 to i32 ; <i32> [#uses=1]
13 ret i32 %tmp123
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/Generic/
H A D2008-01-25-dag-combine-mul.ll25 %tmp123 = lshr i64 %tmp121, 0 ; <i64> [#uses=1]
26 %tmp124 = mul i64 %tmp120, %tmp123 ; <i64> [#uses=1]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/Generic/
H A D2008-01-25-dag-combine-mul.ll25 %tmp123 = lshr i64 %tmp121, 0 ; <i64> [#uses=1]
26 %tmp124 = mul i64 %tmp120, %tmp123 ; <i64> [#uses=1]
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/Generic/
H A D2008-01-25-dag-combine-mul.ll25 %tmp123 = lshr i64 %tmp121, 0 ; <i64> [#uses=1]
26 %tmp124 = mul i64 %tmp120, %tmp123 ; <i64> [#uses=1]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/Generic/
H A D2008-01-25-dag-combine-mul.ll25 %tmp123 = lshr i64 %tmp121, 0 ; <i64> [#uses=1]
26 %tmp124 = mul i64 %tmp120, %tmp123 ; <i64> [#uses=1]
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/Generic/
H A D2008-01-25-dag-combine-mul.ll25 %tmp123 = lshr i64 %tmp121, 0 ; <i64> [#uses=1]
26 %tmp124 = mul i64 %tmp120, %tmp123 ; <i64> [#uses=1]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/Generic/
H A D2008-01-25-dag-combine-mul.ll25 %tmp123 = lshr i64 %tmp121, 0 ; <i64> [#uses=1]
26 %tmp124 = mul i64 %tmp120, %tmp123 ; <i64> [#uses=1]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/Generic/
H A D2008-01-25-dag-combine-mul.ll25 %tmp123 = lshr i64 %tmp121, 0 ; <i64> [#uses=1]
26 %tmp124 = mul i64 %tmp120, %tmp123 ; <i64> [#uses=1]
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/Generic/
H A D2008-01-25-dag-combine-mul.ll25 %tmp123 = lshr i64 %tmp121, 0 ; <i64> [#uses=1]
26 %tmp124 = mul i64 %tmp120, %tmp123 ; <i64> [#uses=1]

12345678910>>...22