Searched refs:floating_point (Results 1 – 1 of 1) sorted by relevance
671 auto floating_point = TryParseFloat(value); in TryParseItemForAttribute() local672 if (floating_point) { in TryParseItemForAttribute()676 if (type_mask & AndroidTypeToAttributeTypeMask(floating_point->value.dataType)) { in TryParseItemForAttribute()678 const bool parsedAsFloat = floating_point->value.dataType == android::Res_value::TYPE_FLOAT; in TryParseItemForAttribute()680 float f = reinterpret_cast<float&>(floating_point->value.data); in TryParseItemForAttribute()687 return std::move(floating_point); in TryParseItemForAttribute()697 return std::move(floating_point); in TryParseItemForAttribute()