Searched refs:mlirFloatAttrGetValueDouble (Results 1 – 4 of 4) sorted by relevance
106 MLIR_CAPI_EXPORTED double mlirFloatAttrGetValueDouble(MlirAttribute attr);
111 double mlirFloatAttrGetValueDouble(MlirAttribute attr) { in mlirFloatAttrGetValueDouble() function
746 fabs(mlirFloatAttrGetValueDouble(floating) - 2.0) > 1E-6) in printBuiltinAttributes()
1509 return mlirFloatAttrGetValueDouble(self); in bindDerived()