Searched refs:ieee (Results 1 - 22 of 22) sorted by relevance

/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Dmpn2dbl.c33 u.ieee.negative = negative;
34 u.ieee.exponent = expt + IEEE754_DOUBLE_BIAS;
36 u.ieee.mantissa1 = frac_ptr[0];
37 u.ieee.mantissa0 = frac_ptr[1] & (((mp_limb_t) 1
40 u.ieee.mantissa1 = frac_ptr[0] & (((mp_limb_t) 1 << 32) - 1);
41 u.ieee.mantissa0 = (frac_ptr[0] >> 32) & (((mp_limb_t) 1
H A Dmpn2ldbl.c34 u.ieee.negative = sign;
35 u.ieee.exponent = expt + IEEE854_LONG_DOUBLE_BIAS;
37 u.ieee.mantissa1 = frac_ptr[0];
38 u.ieee.mantissa0 = frac_ptr[1];
40 u.ieee.mantissa1 = frac_ptr[0] & (((mp_limb_t) 1 << 32) - 1);
41 u.ieee.mantissa0 = frac_ptr[0] >> 32;
H A Dmpn2flt.c33 u.ieee.negative = sign;
34 u.ieee.exponent = expt + IEEE754_FLOAT_BIAS;
36 u.ieee.mantissa = frac_ptr[0] & (((mp_limb_t) 1 << FLT_MANT_DIG) - 1);
H A Ddbl2mpn.c38 *is_neg = u.ieee.negative;
39 *expt = (int) u.ieee.exponent - IEEE754_DOUBLE_BIAS;
42 res_ptr[0] = u.ieee.mantissa1; /* Low-order 32 bits of fraction. */
43 res_ptr[1] = u.ieee.mantissa0; /* High-order 20 bits. */
48 res_ptr[0] = ((unsigned long int) u.ieee.mantissa0 << 32) | u.ieee.mantissa1;
57 if (u.ieee.exponent == 0)
H A Dldbl2mpn.c40 *is_neg = u.ieee.negative;
41 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS;
44 res_ptr[0] = u.ieee.mantissa1; /* Low-order 32 bits of fraction. */
45 res_ptr[1] = u.ieee.mantissa0; /* High-order 32 bits. */
50 res_ptr[0] = ((mp_limb_t) u.ieee.mantissa0 << 32) | u.ieee.mantissa1;
56 if (u.ieee.exponent == 0)
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Derand48_r.c40 temp.ieee.negative = 0;
41 temp.ieee.exponent = IEEE754_DOUBLE_BIAS;
42 temp.ieee.mantissa0 = (xsubi[2] << 4) | (xsubi[1] >> 12);
43 temp.ieee.mantissa1 = ((xsubi[1] & 0xfff) << 20) | (xsubi[0] << 4);
H A Dstrtof.c18 u.ieee.mantissa = (mant) & 0x7fffff; \
H A Dstrtod.c47 u.ieee.mantissa0 = ((mant) >> 32) & 0xfffff; \
48 u.ieee.mantissa1 = (mant) & 0xffffffff; \
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dldbl2mpn.c39 *is_neg = u.ieee.negative;
40 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS;
43 res_ptr[0] = u.ieee.mantissa1; /* Low-order 32 bits of fraction. */
44 res_ptr[1] = u.ieee.mantissa0; /* High-order 32 bits. */
49 res_ptr[0] = ((mp_limb_t) u.ieee.mantissa0 << 32) | u.ieee.mantissa1;
55 if (u.ieee.exponent == 0)
112 else if (u.ieee.exponent < 0x7fff
/haiku/src/system/libroot/posix/glibc/arch/ppc/
H A Dldbl2mpn.c40 *is_neg = u.ieee.negative;
41 *expt = (int) u.ieee.exponent - IEEE854_LONG_DOUBLE_BIAS;
44 res_ptr[0] = u.ieee.mantissa1; /* Low-order 32 bits of fraction. */
45 res_ptr[1] = u.ieee.mantissa0; /* High-order 32 bits. */
50 res_ptr[0] = ((unsigned long int) u.ieee.mantissa0 << 32) | u.ieee.mantissa1;
56 if (u.ieee.exponent == 0)
/haiku/src/system/libroot/posix/glibc/wcsmbs/
H A Dwcstold.c42 u.ieee.mantissa0 = (((mant) >> 32) & 0x7fffffff) | 0x80000000; \
43 u.ieee.mantissa1 = (mant) & 0xffffffff; \
H A Dwcstof.c39 u.ieee.mantissa = (mant) & 0x7fffff; \
/haiku/src/system/libroot/posix/glibc/include/
H A Dieee754.h45 } ieee; member in union:ieee754_float
96 } ieee; member in union:ieee754_double
159 } ieee; member in union:ieee854_long_double
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_fphex.c111 num = (((unsigned long long int) fpnum.ldbl.ieee.mantissa0) << 32 \
112 | fpnum.ldbl.ieee.mantissa1); \
145 exponent = fpnum.ldbl.ieee.exponent; \
364 num = (((unsigned long long int) fpnum.dbl.ieee.mantissa0) << 32
365 | fpnum.dbl.ieee.mantissa1);
391 leading = fpnum.dbl.ieee.exponent == 0 ? '0' : '1';
393 exponent = fpnum.dbl.ieee.exponent;
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c1185 printf("%s: TODO VHT80+80 channel (ieee=%d, flags=0x%08x)\n",
1246 printf("%s: unknown VHT channel type (ieee=%d, flags=0x%08x)\n",
1286 uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags)
1294 printf("%s: %d: ieee=%d, freq=%d, flags=0x%08x\n",
1295 __func__, *nchans, ieee, freq, flags);
1299 c->ic_ieee = ieee;
1300 c->ic_freq = freq != 0 ? freq : ieee80211_ieee2mhz(ieee, flags);
1456 int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower,
1465 error = addchan(chans, maxchans, nchans, ieee, freq, maxregpower,
1477 int *nchans, uint8_t ieee, uint16_
1285 addchan(struct ieee80211_channel chans[], int maxchans, int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags) argument
1455 ieee80211_add_channel_cbw(struct ieee80211_channel chans[], int maxchans, int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t chan_flags, const uint8_t bands[], int cbw_flags) argument
1476 ieee80211_add_channel(struct ieee80211_channel chans[], int maxchans, int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t chan_flags, const uint8_t bands[]) argument
1508 ieee80211_add_channel_ht40(struct ieee80211_channel chans[], int maxchans, int *nchans, uint8_t ieee, int8_t maxregpower, uint32_t flags) argument
1603 add_chanlist(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t ieee[], int nieee, uint32_t flags[]) argument
1701 ieee80211_add_channel_list_2ghz(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], int cbw_flags) argument
1726 ieee80211_add_channel_list_5ghz(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], int cbw_flags) argument
1767 ieee80211_find_channel_byieee(struct ieee80211com *ic, int ieee, int flags) argument
[all...]
H A Dieee80211_radiotap.c151 uint8_t ieee; member in struct:__anon54
157 rc->ieee = c->ic_ieee;
H A Dieee80211_var.h799 int ieee, int flags);
H A Dieee80211_ioctl.c69 int ieee, int mode);
1896 findchannel(struct ieee80211com *ic, int ieee, int mode) argument
1922 if (c->ic_ieee != ieee)
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.h115 uint8_t ieee; /* channel number */ member in struct:__anon1218::mwl_hal_channel
H A Dif_mwl.c4310 findhalchannel(const MWL_HAL_CHANNELINFO *ci, int ieee) argument
4316 if (hc->ieee == ieee)
4394 hc->ieee, hc->maxTxPow, flags);
4411 hc->ieee, hc->freq, hc->maxTxPow, 0, bands);
H A Dmwlhal.c1093 if (ci->channels[i].ieee == chan)
2046 hc->ieee = table[i];
2077 hc->ieee = 1+j;
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_spec.h1006 uint8_t ieee[3]; member in struct:nvme_ctrlr_data

Completed in 124 milliseconds