Home
last modified time | relevance | path

Searched refs:float64_positive_zero (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/bochs/bochs-2.7/cpu/fpu/
H A Dsoftfloat-specialize.h338 const float64 float64_positive_zero = BX_CONST64(0x0000000000000000); variable
H A Dsoftfloat.cc1770 return aSign ? packFloat64(1, 0x3FF - scale, 0) : float64_positive_zero; in float64_round_to_int()
/dports/emulators/fs-uae/fs-uae-3.1.35/softfloat/
H A Dsoftfloat-specialize.h338 const float64 float64_positive_zero = BX_CONST64(0x0000000000000000); variable
H A Dsoftfloat.cc1742 return aSign ? packFloat64(1, 0x3FF - scale, 0) : float64_positive_zero; in float64_round_to_int()
/dports/emulators/bochs/bochs-2.7/cpu/avx/
H A Davx512_pfp.cc558 case 0x8: op1 = float64_positive_zero; break; in float64_fixupimm()