Searched refs:real (Results 1 - 25 of 69) sorted by relevance

123

/freebsd-9.3-release/contrib/compiler-rt/lib/ppc/
H A Ddivtc3.c45 DD real = { .ld = __gcc_qdiv(realNumerator, denom) }; local
48 real.s.hi = crt_scalbn(real.s.hi, -ilogbw);
49 real.s.lo = crt_scalbn(real.s.lo, -ilogbw);
53 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
62 real.s.hi = crt_copysign(CRT_INFINITY,cDD.s.hi) * aDD.s.hi;
63 real.s.lo = 0.0;
73 real.s.hi = CRT_INFINITY * (aDD.s.hi*cDD.s.hi + bDD.s.hi*dDD.s.hi);
74 real
[all...]
H A Dmultc3.c32 DD real = { .ld = __gcc_qsub(ac,bd) }; local
35 if (crt_isnan(real.s.hi) && crt_isnan(imag.s.hi))
82 real.s.hi = CRT_INFINITY * (aDD.s.hi*cDD.s.hi - bDD.s.hi*dDD.s.hi);
83 real.s.lo = 0.0;
90 __real__ z = real.ld;
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_complex.h112 * @param Tp Type of real and imaginary values.
130 /// Return real part of complex number.
131 _Tp& real();
132 /// Return real part of complex number.
133 const _Tp& real() const;
178 complex<_Tp>::real() { return _M_real; } function in class:complex
182 complex<_Tp>::real() const { return _M_real; } function in class:complex
201 : _M_real(__z.real()), _M_imag(__z.imag()) { }
255 _M_real = __z.real();
266 _M_real += __z.real();
531 real(complex<_Tp>& __z) function
536 real(const complex<_Tp>& __z) function
1046 complex<float>::real() function in class:complex
1050 complex<float>::real() const function in class:complex
1199 complex<double>::real() function in class:complex
1203 complex<double>::real() const function in class:complex
1359 complex<long double>::real() function in class:complex
1363 complex<long double>::real() const function in class:complex
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dgenflags.c101 gen_macro (const char *name, int real, int expect) argument
105 gcc_assert (real <= expect);
106 gcc_assert (real);
118 for (i = 0; i < real - 1; i++)
H A Dcfgloopanal.c210 edge real = e->data; local
219 real->flags |= EDGE_IRREDUCIBLE_LOOP;
220 if (flow_bb_inside_loop_p (real->src->loop_father, real->dest))
221 real->src->flags |= BB_IRREDUCIBLE_LOOP;
H A Dc-cppbuiltin.c29 #include "real.h"
687 REAL_VALUE_TYPE real; local
697 it's easy to get the exact correct value), parse it as a real,
700 real_from_string (&real, hex_str);
701 real_to_decimal (dec_str, &real, sizeof (dec_str), digits, 0);
H A Dc-lex.c28 #include "real.h"
641 REAL_VALUE_TYPE real;
689 real_from_string3 (&real, copy, TYPE_MODE (type));
696 if (REAL_VALUE_ISINF (real) && pedantic)
700 value = build_real (type, real);
639 REAL_VALUE_TYPE real; local
H A Dfunction.c2007 adjacent to the real part. */
2816 /* Scan backwards for the set of the real and
2932 rtx tmp, real, imag;
2935 real = DECL_RTL (fnargs);
2937 if (inner != GET_MODE (real))
2939 real = gen_lowpart_SUBREG (inner, real);
2948 /* split_complex_arg put the real and imag parts in
2956 emit_move_insn (rmem, real);
2962 tmp = gen_rtx_CONCAT (DECL_MODE (parm), real, ima
2919 rtx tmp, real, imag; local
[all...]
H A Dtree-complex.c27 #include "real.h"
38 out whether a complex number is degenerate in some way, having only real
90 /* Return true if T is not a zero constant. In the case of real values,
112 tree real, imag; local
123 real = TREE_REALPART (t);
128 real = TREE_OPERAND (t, 0);
136 r = some_nonzerop (real);
140 /* ??? On occasion we could do better than mapping 0+0i to real, but we
325 otherwise the result is real. The add/subtract translates
326 the real/ima
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Dmkmodules.c25 static void rename_rcsfile PROTO((char *temp, char *real));
457 * checkout_file already printed a real error message. If the
817 rename_rcsfile (temp, real)
819 char *real;
826 rcs = xmalloc (strlen (real) + sizeof (RCSEXT) + 10);
827 (void) sprintf (rcs, "%s%s", real, RCSEXT);
836 bak = xmalloc (strlen (real) + sizeof (BAKPREFIX) + 10);
837 (void) sprintf (bak, "%s%s", BAKPREFIX, real);
845 if (CVS_RENAME (real, bak) < 0
847 error (0, errno, "cannot rename %s to %s", real, ba
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dtty.c97 } real; member in struct:ttydevice
223 return dev->real.fd != -1;
281 if (ioctl(p->fd, TIOCGETD, &dev->real.disc) < 0) {
297 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
306 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
361 dev->real.fd = p->fd;
363 dev->real.speed = speed;
374 ID0ioctl(p->fd, TIOCSETD, &dev->real.disc);
387 if (!physical_SetSpeed(p, dev->real.speed))
388 log_Printf(LogWARN, "Couldn't reset tty speed to %d\n", dev->real
[all...]
/freebsd-9.3-release/tools/tools/kdrv/
H A DKernelDriver323 if {$Options(real)} {
333 if {$Options(real)} {
394 if {$Options(real)} {
410 if {$Options(real)} {
430 if {$Options(real)} {
447 if {$Options(real)} {
467 if {$Options(real)} {
847 if {$Options(real)} {
853 if {$Options(real)} {
872 if {!$Options(real)} { retur
[all...]
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dboot.s48 movb partnum(%si), %al # %al = real partition number
50 movw %ax, b_partn # save real parttion number
154 movb defpartnum, %al # %al = real partition number
/freebsd-9.3-release/usr.bin/m4/
H A Dmisc.c366 set_input(struct input_file *f, FILE *real, const char *name) argument
368 f->file = real;
/freebsd-9.3-release/sys/boot/i386/btx/btx/
H A Dbtx.S148 * Update real mode IDT for reflecting hardware interrupts.
152 mov $0x20*4,%di # First real mode IDT entry
266 * To real-address mode.
269 mov %eax,%cr0 # real mode
274 mov $0x7008,%bx # Set real mode
433 * Invoke real mode interrupt/function call from user mode with arguments.
437 * Invoke real mode interrupt/function call from protected mode.
448 * -0x0c user %cs -0x10 real mode CS:IP return trampoline
449 * -0x10 user %eip -0x12 real mode flags
450 * -0x14 int no -0x16 real mod
[all...]
/freebsd-9.3-release/sys/boot/pc98/btx/btx/
H A Dbtx.S144 * Update real mode IDT for reflecting hardware interrupts.
148 mov $0x20*4,%di # First real mode IDT entry
264 * To real-address mode.
267 mov %eax,%cr0 # real mode
272 mov $0x1008,%bx # Set real mode
459 * Invoke real mode interrupt/function call from user mode with arguments.
463 * Invoke real mode interrupt/function call from protected mode.
474 * -0x0c user %cs -0x10 real mode CS:IP return trampoline
475 * -0x10 user %eip -0x12 real mode flags
476 * -0x14 int no -0x16 real mod
[all...]
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Ddoublebounce.pl95 sent to you in the hope that you will determine the real originator
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ctldir.c759 char real[MAXNAMELEN], fsname[MAXNAMELEN]; local
766 err = dmu_snapshot_realname(zfsvfs->z_os, snm, real,
769 snm = real;
826 char real[MAXNAMELEN]; local
834 err = dmu_snapshot_realname(zfsvfs->z_os, name, real,
837 name = real;
945 char real[MAXNAMELEN]; local
985 err = dmu_snapshot_realname(zfsvfs->z_os, nm, real,
988 strlcpy(nm, real, sizeof(nm));
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dobj-coff.c714 the debug symbol into the real symbol. Therefor, let's presume
715 the debug symbol is a real function reference. */
1258 symbolS * real;
1264 && (real = symbol_find_noref (S_GET_NAME (symp), 1))
1265 && S_GET_STORAGE_CLASS (real) == C_NULL
1266 && real != symp)
1268 c_symbol_merge (symp, real);
1458 /* This is an estimate; we'll plug in the real value using
1254 symbolS * real; local
/freebsd-9.3-release/contrib/binutils/binutils/
H A Ddebug.c1769 /* Make a method argument. The second argument is the real name of
2439 struct debug_type *real;
2442 real = debug_get_real_type ((void *) info, type, NULL);
2443 if (real == NULL)
2446 if ((real->kind == DEBUG_KIND_STRUCT
2447 || real->kind == DEBUG_KIND_UNION
2448 || real->kind == DEBUG_KIND_CLASS
2449 || real->kind == DEBUG_KIND_UNION_CLASS)
2450 && real->u.kclass != NULL)
2452 if (real
2436 struct debug_type *real; local
[all...]
/freebsd-9.3-release/contrib/binutils/ld/
H A Dldlang.h284 unsigned int real : 1; member in struct:lang_input_statement_struct
/freebsd-9.3-release/gnu/usr.bin/cc/cc_int/
H A DMakefile53 real.o recog.o reg-stack.o regclass.o regmove.o regrename.o \
/freebsd-9.3-release/libexec/rtld-elf/
H A Drtld.c760 origin_subst_one(char *real, const char *kw, const char *subst, argument
772 for (p = real, subst_count = 0;; p = p1 + kw_len, subst_count++) {
782 return (may_free ? real : xstrdup(real));
789 old_len = strlen(real);
796 for (p = real, resp = res, *resp = '\0';;) {
814 free(real);
819 origin_subst(char *real, const char *origin_path) argument
829 res1 = origin_subst_one(real, "$ORIGIN", origin_path, false);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp84 llvm::Value *real = local
88 return RValue::getComplex(real, imag);
/freebsd-9.3-release/usr.bin/calendar/calendars/
H A Dcalendar.history55 02/12 US President Abraham Lincoln's real birthday

Completed in 333 milliseconds

123