Searched refs:const_float64 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/linux-user/arm/nwfpe/ |
H A D | fpopcode.c | 41 const_float64(0x0000000000000000ULL), /* double 0.0 */ 42 const_float64(0x3ff0000000000000ULL), /* double 1.0 */ 43 const_float64(0x4000000000000000ULL), /* double 2.0 */ 44 const_float64(0x4008000000000000ULL), /* double 3.0 */ 45 const_float64(0x4010000000000000ULL), /* double 4.0 */ 46 const_float64(0x4014000000000000ULL), /* double 5.0 */ 47 const_float64(0x3fe0000000000000ULL), /* double 0.5 */ 48 const_float64(0x4024000000000000ULL) /* double 10.0 */
|
/openbmc/qemu/include/fpu/ |
H A D | softfloat-types.h | 98 #define const_float64(x) (x) macro
|
/openbmc/qemu/fpu/ |
H A D | softfloat.c | 5186 const_float64( 0x3ff0000000000000ll ), /* 1 */ 5187 const_float64( 0x3fe0000000000000ll ), /* 2 */ 5188 const_float64( 0x3fc5555555555555ll ), /* 3 */ 5189 const_float64( 0x3fa5555555555555ll ), /* 4 */ 5190 const_float64( 0x3f81111111111111ll ), /* 5 */ 5191 const_float64( 0x3f56c16c16c16c17ll ), /* 6 */ 5192 const_float64( 0x3f2a01a01a01a01all ), /* 7 */ 5193 const_float64( 0x3efa01a01a01a01all ), /* 8 */ 5194 const_float64( 0x3ec71de3a556c734ll ), /* 9 */ 5195 const_float64( 0x3e927e4fb7789f5cll ), /* 10 */ [all …]
|