Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_x86.cc6585 double dbl_value = constant->AsDoubleConstant()->GetValue(); in EmitMove() local
6586 int64_t value = bit_cast<int64_t, double>(dbl_value); in EmitMove()