Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dreader.cc455 static T ParseFloatValue(const dex::u1** pptr, size_t size) { in ParseFloatValue() function
501 ir_encoded_value->u.float_value = ParseFloatValue<float>(pptr, arg + 1); in ParseEncodedValue()
505 ir_encoded_value->u.double_value = ParseFloatValue<double>(pptr, arg + 1); in ParseEncodedValue()