Home
last modified time | relevance | path

Searched refs:parseFloatAttr (Results 1 – 3 of 3) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
DConfigurator.java143 protected static float parseFloatAttr(Context ctx, String value) { in parseFloatAttr() method in Configurator
236 out[i] = parseFloatAttr(ctx, vals[i]); in inflateParams()
/external/llvm-project/mlir/lib/Parser/
DParser.h214 Attribute parseFloatAttr(Type type, bool isNegative);
DAttributeParser.cpp108 return parseFloatAttr(type, /*isNegative=*/false); in parseAttribute()
116 return parseFloatAttr(type, /*isNegative=*/true); in parseAttribute()
292 Attribute Parser::parseFloatAttr(Type type, bool isNegative) { in parseFloatAttr() function in Parser