Home
last modified time | relevance | path

Searched refs:expm1 (Results 1 – 25 of 4299) sorted by relevance

12345678910>>...172

/dports/devel/gcem/gcem-1.13.1/tests/
H A Dexpm1.cpp32 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1,1.0L); in main()
33 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1,0.0L); in main()
34 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1,1e-04L); in main()
35 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1,-1e-04L); in main()
36 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1,1e-05L); in main()
37 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1,1e-06L); in main()
38 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1,1e-22L); in main()
40 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1, -std::numeric_limits<long double>::infinity()); in main()
41 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1, std::numeric_limits<long double>::infinity()); in main()
42 GCEM_TEST_COMPARE_VALS(gcem::expm1,std::expm1, std::numeric_limits<long double>::quiet_NaN()); in main()
/dports/math/stan/stan-2.28.2/src/test/test-models/good/function-signatures/math/matrix/
H A Dexpm1.stan40 trans_x3y = expm1(x3y);
41 trans_x4y = expm1(x4y);
42 trans_x5y = expm1(x5y);
43 trans_x2z = expm1(x1z);
44 trans_x2z = expm1(x2z);
45 trans_x3z = expm1(x3z);
46 trans_x4z = expm1(x4z);
47 trans_x5z = expm1(x5z);
48 trans_x2w = expm1(x1w);
49 trans_x2w = expm1(x2w);
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/math/
H A Ddecbin_error.phpt2 Test expm1() - Error conditions
7 /* Prototype : float expm1 ( float $arg )
13 echo "*** Testing expm1() : error conditions ***\n";
15 echo "\n-- Testing expm1() function with less than expected no. of arguments --\n";
16 expm1();
18 expm1(23,true);
23 *** Testing expm1() : error conditions ***
25 -- Testing expm1() function with less than expected no. of arguments --
27 Warning: expm1() expects exactly 1 parameter, 0 given in %s on line %d
29 -- Testing expm1() function with more than expected no. of arguments --
[all …]
H A Dexpm1_error.phpt2 Test expm1() - Error conditions
5 /* Prototype : float expm1 ( float $arg )
11 echo "*** Testing expm1() : error conditions ***\n";
13 echo "\n-- Testing expm1() function with less than expected no. of arguments --\n";
14 expm1();
16 expm1(23,true);
21 *** Testing expm1() : error conditions ***
23 -- Testing expm1() function with less than expected no. of arguments --
25 Warning: expm1() expects exactly 1 parameter, 0 given in %s on line %d
27 -- Testing expm1() function with more than expected no. of arguments --
[all …]
H A Dexpm1_variation1.phpt2 Test expm1() function : usage variations - different data types as $arg argument
8 /* Prototype : float expm1 ( float $arg )
14 echo "*** Testing expm1() : usage variations ***\n";
86 // loop through each element of $inputs to check the behaviour of expm1()
90 var_dump(expm1($input));
97 *** Testing expm1() : usage variations ***
146 Warning: expm1() expects parameter 1 to be float, string given in %s on line %d
151 Warning: expm1() expects parameter 1 to be float, string given in %s on line %d
156 Warning: expm1() expects parameter 1 to be float, array given in %s on line %d
176 Warning: expm1() expects parameter 1 to be float, array given in %s on line %d
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/math/
H A Ddecbin_error.phpt2 Test expm1() - Error conditions
7 /* Prototype : float expm1 ( float $arg )
13 echo "*** Testing expm1() : error conditions ***\n";
15 echo "\n-- Testing expm1() function with less than expected no. of arguments --\n";
16 expm1();
18 expm1(23,true);
23 *** Testing expm1() : error conditions ***
25 -- Testing expm1() function with less than expected no. of arguments --
27 Warning: expm1() expects exactly 1 parameter, 0 given in %s on line %d
29 -- Testing expm1() function with more than expected no. of arguments --
[all …]
H A Dexpm1_error.phpt2 Test expm1() - Error conditions
5 /* Prototype : float expm1 ( float $arg )
11 echo "*** Testing expm1() : error conditions ***\n";
13 echo "\n-- Testing expm1() function with less than expected no. of arguments --\n";
14 expm1();
16 expm1(23,true);
21 *** Testing expm1() : error conditions ***
23 -- Testing expm1() function with less than expected no. of arguments --
25 Warning: expm1() expects exactly 1 parameter, 0 given in %s on line %d
27 -- Testing expm1() function with more than expected no. of arguments --
[all …]
H A Dexpm1_variation1.phpt2 Test expm1() function : usage variations - different data types as $arg argument
8 /* Prototype : float expm1 ( float $arg )
14 echo "*** Testing expm1() : usage variations ***\n";
86 // loop through each element of $inputs to check the behaviour of expm1()
90 var_dump(expm1($input));
97 *** Testing expm1() : usage variations ***
146 Warning: expm1() expects parameter 1 to be float, string given in %s on line %d
151 Warning: expm1() expects parameter 1 to be float, string given in %s on line %d
156 Warning: expm1() expects parameter 1 to be float, array given in %s on line %d
176 Warning: expm1() expects parameter 1 to be float, array given in %s on line %d
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Dexpm1_test.cpp7 TEST(MathFunctions, expm1) { in TEST() argument
8 using stan::math::expm1; in TEST()
10 EXPECT_FLOAT_EQ(exp(-14.2) - 1, expm1(-14.2)); in TEST()
11 EXPECT_FLOAT_EQ(exp(0) - 1, expm1(0)); in TEST()
12 EXPECT_FLOAT_EQ(exp(172.987) - 1, expm1(172.987)); in TEST()
13 EXPECT_FLOAT_EQ(-1, expm1(-std::numeric_limits<double>::infinity())); in TEST()
18 stan::math::expm1(std::numeric_limits<double>::infinity())); in TEST()
22 using stan::math::expm1; in TEST()
24 EXPECT_TRUE(std::isnan(stan::math::expm1(nan))); in TEST()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/Math/
H A Dexpm1.cl12 INLINE float OVERLOADABLE expm1( float a )
14 return SPIRV_OCL_BUILTIN(expm1, _f32, )( a );
17 GENERATE_VECTOR_FUNCTIONS_1ARG_LOOP( expm1, float, float )
21 INLINE double OVERLOADABLE expm1( double x )
23 return SPIRV_OCL_BUILTIN(expm1, _f64, )( x );
26 GENERATE_VECTOR_FUNCTIONS_1ARG_LOOP( expm1, double, double )
32 INLINE half OVERLOADABLE expm1( half x )
34 return SPIRV_OCL_BUILTIN(expm1, _f16, )( x );
37 GENERATE_VECTOR_FUNCTIONS_1ARG_LOOP( expm1, half, half )
/dports/devel/gnulib/gnulib-20140202-stable/doc/posix-functions/
H A Dexpm1.texi1 @node expm1
2 @section @code{expm1}
3 @findex expm1
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/expm1.html}
7 Gnulib module: expm1 or expm1-ieee
9 Portability problems fixed by either Gnulib module @code{expm1} or @code{expm1-ieee}:
16 Portability problems fixed by Gnulib module @code{expm1-ieee}:
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/posix-functions/
H A Dexpm1.texi1 @node expm1
2 @section @code{expm1}
3 @findex expm1
5 POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9699919799/functions/expm1.html}
7 Gnulib module: expm1 or expm1-ieee
9 Portability problems fixed by either Gnulib module @code{expm1} or @code{expm1-ieee}:
16 Portability problems fixed by Gnulib module @code{expm1-ieee}:
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Dexpm1.m18 ## @defmethod {@@infsup} expm1 (@var{X})
26 ## expm1 (infsup (eps))
37 function x = expm1 (x) function
44 ## expm1 is monotonically increasing from (-inf, 0) to (inf, inf)
66 %! x = expm1 (infsup (0));
76 %! testcases = testdata.NoSignal.infsup.expm1;
79 %! expm1 (testcase.in{1}), ...
85 %! testcases = testdata.NoSignal.infsup.expm1;
88 %! assert (isequaln (expm1 (in1), out));
92 %! testcases = testdata.NoSignal.infsup.expm1;
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/math/special_functions/
H A Dexpm1.hpp260 #ifdef expm1
264 # undef expm1
274 inline float expm1(float x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
276 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
282 return expm1(x, policies::policy<>()); in expm1()
286 inline float expm1(float z) in expm1() function
288 return expm1<float>(z); in expm1()
290 inline double expm1(double z) in expm1() function
292 return expm1<double>(z); in expm1()
295 inline long double expm1(long double z) in expm1() function
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/math/special_functions/
H A Dexpm1.hpp91 expm1(T(0.5)); in do_init()
95 expm1(T(0.5)); in do_init()
308 #ifdef expm1
312 # undef expm1
322 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
324 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
334 inline float expm1(float z) in expm1() function
336 return expm1<float>(z); in expm1()
338 inline double expm1(double z) in expm1() function
340 return expm1<double>(z); in expm1()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/math/special_functions/
H A Dexpm1.hpp91 expm1(T(0.5)); in do_init()
95 expm1(T(0.5)); in do_init()
297 #ifdef expm1
301 # undef expm1
311 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
313 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
323 inline float expm1(float z) in expm1() function
325 return expm1<float>(z); in expm1()
327 inline double expm1(double z) in expm1() function
329 return expm1<double>(z); in expm1()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/math/special_functions/
H A Dexpm1.hpp91 expm1(T(0.5)); in do_init()
95 expm1(T(0.5)); in do_init()
308 #ifdef expm1
312 # undef expm1
322 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
324 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
334 inline float expm1(float z) in expm1() function
336 return expm1<float>(z); in expm1()
338 inline double expm1(double z) in expm1() function
340 return expm1<double>(z); in expm1()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/special_functions/
H A Dexpm1.hpp81 expm1(T(0.5)); in do_init()
85 expm1(T(0.5)); in do_init()
294 #ifdef expm1
298 # undef expm1
308 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
310 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
320 inline float expm1(float z) in expm1() function
322 return expm1<float>(z); in expm1()
324 inline double expm1(double z) in expm1() function
326 return expm1<double>(z); in expm1()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/math/special_functions/
H A Dexpm1.hpp91 expm1(T(0.5)); in do_init()
95 expm1(T(0.5)); in do_init()
297 #ifdef expm1
301 # undef expm1
311 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
313 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
323 inline float expm1(float z) in expm1() function
325 return expm1<float>(z); in expm1()
327 inline double expm1(double z) in expm1() function
329 return expm1<double>(z); in expm1()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/math/special_functions/
H A Dexpm1.hpp91 expm1(T(0.5)); in do_init()
95 expm1(T(0.5)); in do_init()
297 #ifdef expm1
301 # undef expm1
311 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
313 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
323 inline float expm1(float z) in expm1() function
325 return expm1<float>(z); in expm1()
327 inline double expm1(double z) in expm1() function
329 return expm1<double>(z); in expm1()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/math/special_functions/
H A Dexpm1.hpp81 expm1(T(0.5)); in do_init()
85 expm1(T(0.5)); in do_init()
294 #ifdef expm1
298 # undef expm1
308 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
310 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
320 inline float expm1(float z) in expm1() function
322 return expm1<float>(z); in expm1()
324 inline double expm1(double z) in expm1() function
326 return expm1<double>(z); in expm1()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/math/special_functions/
H A Dexpm1.hpp81 expm1(T(0.5)); in do_init()
85 expm1(T(0.5)); in do_init()
294 #ifdef expm1
298 # undef expm1
308 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
310 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
320 inline float expm1(float z) in expm1() function
322 return expm1<float>(z); in expm1()
324 inline double expm1(double z) in expm1() function
326 return expm1<double>(z); in expm1()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/math/special_functions/
H A Dexpm1.hpp91 expm1(T(0.5)); in do_init()
95 expm1(T(0.5)); in do_init()
308 #ifdef expm1
312 # undef expm1
322 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
324 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
334 inline float expm1(float z) in expm1() function
336 return expm1<float>(z); in expm1()
338 inline double expm1(double z) in expm1() function
340 return expm1<double>(z); in expm1()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/math/special_functions/
H A Dexpm1.hpp81 expm1(T(0.5)); in do_init()
85 expm1(T(0.5)); in do_init()
294 #ifdef expm1
298 # undef expm1
308 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
310 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
320 inline float expm1(float z) in expm1() function
322 return expm1<float>(z); in expm1()
324 inline double expm1(double z) in expm1() function
326 return expm1<double>(z); in expm1()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/math/special_functions/
H A Dexpm1.hpp81 expm1(T(0.5)); in do_init()
85 expm1(T(0.5)); in do_init()
294 #ifdef expm1
298 # undef expm1
308 inline float expm1(float x, const policies::policy<>&){ return static_cast<float>(::expm1(x)); } in expm1() function
310 inline double expm1(double x, const policies::policy<>&){ return ::expm1(x); } in expm1() function
320 inline float expm1(float z) in expm1() function
322 return expm1<float>(z); in expm1()
324 inline double expm1(double z) in expm1() function
326 return expm1<double>(z); in expm1()
[all …]

12345678910>>...172