/openbsd/regress/lib/libm/msun/ |
H A D | cexp_test.c | 88 test(cexp, x, result, exceptmask, excepts, checksign); \ 98 test_tol(cexp, x, result, tol * DBL_ULP()); \ 208 test(cexp, CMPLXL(finites[i], 0.0), in ATF_TC_BODY() 211 test(cexp, CMPLXL(finites[i], -0.0), in ATF_TC_BODY() 229 test(cexp, CMPLXL(0.0, finites[i]), in ATF_TC_BODY() 232 test(cexp, CMPLXL(-0.0, finites[i]), in ATF_TC_BODY() 278 test_tol(cexp, CMPLXL(709.79, 0x1p-1074), in ATF_TC_BODY() 280 test_tol(cexp, CMPLXL(1000, 0x1p-1074), in ATF_TC_BODY() 282 test_tol(cexp, CMPLXL(1400, 0x1p-1074), in ATF_TC_BODY() 284 test_tol(cexp, CMPLXL(900, 0x1.23456789abcdep-1020), in ATF_TC_BODY() [all …]
|
/openbsd/lib/libm/src/ |
H A D | s_cexp.c | 61 cexp(double complex z) in cexp() function 72 DEF_STD(cexp); 73 LDBL_MAYBE_UNUSED_CLONE(cexp);
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | complex-1.c | 20 cexp (__complex__ double x) in cexp() function 34 x = cexp (1.0i); in main()
|
/openbsd/sys/kern/ |
H A D | sched_bsd.c | 72 static const fixpt_t cexp[3] = { variable 132 averunnable.ldavg[i] = (cexp[i] * averunnable.ldavg[i] + in update_loadavg() 133 nrun * FSCALE * (FSCALE - cexp[i])) >> FSHIFT; in update_loadavg()
|
/openbsd/lib/libm/hidden/ |
H A D | complex.h | 35 PROTO_NORMAL(cexp);
|
/openbsd/include/ |
H A D | complex.h | 55 double complex cexp(double complex);
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 69 cexp;
|
H A D | Makefile | 155 ccos.3 ccosh.3 cexp.3 cimag.3 clog.3 conj.3 cpow.3 cproj.3 \
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/ |
H A D | README | 64 make this, place the TCL script with name <basename of the test>.cexp.
|
/openbsd/gnu/usr.bin/gcc/ |
H A D | Makefile.bsd-wrapper | 31 c-parse.c c-parse.h c-parse.y cexp.c cp/parse.c cp/parse.h \
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
H A D | intrinsic77.f | 400 intrinsic exp, dexp, cexp
|
/openbsd/gnu/usr.bin/gcc/contrib/ |
H A D | ChangeLog | 560 * gcc_update: Remove references to cexp.c/cexp.y.
|
/openbsd/gnu/usr.bin/gcc/gcc/po/ |
H A D | ChangeLog | 407 * POTFILES.in: Remove cccp.c and cexp.c. Comment out
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | tgmath.h | 424 __tg_exp(double _Complex __x) {return cexp(__x);} in __tg_exp()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | FSFChangeLog | 144 * cexp.y (fatal): New decl (exported by cccp.c). 164 (c-lex.o, cexp.o, cccp.o): Depend on mbchar.h. 173 * cexp.y (mbchar.h): #include it. 268 * *.c, c-parse.in, cexp.y: Include system.h and delete any 790 (verror): Now extern; used by cexp.y. 802 * cexp.y (yyerror): Now takes msgid format and args, not just string.
|
H A D | FSFChangeLog.11 | 775 * cexp.y (parse_c_expression): 988 * cccp.c, cexp.y [HOST_WIDE_INT]: Manually splice long lines 1821 * cexp.y, cppexp.c (HOST_BITS_PER_WIDE_INT): 2361 * cexp.y (HAVE_STDLIB_H): Do not define any more; now autoconfed. 6458 * cccp.c, cexp.y (warn_undef): New variable. 6913 * cexp.y (parse_number, yylex), cccp.c (rescan), cpplib.c 7046 * cexp.y, cppexp.c (parse_number): Invalid integer constants are 7412 * cexp.y (parse_c_expression): Don't check for null lexptr 7923 * cccp.c, cexp.y: #define __attribute__ to be null if 8184 * cexp.y (PRINTF_PROTO): Likewise. [all …]
|
H A D | ChangeLog.1 | 3153 * cexp.c: Rebuilt. 3755 * cexp.y (yyerror, error, pedwarn, warning, token): Likewise. 4883 * cexp.y: Likewise. 5095 * cexp.y: Include intl.h. 5096 * cexp.c: Rebuilt. 5924 * cexp.y: Likewise. 8490 * cexp.y: Likewise. 9581 * cexp.y (error): Likewise. 9715 * cexp.y: Likewise. 14228 * cexp.y: Likewise. [all …]
|
H A D | ChangeLog.3 | 6198 * cccp.c, cexp.y, cexp.c, cccp.1: Removed. 6204 @cpp_main@, cccp.c, cexp.c, cexp.y, cexp.output, cexp.o, 6209 * install.texi: Delete all references to cexp.y/cexp.c. 6216 cexp.c/cexp.y. 6413 * cexp.y (initialize_random_junk): Likewise. 15804 * cexp.y: Likewise.
|
H A D | FSFChangeLog.10 | 2244 * cexp.y: Use preprocessor arithmetic instead of C arithmetic 2383 * cexp.y (HOST_WIDE_INT_MASK): Renamed from LONG_MASK; 2482 * cexp.y: General code cleanup in the style of 1995-04-01 change. 2981 * cexp.y (yylex, parse_c_expression, main): Likewise. 3026 * cexp.y (parse_number): Improve error message for bogus numbers. 6657 * cexp.y (left_shift): Ignore integer overflow. 6659 * cexp.y (skip_evaluation): New variable. 7198 (bi-*.o, cexp.o, stamp-{proto,fixinc}): Remove unneeded $(srcdir). 9628 Merged Kenner's patch to cccp.c & cexp.y of Tue Sep 20 17:49:47 1994:
|
/openbsd/gnu/gcc/gcc/ |
H A D | builtins.def | 452 DEF_C99_BUILTIN (BUILT_IN_CEXP, "cexp", BT_FN_COMPLEX_DOUBLE_COMPLEX_DOUBLE, ATTR_MATHFN_FPR…
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 356 SYMBOL(cexp, None, <complex.h>)
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | ChangeLog-2000 | 426 * libmath/cexp.c: Likewise. 440 ccoshf, ccoshl, csin, csinf, csinl, csinh, csinhf, csinhl, cexp, 8341 * math/cexp.c (cexp): Use NAN instead of nan(""). 8889 * math/cexp.c: Likewise. 9732 * math/cexp.c: Remove unused fpclassify calls. Use FINITE_P instead 10090 * math/cexp.c: Likewise.
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | ChangeLog | 1822 * g77install.texi: Remove references to cexp.c/cexp.y.
|
H A D | intrin.def | 67 DEFNAME ("CEXP", "cexp", "CExp", genNONE, specCEXP)
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/ |
H A D | ChangeLog | 4112 * gcc.dg/cpp/if-cexp.c: Add a test. 10690 cpp-cond.c cpp/if-cexp.c 13567 * lib/c-torture.exp: Look for .x files instead of .cexp files. 13569 * gcc.c-torture: Rename all .cexp files to .x files. 13680 * gcc.c-torture/compile/961203-1.cexp: New script. 13780 * gcc.c-torture/execute/920715-1.cexp (d10v-*-*): Expect to fail 13782 * gcc.c-torture/execute/ieee/rbug.cexp (d10v-*-*): Ditto. 13784 * gcc.c-torture/execute/cvt-1.cexp (d10v-*-*): Expect to fail if 14338 * lib/c-torture.exp (c-torture-execute): Look for .cexp files to
|