Home
last modified time | relevance | path

Searched defs:rawbits_to_fp (Results 1 – 1 of 1) sorted by relevance

/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc133 static float rawbits_to_fp(uint32_t bits) { return RawbitsToFloat(bits); } in rawbits_to_fp() function
135 static double rawbits_to_fp(uint64_t bits) { return RawbitsToDouble(bits); } in rawbits_to_fp() function