Lines Matching defs:radix
351 {"radix", asValue, handleDynamicOptional}}},
403 {"radix", asValue, handleDynamicOptional}}},
633 {"radix", asAddr, handleDynamicOptional}}},
4711 // Check that an explicit ieee_[get|set]_rounding_mode call radix value is 2.
4713 mlir::Value radix, std::string procName) {
4715 loc, mlir::arith::CmpIPredicate::ne, radix,
4716 builder.createIntegerConstant(loc, radix.getType(), 2));
4721 procName + " radix argument must be 2");
7117 // Handle optional radix(RADIX) argument
7118 mlir::Value radix =
7126 fir::runtime::genSelectedRealKind(builder, loc, precision, range, radix));