Home
last modified time | relevance | path

Searched refs:REAL (Results 1 – 16 of 16) sorted by relevance

/freebsd-9-stable/contrib/file/magic/Magdir/
Dvicar13 >32 string REAL \b, 32 bits = VAX longword = Fortran REAL*4
14 >32 string DOUB \b, 64 bits = VAX quadword = Fortran REAL*8
Diff39 >8 string REAL \b, REAL Real3D rendering
Dhp215 >8 leshort 0x2933 (REAL)
Dfilesystems153 >0 ubyte 0xd0 REAL/32 secure big partition
/freebsd-9-stable/contrib/gcc/
Dreal.h57 #define REAL_EXP(REAL) \ argument
58 ((int)((REAL)->uexp ^ (unsigned int)(1 << (EXP_BITS - 1))) \
60 #define SET_REAL_EXP(REAL, EXP) \ argument
61 ((REAL)->uexp = ((unsigned int)(EXP) & (unsigned int)((1 << EXP_BITS) - 1)))
DChangeLog.tree-ssa2749 (scalarize_component_ref): Handle REAL/IMAGPART_EXPR.
18482 [VOID|INTEGER|REAL|COMPLEX|VECTOR|ENUMERAL|BOOLEAN|CHAR]_TYPE nodes:
DChangeLog-20042475 * expr.c (get_inner_reference): Fix thinko in REAL/IMAGPART_EXPR
2670 * expr.c (get_inner_reference): Handle REAL/IMAGPART_EXPR.
2673 REAL/IMAGPART_EXPR. Do not disable addressability based on
2676 check for REAL/IMAGPART_EXPR.
/freebsd-9-stable/share/examples/ppp/
Dppp.conf.span-isp47 # REAL-LOCAL-IP is the real IP number of the Receiver machine (and must
175 # to get bogged down with sublinks. Replace REAL-ASSIGNED-IP with the
176 # IP number to be assigned to the Gateway machine. Replace REAL-LOCAL-IP
194 set ifaddr REAL-LOCAL-IP REAL-ASSIGNED-IP
/freebsd-9-stable/crypto/heimdal/lib/asn1/
Dlex.l128 REAL { return kw_REAL; }
/freebsd-9-stable/contrib/binutils/bfd/
Dlinker.c566 #undef REAL in bfd_wrapped_link_hash_lookup()
567 #define REAL "__real_" in bfd_wrapped_link_hash_lookup() macro
570 && CONST_STRNEQ (l, REAL) in bfd_wrapped_link_hash_lookup()
571 && bfd_hash_lookup (info->wrap_hash, l + sizeof REAL - 1, in bfd_wrapped_link_hash_lookup()
581 amt = strlen (l + sizeof REAL - 1) + 2; in bfd_wrapped_link_hash_lookup()
588 strcat (n, l + sizeof REAL - 1); in bfd_wrapped_link_hash_lookup()
594 #undef REAL in bfd_wrapped_link_hash_lookup()
/freebsd-9-stable/games/fortune/datfiles/
Dzippy1145 Was my SOY LOAF left out in th'RAIN? It tastes REAL GOOD!!
Dfortunes18590 FORTUNE'S GUIDE TO DEALING WITH REAL-LIFE SCIENCE FICTION: #14
18605 FORTUNE'S GUIDE TO DEALING WITH REAL-LIFE SCIENCE FICTION: #2
18624 FORTUNE'S GUIDE TO DEALING WITH REAL-LIFE SCIENCE FICTION: #6
26912 Let's not talk again REAL soon...
32640 from Alpha Centauri were REAL small, furry creatures from Alpha Centauri.
43353 REAL-TIME EXECUTIONER to delete liveware that adversely affects ...
/freebsd-9-stable/contrib/tzdata/
Daustralasia1299 # use, _they have NO REAL MEANING_, as they are not defined in the
/freebsd-9-stable/contrib/gdb/gdb/doc/
Dgdb.info-16739 type-compatible with the `REAL' 2.3.
7435 * _Floating-point types_ consist of `REAL'.
7500 Negative. Defined on `INTEGER' and `REAL' data.
Dgdb.texinfo7880 type-compatible with the @code{REAL} 2.3.
8676 @emph{Floating-point types} consist of @code{REAL}.
8749 Negative. Defined on @code{INTEGER} and @code{REAL} data.
/freebsd-9-stable/contrib/gcc/cp/
DChangeLog-19953751 TYPE_HAS_{INT,REAL}_CONVERSION.