Home
last modified time | relevance | path

Searched refs:i32Vec (Results 1 – 7 of 7) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/js/test/unit/vector/
H A Dnumeric-vector-tests.ts163 const i32Vec = IntVector.from(i32s); constant
173 test(`return type is correct`, () => checkType(Int32Vector, i32Vec));
188 testAndValidateVector(i32Vec, i32s);
224 const i32Vec = Int32Vector.from(u32Vec_); constant
234 test(`return type is correct`, () => checkType(Int32Vector, i32Vec));
246 testAndValidateVector(i32Vec, Int32Array.from(u32s));
/dports/databases/arrow/apache-arrow-6.0.1/js/test/unit/vector/
H A Dnumeric-vector-tests.ts165 const i32Vec = IntVector.from(i32s); constant
175 test(`return type is correct`, () => checkType(Int32Vector, i32Vec));
190 testAndValidateVector(i32Vec, i32s);
226 const i32Vec = Int32Vector.from(u32Vec_); constant
236 test(`return type is correct`, () => checkType(Int32Vector, i32Vec));
248 testAndValidateVector(i32Vec, Int32Array.from(u32s));
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/js/test/unit/vector/
H A Dnumeric-vector-tests.ts163 const i32Vec = IntVector.from(i32s); constant
173 test(`return type is correct`, () => checkType(Int32Vector, i32Vec));
188 testAndValidateVector(i32Vec, i32s);
224 const i32Vec = Int32Vector.from(u32Vec_); constant
234 test(`return type is correct`, () => checkType(Int32Vector, i32Vec));
246 testAndValidateVector(i32Vec, Int32Array.from(u32s));
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp132 auto i32Vec = broadcast(i32, width); in frexp() local
142 Value i32Arg = builder.create<BitcastOp>(i32Vec, arg); in frexp()
152 builder.create<BitcastOp>(i32Vec, arg0), bcast(i32Cst(builder, 23))); in frexp()
532 auto i32Vec = broadcast(builder.getI32Type(), *width); in matchAndRewrite() local
535 Value k = builder.create<FPToSIOp>(kF32, i32Vec); in matchAndRewrite()
675 auto i32Vec = broadcast(builder.getI32Type(), *width); in matchAndRewrite() local
677 return builder.create<FPToSIOp>(a, i32Vec); in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp134 auto i32Vec = broadcast(i32, width); in frexp() local
144 Value i32Arg = builder.create<LLVM::BitcastOp>(i32Vec, arg); in frexp()
154 builder.create<LLVM::BitcastOp>(i32Vec, arg0), in frexp()
535 auto i32Vec = broadcast(builder.getI32Type(), *width); in matchAndRewrite() local
538 Value k = builder.create<FPToSIOp>(kF32, i32Vec); in matchAndRewrite()
678 auto i32Vec = broadcast(builder.getI32Type(), *width); in matchAndRewrite() local
680 return builder.create<FPToSIOp>(a, i32Vec); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp134 auto i32Vec = broadcast(i32, width); in frexp() local
144 Value i32Arg = builder.create<LLVM::BitcastOp>(i32Vec, arg); in frexp()
154 builder.create<LLVM::BitcastOp>(i32Vec, arg0), in frexp()
535 auto i32Vec = broadcast(builder.getI32Type(), *width); in matchAndRewrite() local
538 Value k = builder.create<FPToSIOp>(kF32, i32Vec); in matchAndRewrite()
678 auto i32Vec = broadcast(builder.getI32Type(), *width); in matchAndRewrite() local
680 return builder.create<FPToSIOp>(a, i32Vec); in matchAndRewrite()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp134 auto i32Vec = broadcast(i32, width); in frexp() local
144 Value i32Arg = builder.create<LLVM::BitcastOp>(i32Vec, arg); in frexp()
154 builder.create<LLVM::BitcastOp>(i32Vec, arg0), in frexp()
535 auto i32Vec = broadcast(builder.getI32Type(), *width); in matchAndRewrite() local
538 Value k = builder.create<FPToSIOp>(kF32, i32Vec); in matchAndRewrite()
678 auto i32Vec = broadcast(builder.getI32Type(), *width); in matchAndRewrite() local
680 return builder.create<FPToSIOp>(a, i32Vec); in matchAndRewrite()