Home
last modified time | relevance | path

Searched refs:exp_bias (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/winetests/scrrun/
H A Ddictionary.c210 unsigned int exp_bias : 8; member
222 unsigned int exp_bias : 11; /* bias == 1023 */ member
535 fx4.i.exp_bias = 0xff; in test_hash_value()
549 fx4.i.exp_bias = 0xff; in test_hash_value()
561 fx8.i.exp_bias = 0x7ff; in test_hash_value()
585 fx8.i.exp_bias = 0x7ff; in test_hash_value()
/reactos/dll/win32/oleaut32/
H A Dvartype.c5416 unsigned int exp_bias : 8; member
5432 if (fx.i.m == 0 && fx.i.exp_bias == 0) { in VARIANT_DI_FromR4()
5435 } else if (fx.i.m == 0 && fx.i.exp_bias == 0xFF) { in VARIANT_DI_FromR4()
5438 } else if (fx.i.exp_bias == 0xFF) { in VARIANT_DI_FromR4()
5445 exponent2 = fx.i.exp_bias - 127; /* Get unbiased exponent */ in VARIANT_DI_FromR4()
5451 if (fx.i.exp_bias == 0) { in VARIANT_DI_FromR4()
5476 unsigned int exp_bias : 11; /* bias == 1023 */ member
5492 if (fx.i.m_lo == 0 && fx.i.m_hi == 0 && fx.i.exp_bias == 0) { in VARIANT_DI_FromR8()
5498 } else if (fx.i.exp_bias == 0x7FF) { in VARIANT_DI_FromR8()
5505 exponent2 = fx.i.exp_bias - 1023; /* Get unbiased exponent */ in VARIANT_DI_FromR8()
[all …]