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

123

/freebsd-9.3-release/lib/msun/ld128/
H A Ds_nanl.c38 union IEEEl2bits ieee; member in union:__anon5388
43 u.ieee.bits.exp = 0x7fff;
44 u.ieee.bits.manh |= 1ULL << 47; /* make it a quiet NaN */
45 return (u.ieee.e);
/freebsd-9.3-release/lib/msun/ld80/
H A Ds_nanl.c38 union IEEEl2bits ieee; member in union:__anon5389
43 u.ieee.bits.exp = 0x7fff;
44 u.ieee.bits.manh |= 0xc0000000; /* make it a quiet NaN */
45 return (u.ieee.e);
/freebsd-9.3-release/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-9.3-release/gnu/usr.bin/binutils/libbinutils/
H A DMakefile17 ieee.c \
/freebsd-9.3-release/lib/libc/xdr/
H A Dxdr_float.c94 struct ieee_single ieee; member in struct:sgl_limits
127 is = lim->ieee;
148 if ((is.exp == lim->ieee.exp) &&
149 (is.mantissa == lim->ieee.mantissa)) {
194 struct ieee_double ieee; member in struct:dbl_limits
248 id = lim->ieee;
285 if ((id.mantissa2 == lim->ieee.mantissa2) &&
286 (id.mantissa1 == lim->ieee.mantissa1) &&
287 (id.exp == lim->ieee.exp)) {
/freebsd-9.3-release/lib/libc/arm/gen/
H A Dmodf.c36 #include <machine/ieee.h>
/freebsd-9.3-release/lib/libc/ia64/gen/
H A Dmodf.c34 #include <machine/ieee.h>
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.c36 #include <machine/ieee.h>
/freebsd-9.3-release/lib/libc/powerpc/gen/
H A Dmodf.c34 #include <machine/ieee.h>
/freebsd-9.3-release/lib/libc/powerpc64/gen/
H A Dmodf.c34 #include <machine/ieee.h>
/freebsd-9.3-release/gnu/usr.bin/binutils/as/
H A DMakefile15 atof-ieee.c \
/freebsd-9.3-release/sbin/nvmecontrol/
H A Didentify.c60 cdata->ieee[0], cdata->ieee[1], cdata->ieee[2]);
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_regdomain.c100 addchan(struct ieee80211com *ic, int ieee, int flags) argument
105 c->ic_freq = ieee80211_ieee2mhz(ieee, flags);
106 c->ic_ieee = ieee;
H A Dieee80211_radiotap.c137 uint8_t ieee; member in struct:__anon9633
143 rc->ieee = c->ic_ieee;
H A Dieee80211.c944 ieee80211_find_channel_byieee(struct ieee80211com *ic, int ieee, int flags) argument
951 if (c != NULL && c->ic_ieee == ieee &&
957 if (c->ic_ieee == ieee &&
/freebsd-9.3-release/sys/powerpc/fpu/
H A Dfpu_explode.c55 #include <machine/ieee.h>
H A Dfpu_implode.c55 #include <machine/ieee.h>
/freebsd-9.3-release/lib/libc/sparc64/fpu/
H A Dfpu_explode.c59 #include <machine/ieee.h>
H A Dfpu_implode.c59 #include <machine/ieee.h>
/freebsd-9.3-release/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 \
/freebsd-9.3-release/sys/dev/mwl/
H A Dmwlhal.h115 uint8_t ieee; /* channel number */ member in struct:__anon8424::mwl_hal_channel
H A Dif_mwl.c4448 findhalchannel(const MWL_HAL_CHANNELINFO *ci, int ieee) argument
4454 if (hc->ieee == ieee)
4523 addchan(struct ieee80211_channel *c, int freq, int flags, int ieee, int txpow) argument
4527 c->ic_ieee = ieee;
4572 hc->ieee, hc->maxTxPow);
4579 c->ic_extieee = hc->ieee;
4600 addchan(c, hc->freq, flags, hc->ieee, hc->maxTxPow);
/freebsd-9.3-release/sys/dev/nvme/
H A Dnvme.h421 /** ieee oui identifier */
422 uint8_t ieee[3]; member in struct:nvme_controller_data
/freebsd-9.3-release/lib/msun/
H A DMakefile133 fma.3 fmax.3 fmod.3 hypot.3 ieee.3 ieee_test.3 ilogb.3 j0.3 \
/freebsd-9.3-release/sys/dev/lmc/
H A Dif_lmc.c5484 u_int8_t *ieee; local
5520 ieee = (u_int8_t *)sc->status.ieee;
5521 for (i=0; i<3; i++) sc->status.ieee[i] = read_srom(sc, 10+i);
5523 ieee[0], ieee[1], ieee[2], ieee[3], ieee[4], ieee[
[all...]

Completed in 324 milliseconds

123