Searched refs:alpha (Results 1 - 25 of 157) sorted by relevance

1234567

/freebsd-11-stable/contrib/binutils/ld/emulparams/
H A Dalpha.sh1 SCRIPT_NAME=alpha
3 ARCH=alpha
H A Delf64alpha.sh6 OUTPUT_FORMAT="elf64-alpha"
11 ARCH=alpha
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/print/
H A Dtst.array.d29 int alpha;
49 this->f->c[0].alpha = 5;
50 this->f->c[1].alpha = 6;
51 this->f->c[2].alpha = 7;
H A Dtst.struct.d34 uint64_t alpha;
49 this->s->c.alpha = 3;
/freebsd-11-stable/contrib/libstdc++/config/os/generic/
H A Dctype_base.h49 static const mask alpha = 1 << 2; member in struct:ctype_base
57 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.5/
H A Dctype_base.h49 static const mask alpha = 01 | 02; member in struct:ctype_base
/freebsd-11-stable/sys/tools/sound/
H A Dfeeder_eq_mkfilter.awk100 alpha = sin(w0) / (2.0 * QS);
102 alpha = sin(w0) * 0.5 * sqrt(A + ((1.0 / A) * \
105 alpha = 0.0;
107 return (alpha);
127 w0, A, alpha, a0, a1, a2, b0, b1, b2)
131 alpha = feedeq_alpha(w0, A, FEEDEQ_TREBLE_SLOPE);
134 b0 = 1.0 + (alpha * A);
136 b2 = 1.0 - (alpha * A);
137 a0 = 1.0 + (alpha / A);
139 a2 = 1.0 - (alpha /
[all...]
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_base.h51 static const mask alpha = _CTYPE_A; member in struct:ctype_base
64 static const mask alpha = _A; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_base.h54 static const mask alpha = _CTYPE_A; member in class:ctype_base
67 static const mask alpha = _A; member in class:ctype_base
/freebsd-11-stable/sys/netinet/cc/
H A Dcc_htcp.c83 /* RTT_ref (ms) used in the calculation of alpha if RTT scaling is enabled. */
91 * value of alpha, based on the function defined in the HTCP spec.
105 * The "16" value is the "1" term in the alpha function shifted up by
108 * The "160" value is the "10" multiplier in the alpha function multiplied by
117 * different tick timers, which we have to adjust for in the alpha calculation
151 int alpha; member in struct:htcp
165 * htcp_recalc_alpha() before alpha will stop increasing due to overflow.
211 * or a congestion event (when alpha equals 1).
213 if (htcp_data->alpha == 1 ||
218 /* Increment cwnd by alpha segment
386 int alpha, diff, now; local
[all...]
/freebsd-11-stable/contrib/libstdc++/config/os/aix/
H A Dctype_base.h49 static const mask alpha = _ISALPHA; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/netbsd/
H A Dctype_base.h52 static const mask alpha = _U | _L; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/djgpp/
H A Dctype_base.h51 static const mask alpha = __dj_ISALPHA; // Alphabetic member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/gnu-linux/
H A Dctype_base.h55 static const mask alpha = _ISalpha; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/hpux/
H A Dctype_base.h49 static const mask alpha = _ISALPHA; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/irix/irix5.2/
H A Dctype_base.h49 static const mask alpha = _U | _L; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/irix/irix6.5/
H A Dctype_base.h49 static const mask alpha = _ISalpha; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/mingw32/
H A Dctype_base.h49 static const mask alpha = _ALPHA; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/newlib/
H A Dctype_base.h51 static const mask alpha = _U | _L; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/qnx/qnx6.1/
H A Dctype_base.h49 static const mask alpha = _LO | _UP | _XA; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.6/
H A Dctype_base.h50 static const mask alpha = _ISALPHA; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/solaris/solaris2.7/
H A Dctype_base.h51 static const mask alpha = _ISALPHA; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/tpf/
H A Dctype_base.h49 static const mask alpha = _ISalpha; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/uclibc/
H A Dctype_base.h57 static const mask alpha = _ISalpha; member in struct:ctype_base
/freebsd-11-stable/contrib/libstdc++/config/os/vxworks/
H A Dctype_base.h49 static const mask alpha = _C_UPPER | _C_LOWER; member in struct:ctype_base

Completed in 210 milliseconds

1234567