Searched refs:expm1 (Results 1 - 21 of 21) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltins-34.c13 extern double expm1(double);
56 return expm1(x);
H A Dc99-tgmath-1.c107 #ifndef expm1
108 #error expm1 undefined
H A Dpr59717.c40 expm1 (d); /* { dg-warning "incompatible implicit" } */
H A Dbuiltins-1.c133 FPTEST1 (expm1)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dcdce3.C76 DEF_MATH_FUNC (m,expm1)
97 DEF_MATH_FUNC (o,expm1)
133 INIT_MATH_FUNC (m,expm1, false, true)
155 INIT_MATH_FUNC (o,expm1, false, true)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-math-3.c215 TESTIT_R (expm1, -1.0, -0.64, -0.63); /* expm1(-1) == 1/e - 1 */
216 TESTIT (expm1, -0.0, -0.0); /* expm1(-0) == 0 */
217 TESTIT (expm1, 0.0, 0.0); /* expm1(0) == 0 */
218 TESTIT_R (expm1, 1.0, 1.71, 1.72); /* expm1(1) == e - 1 */
H A Dbuiltin-convert-1.c101 OUTER_CAST1 (expm1, /*C99=*/ 1);
H A Dbuiltin-nonneg-1.c143 ARG1TEST1 (expm1);
H A Dbuiltin-attr-1.c331 FPTEST1 (expm1)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A Doverloads_c++0x_neg.cc37 template Foo std::expm1<Foo>(Foo); // { dg-error "not match" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/8_c_compatibility/cmath/
H A Doverloads.cc92 check_ret_type<double>(std::tr1::expm1(d0));
93 check_ret_type<float>(std::tr1::expm1(f0));
94 check_ret_type<long double>(std::tr1::expm1(ld0));
95 check_ret_type<double>(std::tr1::expm1(i0));
H A Doverloads_neg.cc38 template Foo std::tr1::expm1<Foo>(Foo); // { dg-error "not match" }
H A Dfunctions.cc77 ret = std::tr1::expm1(d0);
/haiku-buildtools/gcc/gcc/ginclude/
H A Dtgmath.h131 #define expm1(x) __TGMATH_REAL(x, expm1) macro
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dmath-68881.h246 expm1 (double x) function
/haiku-buildtools/legacy/gcc/gcc/ginclude/
H A Dmath-3300.h201 __inline static const double expm1 (double x) function
H A Dmath-68881.h246 expm1 (double x) function
/haiku-buildtools/gcc/libstdc++-v3/include/tr1/
H A Dmath.h52 using std::tr1::expm1;
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920428-2.c12 double expm1(double x);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/arm/
H A Dpr59896.c554 extern double expm1 (double);
/haiku-buildtools/gcc/libstdc++-v3/
H A Dconfigure19214 expm1(0.0);
[all...]

Completed in 341 milliseconds