| /openbsd-src/regress/lib/libm/cephes/ |
| H A D | monotl.c | 54 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 D | monotll.c | 54 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 D | testvectl.c | 62 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 D | testvectll.c | 66 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 D | e_coshl.c | 63 t = expl(fabsl(x)); in coshl() 69 return half*expl(fabsl(x)); in coshl() 75 w = expl(half*fabsl(x)); in coshl()
|
| H A D | e_expl.c | 97 expl(long double x) in expl() function 132 DEF_STD(expl);
|
| H A D | e_sinhl.c | 63 return h*expl(fabsl(x)); in sinhl() 69 w = expl(0.5*fabsl(x)); in sinhl()
|
| H A D | s_erfl.c | 321 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 D | e_tgammal.c | 206 y = expl(x); in stirf()
|
| /openbsd-src/lib/libm/src/ld128/ |
| H A D | e_coshl.c | 87 t = expl (u.value); in coshl() 93 return half * expl (u.value); in coshl() 98 w = expl (half * u.value); in coshl()
|
| H A D | e_expl.c | 114 expl(long double x) in expl() function 146 DEF_STD(expl);
|
| H A D | e_sinhl.c | 91 return h * expl (u.value); in sinhl() 97 w = expl (0.5 * u.value); in sinhl()
|
| H A D | e_tgammal.c | 44 return expl(lgammal(x)); in tgammal()
|
| H A D | s_erfl.c | 913 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 D | exp.c | 29 rl = expl(bigl); in main() 32 rl = expl(-bigl); in main()
|
| /openbsd-src/regress/usr.bin/bc/ |
| H A D | t19.c | 31 {"e", expl}, 67 if (funcs[fi].f == expl) in main()
|
| /openbsd-src/gnu/gcc/fixincludes/tests/base/architecture/ppc/ |
| H A D | math.h | 41 extern long double expl( long double ) __LIBMLDBL_COMPAT(expl);
|
| /openbsd-src/games/hunt/huntd/ |
| H A D | execute.c | 448 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 D | shots.c | 754 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 D | Makefile | 5 SRCS= answer.c conf.c draw.c driver.c execute.c expl.c \
|
| /openbsd-src/lib/libm/src/ |
| H A D | s_cexpl.c | 66 r = expl(creall(z)); in cexpl()
|
| H A D | s_ccosl.c | 65 e = expl(x); in cchshl()
|
| H A D | s_csinl.c | 67 e = expl(x); in cchshl()
|
| H A D | s_cpowl.c | 67 r = r * expl(-y * arga); in cpowl()
|
| /openbsd-src/regress/bin/ksh/ |
| H A D | th | 547 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";
|