Symbol: emul
regress/lib/libc/cephes/eexp.c
67
emul( elog2, den, den ); /* log 2 * f1 */
regress/lib/libc/cephes/ehead.h
45
void eadd(), esub(), emul(), ediv();
regress/lib/libc/cephes/elog.c
107
emul( elog2, b, b );
regress/lib/libc/cephes/elog.c
69
emul( xx, etwo, xx );
regress/lib/libc/cephes/elog.c
82
emul( y, y, z );
regress/lib/libc/cephes/elog.c
90
emul( z, a, a );
regress/lib/libc/cephes/elog.c
97
emul( b, y, y );
regress/lib/libc/cephes/elog.c
98
emul( y, etwo, y );
regress/lib/libc/cephes/epow.c
157
emul( w, w, w ); /* arg to the 2-to-the-kth power */
regress/lib/libc/cephes/epow.c
159
emul( w, z, z );
regress/lib/libc/cephes/epow.c
184
emul( eone, z, z );
regress/lib/libc/cephes/epow.c
52
emul( y, w, w );
regress/lib/libc/cephes/epow.c
55
emul( eone, z, z );
regress/lib/libc/cephes/etanh.c
59
emul( x, x, xx );
regress/lib/libc/cephes/ieee.c
3224
emul( p, t, t );
regress/lib/libc/cephes/ieee.c
3240
emul( ten, y, y );
regress/lib/libc/cephes/ieee.c
3280
emul( r, w, w );
regress/lib/libc/cephes/ieee.c
3281
emul( r, t, t );
regress/lib/libc/cephes/ieee.c
3713
emul( p, xt, xt );
regress/lib/libc/cephes/ieetst.c
193
emul( eten, q5, q5 );
regress/lib/libc/cephes/ieetst.c
213
emul( eten, q5, q5 );
regress/lib/libc/cephes/ieetst.c
228
emul( maxm, q5, fullp );
regress/lib/libc/cephes/ieetst.c
232
emul( maxm, fullp, fullp );
regress/lib/libc/cephes/ieetst.c
234
emul( eten, q5, q5 );
regress/lib/libc/cephes/ieetst.c
256
emul( etwo, q5, q5 );
regress/lib/libc/cephes/ieetst.c
274
emul( etwo, q5, q5 );
regress/lib/libc/cephes/ieetst.c
291
emul( etwo, q5, q5 );
regress/lib/libc/cephes/ieetst.c
371
emul( e1, e3, e3 );
regress/lib/libc/cephes/ieetst.c
800
emul( WIDTH, ex, ex );
regress/lib/libc/cephes/ieetst.c
805
emul( ea, ex, ea ); /* a = 1.0e-13 * x * a; */
regress/lib/libc/cephes/ieetst.c
806
emul( e10m13, ea, ea );
regress/lib/libc/cephes/ieetst.c
809
emul( ex, ex, ex ); /* square it, to get range to 10^17 - 1 */
regress/lib/libc/cephes/ieetst.c
816
emul( e27, ex, ex );
regress/lib/libc/cephes/ieetst.c
822
emul( ex, em, erand );
regress/lib/libc/cephes/ieetst.c
867
emul( WIDTH, ex, ex );
regress/lib/libc/cephes/ieetst.c
875
emul( ea, ex, ea ); /* a = 1.0e-13 * x * a; */
regress/lib/libc/cephes/ieetst.c
876
emul( e10m13, ea, ea );
sys/dev/wscons/wsconsio.h
578
char emul[WSEMUL_NAME_SIZE];
sys/dev/wscons/wsdisplay.c
1334
d->screentype, d->emul)) == 0)
sys/dev/wscons/wsdisplay.c
275
wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul,
sys/dev/wscons/wsdisplay.c
300
(dconf->wsemul = wsemul_pick(emul)) == NULL)
sys/dev/wscons/wsdisplay.c
374
const char *screentype, const char *emul)
sys/dev/wscons/wsdisplay.c
397
scr = wsscreen_attach(sc, 0, emul, scrdesc,
sys/dev/wscons/wsdisplay.c
440
strlcpy(sd->emul, scr->scr_dconf->wsemul->name, WSEMUL_NAME_SIZE);
usr.sbin/wsconscfg/wsconscfg.c
101
strlcpy(asd.emul, optarg, WSEMUL_NAME_SIZE);
usr.sbin/wsconscfg/wsconscfg.c
76
asd.emul[0] = 0;