Home | History | Annotate | Download | only in arm

Lines Matching full:svalue

240           float svalue;
271 } else if (GetVFPSingleValue(arg1, &svalue)) {
272 uint32_t as_word = bit_cast<uint32_t>(svalue);
273 PrintF("%s: %f 0x%08x\n", arg1, svalue, as_word);