Searched refs:rawbits_to_fp (Results 1 – 1 of 1) sorted by relevance
133 static float rawbits_to_fp(uint32_t bits) { return RawbitsToFloat(bits); } in rawbits_to_fp() function135 static double rawbits_to_fp(uint64_t bits) { return RawbitsToDouble(bits); } in rawbits_to_fp() function296 rawbits_to_fp(inputs[n])); in Test1Op()300 rawbits_to_fp(expected[d])); in Test1Op()304 rawbits_to_fp(results[d])); in Test1Op()427 rawbits_to_fp(inputs[n]), in Test2Op()428 rawbits_to_fp(inputs[m])); in Test2Op()432 rawbits_to_fp(expected[d])); in Test2Op()436 rawbits_to_fp(results[d])); in Test2Op()574 rawbits_to_fp(inputs[n]), in Test3Op()[all …]