Home
last modified time | relevance | path

Searched refs:floating_point (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/
H A DResourceUtils.cpp679 auto floating_point = TryParseFloat(value); in TryParseItemForAttribute() local
680 if (floating_point) { in TryParseItemForAttribute()
681 if (type_mask & AndroidTypeToAttributeTypeMask(floating_point->value.dataType)) { in TryParseItemForAttribute()
682 return std::move(floating_point); in TryParseItemForAttribute()
/aosp12/art/runtime/
H A DAndroid.bp948 "interpreter/mterp/x86_64/floating_point.S",
964 "interpreter/mterp/arm64/floating_point.S",