Home
last modified time | relevance | path

Searched refs:const_float32 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/m68k/
H A Dsoftfloat_fpsp_tables.h224 const_float32(0x00000000),
225 const_float32(0x9F841A9B),
226 const_float32(0x9FC1D5B9),
227 const_float32(0xA0728369),
228 const_float32(0x1FC5C95C),
229 const_float32(0x1EE85C9F),
230 const_float32(0x9FA20729),
231 const_float32(0xA07BF9AF),
232 const_float32(0xA0020DCF),
233 const_float32(0x205A63DA),
[all …]
/openbmc/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.c52 const_float32(0x00000000), /* single 0.0 */
53 const_float32(0x3f800000), /* single 1.0 */
54 const_float32(0x40000000), /* single 2.0 */
55 const_float32(0x40400000), /* single 3.0 */
56 const_float32(0x40800000), /* single 4.0 */
57 const_float32(0x40a00000), /* single 5.0 */
58 const_float32(0x3f000000), /* single 0.5 */
59 const_float32(0x41200000) /* single 10.0 */
/openbmc/qemu/include/fpu/
H A Dsoftfloat-types.h97 #define const_float32(x) (x) macro