Home
last modified time | relevance | path

Searched refs:expl (Results 1 – 25 of 32) sorted by relevance

12

/dragonfly/contrib/openbsd_libm/src/ld80/
H A De_coshl.c63 t = expl(fabsl(x)); in coshl()
69 return half*expl(fabsl(x)); in coshl()
75 w = expl(half*fabsl(x)); in coshl()
H A De_sinhl.c63 return h*expl(fabsl(x)); in sinhl()
69 w = expl(0.5*fabsl(x)); in sinhl()
H A Ds_erfl.c321 expl (-z * z - 0.5625) * expl ((z - x) * (z + x) + R / S); in erfl()
416 r = expl (-z * z - 0.5625) * in erfcl()
417 expl ((z - x) * (z + x) + R / S); in erfcl()
H A De_expl.c97 expl(long double x) in expl() function
H A De_tgammal.c206 y = expl(x); in stirf()
/dragonfly/games/hunt/huntd/
H A Dexecute.c448 int expl, char over) in add_shot() argument
479 (owner == NULL) ? NULL : owner->p_ident, expl, over); in add_shot()
493 PLAYER *owner, IDENT *score, int expl, char over) in create_shot() argument
513 bp->b_expl = expl; in create_shot()
H A Dshots.c756 char expl; in chkshot() local
791 expl = (dy == 0) ? '*' : '|'; in chkshot()
793 expl = '-'; in chkshot()
795 expl = '\\'; in chkshot()
797 expl = '/'; in chkshot()
799 expl = '*'; in chkshot()
800 showexpl(y, x, expl); in chkshot()
H A DMakefile5 SRCS= answer.c conf.c draw.c driver.c execute.c expl.c \
/dragonfly/contrib/mpfr/src/
H A Dget_ld.c168 ld.s.expl = (e + 0x3FFE); in mpfr_get_ld()
171 ld.s.exph = ld.s.expl = 0; in mpfr_get_ld()
H A Dlngamma.c694 mpfr_exp_t expl; in mpfr_lgamma() local
720 expl = MPFR_EXP (l); in mpfr_lgamma()
727 if (expl < MPFR_EXP(x) + (mpfr_exp_t) w) in mpfr_lgamma()
H A Dset_ld.c316 exp = (mpfr_exp_t) ((x.s.exph << 8) + x.s.expl); /* 15-bit unsigned int */ in mpfr_set_ld()
/dragonfly/contrib/openbsd_libm/src/
H A Ds_cexpl.c66 r = expl(creall(z)); in cexpl()
H A Ds_ccosl.c65 e = expl(x); in cchshl()
H A Ds_csinl.c67 e = expl(x); in cchshl()
H A Ds_cpowl.c67 r = r * expl(-y * arga); in cpowl()
H A De_exp.c160 __strong_alias(expl, exp);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc99 expl(long double x) in expl() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dmath_stubs_long_double.cc99 expl(long double x) in expl() function
/dragonfly/lib/libm/
H A DSymbol.map234 expl;
H A DMakefile223 exp.3 expl.3 \
/dragonfly/contrib/openbsd_libm/include/global/
H A Dmath.h417 long double expl(long double);
/dragonfly/gnu/lib/gcc47/libstdc++/
H A Dconfig.h966 # define expl _expl macro
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
H A Dconfig.h1080 # define expl _expl macro
/dragonfly/contrib/openbsd_libm/
H A DMakefile329 MLINKS+=exp.3 expl.3
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in123 /* Define to 1 if you have the `expl' function. */
943 # define expl _expl macro

12