Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/test/builtins/Unit/
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()
Dtrunctfsf2_test.c20 "expected %f\n", a, x, fromRep32(expected)); in test__trunctfsf2()
Dextendhfsf2_test.c17 "expected %f\n", toRep16(a), x, fromRep32(expected)); in test__extendhfsf2()
Ddivsf3_test.c20 fromRep32(expected)); in test__divsf3()
/external/compiler-rt/test/builtins/Unit/
Dfp_test.h28 static inline float fromRep32(uint32_t x) in fromRep32() function
222 return fromRep32(0x7fc00000U); in makeQNaN32()
244 return fromRep32(0x7f800000U | (rand & 0x7fffffU)); in makeNaN32()
266 return fromRep32(0x7f800000U); in makeInf32()
Dtrunctfsf2_test.c30 "expected %f\n", a, x, fromRep32(expected)); in test__trunctfsf2()