Home
last modified time | relevance | path

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

/art/compiler/dex/quick/arm64/
Dtarget_arm64.cc330 int exponent = (((small_float >> 4) & 0x7) + 4) & 0x7; in DecodeImmSingle() local
331 return signed_mantissa*static_cast<float>(1 << exponent)*0.0078125f; in DecodeImmSingle()