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

123

/freebsd-11-stable/lib/msun/ld128/
H A Ds_nanl.c38 union IEEEl2bits ieee; member in union:__anon6959
43 u.ieee.bits.exp = 0x7fff;
44 u.ieee.bits.manh |= 1ULL << 47; /* make it a quiet NaN */
45 return (u.ieee.e);
/freebsd-11-stable/lib/msun/ld80/
H A Ds_nanl.c38 union IEEEl2bits ieee; member in union:__anon6963
43 u.ieee.bits.exp = 0x7fff;
44 u.ieee.bits.manh |= 0xc0000000; /* make it a quiet NaN */
45 return (u.ieee.e);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c1 /* BFD back-end for ieee-695 objects.
33 #include "ieee.h"
56 /* Functions for writing to ieee files in the strange way that the
169 /* Functions for reading from ieee files in the strange way that the
172 #define this_byte(ieee) *((ieee)->input_p)
173 #define next_byte(ieee) ((ieee)->input_p++)
174 #define this_byte_and_next(ieee) (*((ieee)
176 read_2bytes(common_header_type *ieee) argument
185 bfd_get_string(common_header_type *ieee, char *string, size_t length) argument
194 read_id(common_header_type *ieee) argument
342 parse_int(common_header_type *ieee, bfd_vma *value_ptr) argument
371 parse_i(common_header_type *ieee, bfd_boolean *ok) argument
379 must_parse_int(common_header_type *ieee) argument
499 parse_expression(ieee_data_type *ieee, bfd_vma *value, ieee_symbol_index_type *symbol, bfd_boolean *pcrel, unsigned int *extra, asection **section) argument
661 ieee_part_after(ieee_data_type *ieee, file_ptr here) argument
679 get_symbol(bfd *abfd ATTRIBUTE_UNUSED, ieee_data_type *ieee, ieee_symbol_type *last_symbol, unsigned int *symbol_count, ieee_symbol_type ***pptr, unsigned int *max_index, int this_type) argument
717 ieee_data_type *ieee = IEEE_DATA (abfd); local
1005 ieee_data_type *ieee = IEEE_DATA (abfd); local
1046 get_section_entry(bfd *abfd, ieee_data_type *ieee, unsigned int index) argument
1092 ieee_data_type *ieee = IEEE_DATA (abfd); local
1267 ieee_data_type *ieee = IEEE_DATA (abfd); local
1297 ieee_ar_data_type *ieee; local
1450 do_one(ieee_data_type *ieee, ieee_per_section_type *current_map, unsigned char *location_ptr, asection *s, int iterations) argument
1654 ieee_data_type *ieee = IEEE_DATA (abfd); local
1785 ieee_data_type *ieee; local
2061 ieee_data_type *ieee = IEEE_DATA (abfd); local
2108 ieee_data_type *ieee = IEEE_DATA (abfd); local
2599 ieee_data_type *ieee; local
3101 ieee_data_type *ieee = IEEE_DATA (abfd); local
3165 ieee_data_type *ieee = IEEE_DATA (abfd); local
3259 ieee_data_type *ieee = IEEE_DATA (abfd); local
3388 ieee_data_type *ieee = IEEE_DATA (abfd); local
3502 ieee_data_type *ieee = IEEE_DATA (abfd); local
3690 ieee_data_type *ieee; local
[all...]
/freebsd-11-stable/gnu/usr.bin/binutils/libbinutils/
H A DMakefile17 ieee.c \
/freebsd-11-stable/lib/libc/xdr/
H A Dxdr_float.c88 struct ieee_single ieee; member in struct:sgl_limits
118 is = lim->ieee;
138 if ((is.exp == lim->ieee.exp) &&
139 (is.mantissa == lim->ieee.mantissa)) {
184 struct ieee_double ieee; member in struct:dbl_limits
235 id = lim->ieee;
271 if ((id.mantissa2 == lim->ieee.mantissa2) &&
272 (id.mantissa1 == lim->ieee.mantissa1) &&
273 (id.exp == lim->ieee.exp)) {
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_dcbx.c95 static bool ecore_dcbx_default_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
99 if (ieee)
107 static bool ecore_dcbx_iscsi_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
111 if (ieee)
120 static bool ecore_dcbx_fcoe_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
124 if (ieee)
132 static bool ecore_dcbx_roce_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
136 if (ieee)
144 static bool ecore_dcbx_roce_v2_tlv(u32 app_info_bitmap, u16 proto_id, bool ieee) argument
148 if (ieee)
157 ecore_dcbx_iwarp_tlv(struct ecore_hwfn *p_hwfn, u32 app_info_bitmap, u16 proto_id, bool ieee) argument
302 ecore_dcbx_get_app_protocol_type(struct ecore_hwfn *p_hwfn, u32 app_prio_bitmap, u16 id, enum dcbx_protocol_type *type, bool ieee) argument
339 bool enable, ieee, eth_tlv; local
547 ecore_dcbx_get_app_data(struct ecore_hwfn *p_hwfn, struct dcbx_app_priority_feature *p_app, struct dcbx_app_priority_entry *p_tbl, struct ecore_dcbx_params *p_params, bool ieee) argument
680 ecore_dcbx_get_common_params(struct ecore_hwfn *p_hwfn, struct dcbx_app_priority_feature *p_app, struct dcbx_app_priority_entry *p_tbl, struct dcbx_ets_feature *p_ets, u32 pfc, struct ecore_dcbx_params *p_params, bool ieee) argument
1255 ecore_dcbx_set_app_data(struct ecore_hwfn *p_hwfn, struct dcbx_app_priority_feature *p_app, struct ecore_dcbx_params *p_params, bool ieee) argument
1332 bool ieee = false; local
[all...]
H A Decore_dcbx_api.h150 bool ieee; member in struct:ecore_dcbx_operational_params
/freebsd-11-stable/sys/net80211/
H A Dieee80211.c1013 uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags)
1021 c->ic_ieee = ieee;
1022 c->ic_freq = freq != 0 ? freq : ieee80211_ieee2mhz(ieee, flags);
1108 int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower,
1117 error = addchan(chans, maxchans, nchans, ieee, freq, maxregpower,
1150 int *nchans, uint8_t ieee, int8_t maxregpower, uint32_t flags)
1156 freq = ieee80211_ieee2mhz(ieee, flags);
1184 * Adds channels into specified channel list (ieee[] array must be sorted).
1189 const uint8_t ieee[], int nieee, uint32_t flags[])
1195 freq = ieee80211_ieee2mhz(ieee[
1012 addchan(struct ieee80211_channel chans[], int maxchans, int *nchans, uint8_t ieee, uint16_t freq, int8_t maxregpower, uint32_t flags) argument
1107 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
1149 ieee80211_add_channel_ht40(struct ieee80211_channel chans[], int maxchans, int *nchans, uint8_t ieee, int8_t maxregpower, uint32_t flags) argument
1188 add_chanlist(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t ieee[], int nieee, uint32_t flags[]) argument
1225 ieee80211_add_channel_list_2ghz(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], int ht40) argument
1249 ieee80211_add_channel_list_5ghz(struct ieee80211_channel chans[], int maxchans, int *nchans, const uint8_t ieee[], int nieee, const uint8_t bands[], int ht40) argument
1286 ieee80211_find_channel_byieee(struct ieee80211com *ic, int ieee, int flags) argument
[all...]
H A Dieee80211_radiotap.c149 uint8_t ieee; member in struct:__anon12369
155 rc->ieee = c->ic_ieee;
/freebsd-11-stable/gnu/usr.bin/binutils/as/
H A DMakefile19 atof-ieee.c \
/freebsd-11-stable/sbin/nvmecontrol/
H A Didentify.c63 cdata->ieee[0], cdata->ieee[1], cdata->ieee[2]);
/freebsd-11-stable/sys/powerpc/fpu/
H A Dfpu_explode.c55 #include <machine/ieee.h>
H A Dfpu_implode.c55 #include <machine/ieee.h>
/freebsd-11-stable/lib/libc/sparc64/fpu/
H A Dfpu_explode.c59 #include <machine/ieee.h>
H A Dfpu_implode.c59 #include <machine/ieee.h>
/freebsd-11-stable/contrib/binutils/binutils/
H A DMakefile.am94 ieee.c is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c \
107 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
517 ieee.o: ieee.c sysdep.h $(INCDIR)/ansidecl.h ../bfd/bfdver.h \
519 $(INCDIR)/symcat.h $(INCDIR)/ieee.h $(INCDIR)/libiberty.h \
H A DMakefile.in132 ieee.$(OBJEXT) rdcoff.$(OBJEXT)
414 ieee.c is-ranlib.c is-strip.c maybe-ranlib.c maybe-strip.c \
427 DEBUG_SRCS = rddbg.c debug.c stabs.c ieee.c rdcoff.c
1267 ieee.o: ieee.c sysdep.h $(INCDIR)/ansidecl.h ../bfd/bfdver.h \
1269 $(INCDIR)/symcat.h $(INCDIR)/ieee.h $(INCDIR)/libiberty.h \
/freebsd-11-stable/sys/dev/lmc/
H A Dif_lmc.c4318 u_int8_t *ieee; local
4348 ieee = (u_int8_t *)sc->status.ieee;
4349 for (i=0; i<3; i++) sc->status.ieee[i] = read_srom(sc, 10+i);
4351 ieee[0], ieee[1], ieee[2], ieee[3], ieee[4], ieee[
[all...]
/freebsd-11-stable/sys/dev/mwl/
H A Dmwlhal.h113 uint8_t ieee; /* channel number */ member in struct:__anon11039::mwl_hal_channel
H A Dif_mwl.c4300 findhalchannel(const MWL_HAL_CHANNELINFO *ci, int ieee) argument
4306 if (hc->ieee == ieee)
4384 hc->ieee, hc->maxTxPow, flags);
4401 hc->ieee, hc->freq, hc->maxTxPow, 0, bands);
H A Dmwlhal.c1089 if (ci->channels[i].ieee == chan)
2042 hc->ieee = table[i];
2073 hc->ieee = 1+j;
/freebsd-11-stable/lib/msun/
H A DMakefile161 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
/freebsd-11-stable/contrib/file/
H A Dconfig.sub1354 | udi* | eabi* | lites* | ieee* | go32* | aux* | hcos* \
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c1969 uint8_t ieee; local
1975 ieee = iwm_nvm_channels[ch_idx];
1977 ieee = iwm_nvm_channels_8000[ch_idx];
1982 ieee, ch_flags,
1990 ieee, 0, 0, nflags, bands);
1996 ieee, ch_flags,
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.sub1365 | udi* | eabi* | lites* | ieee* | go32* | aux* | hcos* \

Completed in 337 milliseconds

123