Home
last modified time | relevance | path

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

123

/dports/graphics/py-pyx/PyX-0.15/pyx/
H A Dsvgfile.py350 def floatAttr(localname, default=_marker): function
368 offset=floatAttr("stroke-dashoffset", 0),
379 attrs.append(style.miterlimit(floatAttr("stroke-miterlimit")))
422 … p = path.line_pt(floatAttr("x1"), floatAttr("y1"), floatAttr("x2"), floatAttr("y2"))
424 x, y = floatAttr("x", 0), floatAttr("y", 0)
425 width, height = floatAttr("width"), floatAttr("height")
429 rx, ry = floatAttr("rx", None), floatAttr("ry", None)
445 if floatAttr("r") != 0:
446 p = path.circle_pt(floatAttr("cx", 0), floatAttr("cy", 0), floatAttr("r"))
450 if floatAttr("rx") != 0 and floatAttr("ry") != 0:
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/test/lib/IR/
H A DTestMatchers.cpp128 FloatAttr floatAttr; in test2() local
129 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr))); in test2()
136 << floatAttr.getValueAsDouble() << "\n"; in test2()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/test/lib/IR/
H A DTestMatchers.cpp127 FloatAttr floatAttr; in test2() local
128 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr))); in test2()
135 << floatAttr.getValueAsDouble() << "\n"; in test2()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp128 FloatAttr floatAttr; in test2() local
129 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr))); in test2()
136 << floatAttr.getValueAsDouble() << "\n"; in test2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/test/lib/IR/
H A DTestMatchers.cpp128 FloatAttr floatAttr; in test2() local
129 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr))); in test2()
136 << floatAttr.getValueAsDouble() << "\n"; in test2()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp128 FloatAttr floatAttr; in test2() local
129 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr))); in test2()
136 << floatAttr.getValueAsDouble() << "\n"; in test2()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/test/lib/IR/
H A DTestMatchers.cpp132 FloatAttr floatAttr; in test2() local
133 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr))); in test2()
140 << floatAttr.getValueAsDouble() << "\n"; in test2()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp132 FloatAttr floatAttr; in test2() local
133 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr))); in test2()
140 << floatAttr.getValueAsDouble() << "\n"; in test2()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp132 FloatAttr floatAttr; in test2() local
133 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr))); in test2()
140 << floatAttr.getValueAsDouble() << "\n"; in test2()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/test/lib/IR/
H A DTestMatchers.cpp132 FloatAttr floatAttr;
133 auto p = m_Op<MulFOp>(a, m_Op<AddFOp>(a, m_Constant(&floatAttr)));
140 << floatAttr.getValueAsDouble() << "\n";
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Quantizer/Support/
H A DStatistics.cpp79 if (FloatAttr floatAttr = attr.dyn_cast<FloatAttr>()) { in get() local
80 double value = floatAttr.getValueAsDouble(); in get()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/QuantOps/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Quant/Utils/
H A DQuantizeUtils.cpp26 FloatAttr floatAttr = origRealValue.cast<FloatAttr>(); in convertPrimitiveValueAttr() local
29 converter.quantizeFloatToInt(floatAttr.getValue())); in convertPrimitiveValueAttr()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/unittests/TableGen/
H A DStructsGenTest.cpp31 auto floatAttr = mlir::FloatAttr::get(floatType, 0.25); in getTestStruct() local
38 return test::TestStruct::get(integerAttr, floatAttr, elementsAttr, in getTestStruct()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/unittests/TableGen/
H A DStructsGenTest.cpp31 auto floatAttr = mlir::FloatAttr::get(floatType, 0.25); in getTestStruct() local
37 return test::TestStruct::get(integerAttr, floatAttr, elementsAttr, context); in getTestStruct()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/unittests/TableGen/
H A DStructsGenTest.cpp32 auto floatAttr = mlir::FloatAttr::get(floatType, 0.25); in getTestStruct() local
40 return test::TestStruct::get(integerAttr, floatAttr, elementsAttr, in getTestStruct()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp32 auto floatAttr = mlir::FloatAttr::get(floatType, 0.25); in getTestStruct() local
40 return test::TestStruct::get(integerAttr, floatAttr, elementsAttr, in getTestStruct()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/unittests/TableGen/
H A DStructsGenTest.cpp32 auto floatAttr = mlir::FloatAttr::get(floatType, 0.25); in getTestStruct() local
40 return test::TestStruct::get(integerAttr, floatAttr, elementsAttr, in getTestStruct()

123