Home
last modified time | relevance | path

Searched refs:yl (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/tnf/prex/
H A DMakefile.com46 OBJS.yl= prexgram.o \
49 OBJS= $(OBJS.yl) $(OBJS.c)
51 SRCS= $(OBJS.c:%.o=../%.c) $(OBJS.yl:%.o=%.c)
53 SRCS.yl = $(OBJS.yl:%.o=%.c)
54 CLEANFILES = $(SRCS.yl) y.tab.h
82 $(PROG): $(SRCS.yl) .WAIT $(OBJS)
/titanic_50/usr/src/lib/libm/common/m9x/
H A Dtgammal.c151 GT1(long double yh, long double yl) { in GT1() argument
156 y = yh + yl; in GT1()
162 t3 += (TZ1 * yl + GZ1_l); in GT1()
177 GT2(long double yh, long double yl) { in GT2() argument
182 y = yh + yl; in GT2()
200 GT3(long double yh, long double yl) { in GT3() argument
205 y = yh + yl; in GT3()
211 t3 += (TZ3 * yl + GZ3_l); in GT3()
883 long double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; in gam_n() local
957 yl = (x - (zh - 2.0L)) * (z2 + zh) - (yh - zh * (zh + one)); in gam_n()
[all …]
H A Dtgamma.c1150 GT1(double yh, double yl) { in GT1() argument
1154 y = yh + yl; in GT1()
1158 t3 += (TZ1 * yl + GZ1_l); in GT1()
1169 GT2(double yh, double yl) { in GT2() argument
1173 y = yh + yl; in GT2()
1186 GT3(double yh, double yl) { in GT3() argument
1190 y = yh + yl; in GT3()
1194 t3 += (TZ3 * yl + GZ3_l); in GT3()
1408 double r1, r2, t2, z, xh, xl, yh, yl, zh, z1, z2, zl, x5, wh, wl; in gam_n() local
1479 yl = (x - (zh - 2.0)) * (z2 + zh) - (yh - zh * (zh + one)); in gam_n()
[all …]
/titanic_50/usr/src/cmd/audio/utilities/
H A Dg721.c89 state_ptr->yl = 34816; in g721_init_state()
192 } else if (state_ptr->yl > 0x40000) { in _g721_update()
195 thr2 = (0x20 + ((state_ptr->yl >> 10) & 0x1F)) << in _g721_update()
196 (state_ptr->yl >> 15); in _g721_update()
219 state_ptr->yl += state_ptr->yu + ((-state_ptr->yl) >> 6); in _g721_update()
673 y = state_ptr->yl >> 6; in g721_encode()
771 y = state_ptr->yl >> 6; in g721_decode()
H A Dg723.c94 state_ptr->yl = 34816; in g723_init_state()
198 else if (state_ptr->yl > 0x40000) in _g723_update()
201 thr2 = (0x20 + ((state_ptr->yl >> 10) & 0x1F)) << in _g723_update()
202 (state_ptr->yl >> 15); in _g723_update()
223 state_ptr->yl += state_ptr->yu + ((-state_ptr->yl) >> 6); in _g723_update()
590 y = state_ptr->yl >> 6; in _encoder()
809 y = state_ptr->yl >> 6; in g723_decode()
/titanic_50/usr/src/cmd/audio/include/
H A Daudio_encode.h101 long yl; /* Locked or steady state step size multiplier. */ member