Home
last modified time | relevance | path

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

1234

/openbsd-src/regress/lib/libm/cephes/
H A Dmonotl.c54 long double expl (long double);
96 {"exp", expl, 1.0L, 2.7182769775390625L,
98 {"exp", expl, -1.0L, 3.678741455078125e-1L,
100 {"exp", expl, 0.5L, 1.648712158203125L,
102 {"exp", expl, -0.5L, 6.065216064453125e-1L,
104 {"exp", expl, 2.0L, 7.3890533447265625L,
106 {"exp", expl, -2.0L, 1.353302001953125e-1L,
H A Dmonotll.c54 long double expl (long double);
100 {"exp", expl, 1.0L, 2.7182769775390625L,
103 {"exp", expl, -1.0L, 3.678741455078125e-1L,
106 {"exp", expl, 0.5L, 1.648712158203125L,
109 {"exp", expl, -0.5L, 6.065216064453125e-1L,
112 {"exp", expl, 2.0L, 7.3890533447265625L,
115 {"exp", expl, -2.0L, 1.353302001953125e-1L,
H A Dtestvectl.c62 long double expl (long double);
178 {"expl", expl, &NANL, &NANL, 0},
179 {"expl", expl, &ZEROL, &ONEL, 0},
180 {"expl", expl, &NEGZEROL, &ONEL, 0},
181 {"expl", expl, &INFINITYL, &INFINITYL, 0},
182 {"expl", expl, &MINFL, &ZEROL, 0},
H A Dtestvectll.c66 long double expl (long double);
182 {"expl", expl, &NANL, &NANL, 0},
183 {"expl", expl, &ZEROL, &ONEL, 0},
184 {"expl", expl, &NEGZEROL, &ONEL, 0},
185 {"expl", expl, &INFINITYL, &INFINITYL, 0},
186 {"expl", expl, &MINFL, &ZEROL, 0},
/openbsd-src/lib/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_expl.c97 expl(long double x) in expl() function
132 DEF_STD(expl);
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()
417 r = expl (-z * z - 0.5625) * in erfcl()
418 expl ((z - x) * (z + x) + R / S); in erfcl()
H A De_tgammal.c206 y = expl(x); in stirf()
/openbsd-src/lib/libm/src/ld128/
H A De_coshl.c87 t = expl (u.value); in coshl()
93 return half * expl (u.value); in coshl()
98 w = expl (half * u.value); in coshl()
H A De_expl.c114 expl(long double x) in expl() function
146 DEF_STD(expl);
H A De_sinhl.c91 return h * expl (u.value); in sinhl()
97 w = expl (0.5 * u.value); in sinhl()
H A De_tgammal.c44 return expl(lgammal(x)); in tgammal()
H A Ds_erfl.c913 r = expl (-z * z - 0.5625) * in erfcl()
914 expl ((z - x) * (z + x) + p); in erfcl()
/openbsd-src/regress/lib/libm/exp/
H A Dexp.c29 rl = expl(bigl); in main()
32 rl = expl(-bigl); in main()
/openbsd-src/regress/usr.bin/bc/
H A Dt19.c31 {"e", expl},
67 if (funcs[fi].f == expl) in main()
/openbsd-src/gnu/gcc/fixincludes/tests/base/architecture/ppc/
H A Dmath.h41 extern long double expl( long double ) __LIBMLDBL_COMPAT(expl);
/openbsd-src/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.c754 char expl; in chkshot() local
789 expl = (dy == 0) ? '*' : '|'; in chkshot()
791 expl = '-'; in chkshot()
793 expl = '\\'; in chkshot()
795 expl = '/'; in chkshot()
797 expl = '*'; in chkshot()
798 showexpl(y, x, expl); in chkshot()
H A DMakefile5 SRCS= answer.c conf.c draw.c driver.c execute.c expl.c \
/openbsd-src/lib/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()
/openbsd-src/regress/bin/ksh/
H A Dth547 local($expl);
551 $expl = "stopped";
553 $expl = "signal " . ($status & 0x7f);
555 $expl = "exit-code " . (($status >> 8) & 0xff);
558 "\tunexpected exit status $status ($expl), expected $test{'expected-exit'}\n";

1234