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 | 100 #define const_float64(x) (x) macro
|
| /openbmc/qemu/fpu/ |
| H A D | softfloat.c | 5289 const_float64( 0x3ff0000000000000ll ), /* 1 */ 5290 const_float64( 0x3fe0000000000000ll ), /* 2 */ 5291 const_float64( 0x3fc5555555555555ll ), /* 3 */ 5292 const_float64( 0x3fa5555555555555ll ), /* 4 */ 5293 const_float64( 0x3f81111111111111ll ), /* 5 */ 5294 const_float64( 0x3f56c16c16c16c17ll ), /* 6 */ 5295 const_float64( 0x3f2a01a01a01a01all ), /* 7 */ 5296 const_float64( 0x3efa01a01a01a01all ), /* 8 */ 5297 const_float64( 0x3ec71de3a556c734ll ), /* 9 */ 5298 const_float64( 0x3e927e4fb7789f5cll ), /* 10 */ [all …]
|