Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/test/builtins/Unit/
H A Dfp_test.h27 static inline float fromRep32(uint32_t x) in fromRep32() function
227 return fromRep32(0x7fc00000U); in makeQNaN32()
249 return fromRep32(0x7f800000U | (rand & 0x7fffffU)); in makeNaN32()
271 return fromRep32(0x7f800000U); in makeInf32()
276 return fromRep32(0xff800000U); in makeNegativeInf32()
H A Dtrunctfsf2_test.c20 "expected %f\n", a, x, fromRep32(expected)); in test__trunctfsf2()
H A Dextendhfsf2_test.c17 "expected %f\n", toRep16(a), x, fromRep32(expected)); in test__extendhfsf2()
H A Ddivsf3_test.c20 fromRep32(expected)); in test__divsf3()