Home
last modified time | relevance | path

Searched refs:test_arithmetic (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/devel/boost-docs/boost_1_72_0/libs/endian/test/
H A Dfloat_typedef_test.cpp29 template<class T, class U> void test_arithmetic( U const & y, bool aligned ) in test_arithmetic() function
61 test_arithmetic<big_float32_t>( 3.1416f, false ); in main()
62 test_arithmetic<big_float64_t>( 3.14159, false ); in main()
64 test_arithmetic<little_float32_t>( 3.1416f, false ); in main()
65 test_arithmetic<little_float64_t>( 3.14159, false ); in main()
67 test_arithmetic<native_float32_t>( 3.1416f, false ); in main()
68 test_arithmetic<native_float64_t>( 3.14159, false ); in main()
70 test_arithmetic<big_float32_at>( 3.1416f, true ); in main()
71 test_arithmetic<big_float64_at>( 3.14159, true ); in main()
73 test_arithmetic<little_float32_at>( 3.1416f, true ); in main()
[all …]
H A Dendian_arithmetic_test.cpp137 template<class T> void test_arithmetic( T const& x ) in test_arithmetic() function
147 test_arithmetic( x ); in test_integral()
160 test_arithmetic( 3.1416f ); in main()
161 test_arithmetic( 3.14159 ); in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/endian/test/
H A Dfloat_typedef_test.cpp29 template<class T, class U> void test_arithmetic( U const & y, bool aligned ) in test_arithmetic() function
61 test_arithmetic<big_float32_t>( 3.1416f, false ); in main()
62 test_arithmetic<big_float64_t>( 3.14159, false ); in main()
64 test_arithmetic<little_float32_t>( 3.1416f, false ); in main()
65 test_arithmetic<little_float64_t>( 3.14159, false ); in main()
67 test_arithmetic<native_float32_t>( 3.1416f, false ); in main()
68 test_arithmetic<native_float64_t>( 3.14159, false ); in main()
70 test_arithmetic<big_float32_at>( 3.1416f, true ); in main()
71 test_arithmetic<big_float64_at>( 3.14159, true ); in main()
73 test_arithmetic<little_float32_at>( 3.1416f, true ); in main()
[all …]
H A Dendian_arithmetic_test.cpp137 template<class T> void test_arithmetic( T const& x ) in test_arithmetic() function
147 test_arithmetic( x ); in test_integral()
160 test_arithmetic( 3.1416f ); in main()
161 test_arithmetic( 3.14159 ); in main()
/dports/devel/boost-libs/boost_1_72_0/libs/endian/test/
H A Dfloat_typedef_test.cpp29 template<class T, class U> void test_arithmetic( U const & y, bool aligned ) in test_arithmetic() function
61 test_arithmetic<big_float32_t>( 3.1416f, false ); in main()
62 test_arithmetic<big_float64_t>( 3.14159, false ); in main()
64 test_arithmetic<little_float32_t>( 3.1416f, false ); in main()
65 test_arithmetic<little_float64_t>( 3.14159, false ); in main()
67 test_arithmetic<native_float32_t>( 3.1416f, false ); in main()
68 test_arithmetic<native_float64_t>( 3.14159, false ); in main()
70 test_arithmetic<big_float32_at>( 3.1416f, true ); in main()
71 test_arithmetic<big_float64_at>( 3.14159, true ); in main()
73 test_arithmetic<little_float32_at>( 3.1416f, true ); in main()
[all …]
H A Dendian_arithmetic_test.cpp137 template<class T> void test_arithmetic( T const& x ) in test_arithmetic() function
147 test_arithmetic( x ); in test_integral()
160 test_arithmetic( 3.1416f ); in main()
161 test_arithmetic( 3.14159 ); in main()
/dports/devel/hyperscan/boost_1_75_0/libs/endian/test/
H A Dfloat_typedef_test.cpp35 template<class T, class U> void test_arithmetic( U const & y, bool aligned ) in test_arithmetic() function
67 test_arithmetic<big_float32_t>( 3.1416f, false ); in main()
68 test_arithmetic<big_float64_t>( 3.14159, false ); in main()
70 test_arithmetic<little_float32_t>( 3.1416f, false ); in main()
71 test_arithmetic<little_float64_t>( 3.14159, false ); in main()
73 test_arithmetic<native_float32_t>( 3.1416f, false ); in main()
74 test_arithmetic<native_float64_t>( 3.14159, false ); in main()
76 test_arithmetic<big_float32_at>( 3.1416f, true ); in main()
77 test_arithmetic<big_float64_at>( 3.14159, true ); in main()
79 test_arithmetic<little_float32_at>( 3.1416f, true ); in main()
[all …]
H A Dendian_arithmetic_test.cpp137 template<class T> void test_arithmetic( T const& x ) in test_arithmetic() function
147 test_arithmetic( x ); in test_integral()
160 test_arithmetic( 3.1416f ); in main()
161 test_arithmetic( 3.14159 ); in main()
/dports/math/fplll/fplll-5.4.1/tests/
H A Dtest_nr.cpp30 template <class FT> int test_arithmetic() in test_arithmetic() function
93 status |= test_arithmetic<FP_NR<double>>(); in main()
95 status |= test_arithmetic<FP_NR<long double>>(); in main()
98 status |= test_arithmetic<FP_NR<dpe_t>>(); in main()
101 status |= test_arithmetic<FP_NR<dd_real>>(); in main()
102 status |= test_arithmetic<FP_NR<qd_real>>(); in main()
104 status |= test_arithmetic<FP_NR<mpfr_t>>(); in main()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/crossbeam-utils/tests/
H A Datomic_cell.rs269 macro_rules! test_arithmetic { macro
301 test_arithmetic!(arithmetic_u8, u8);
302 test_arithmetic!(arithmetic_i8, i8);
303 test_arithmetic!(arithmetic_u16, u16);
304 test_arithmetic!(arithmetic_i16, i16);
305 test_arithmetic!(arithmetic_u32, u32);
306 test_arithmetic!(arithmetic_i32, i32);
307 test_arithmetic!(arithmetic_u64, u64);
308 test_arithmetic!(arithmetic_i64, i64);
309 test_arithmetic!(arithmetic_u128, u128);
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/julia/test/unittest/
H A Dbind.jl27 function test_arithmetic(::Type{T}, uf, gf) where T <: mx.DType function
74 function test_arithmetic() function
76 test_arithmetic(T, (x,y) -> x .+ y, (g,x,y) -> (g,g))
77 test_arithmetic(T, (x,y) -> x .- y, (g,x,y) -> (g,-g))
78 test_arithmetic(T, (x,y) -> x .* y, (g,x,y) -> (y.*g, x.*g))
82 test_arithmetic(T, (x,y) -> x ./ y, (g,x,y) -> (g ./ y, -x .* g ./ (y.^2)))
105 test_arithmetic()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/julia/test/unittest/
H A Dbind.jl27 function test_arithmetic(::Type{T}, uf, gf) where T <: mx.DType function
74 function test_arithmetic() function
76 test_arithmetic(T, (x,y) -> x .+ y, (g,x,y) -> (g,g))
77 test_arithmetic(T, (x,y) -> x .- y, (g,x,y) -> (g,-g))
78 test_arithmetic(T, (x,y) -> x .* y, (g,x,y) -> (y.*g, x.*g))
82 test_arithmetic(T, (x,y) -> x ./ y, (g,x,y) -> (g ./ y, -x .* g ./ (y.^2)))
105 test_arithmetic()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/ob-cache/test-profiles/pts/phpbench-1.1.2/
H A Dinstall.sh17 --- a/tests/test_arithmetic.php
18 +++ b/tests/test_arithmetic.php
19 @@ -10,12 +10,13 @@ function test_arithmetic($base) {
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_arithmetic.cxx69 void test_arithmetic() in test_arithmetic() function
79 TESTMAIN( test_arithmetic );
H A Dtest_driver.cxx36 DECLARE( test_arithmetic );
82 REGISTER( test_arithmetic ); in register_tests()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_arithmetic.cxx68 test_arithmetic() in test_arithmetic() function
78 TESTMAIN(test_arithmetic);
H A Dtest_driver.cxx36 DECLARE(test_arithmetic);
82 REGISTER(test_arithmetic); in register_tests()
/dports/devel/date/date-3.0.1/test/date_test/
H A Dyear_month_weekday_last.pass.cpp98 test_arithmetic() in test_arithmetic() function
163 test_arithmetic(); in main()
/dports/devel/hhdate/date-3.0.1/test/date_test/
H A Dyear_month_weekday_last.pass.cpp98 test_arithmetic() in test_arithmetic() function
163 test_arithmetic(); in main()
/dports/games/warzone2100/warzone2100/3rdparty/date/test/date_test/
H A Dyear_month_weekday_last.pass.cpp98 test_arithmetic() in test_arithmetic() function
163 test_arithmetic(); in main()
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dcomplex_numbers_T305.pyx45 def test_arithmetic(double complex z, double complex w): function
47 >>> test_arithmetic(2j, 4j)
49 >>> test_arithmetic(6+12j, 3j)
51 >>> test_arithmetic(5-10j, 3+4j)
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dcomplex_numbers_T305.pyx45 def test_arithmetic(double complex z, double complex w): function
47 >>> test_arithmetic(2j, 4j)
49 >>> test_arithmetic(6+12j, 3j)
51 >>> test_arithmetic(5-10j, 3+4j)
/dports/math/e-antic/flint2-ae7ec89/flintxx/test/
H A Dt-fmpz_poly_qxx.cpp62 test_arithmetic() in test_arithmetic() function
155 test_arithmetic(); in main()
/dports/math/flint2/flint-2.8.4/flintxx/test/
H A Dt-fmpz_poly_qxx.cpp62 test_arithmetic() in test_arithmetic() function
155 test_arithmetic(); in main()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/upstream/antic/flintxx/test/
H A Dt-fmpz_poly_qxx.cpp62 test_arithmetic() in test_arithmetic() function
155 test_arithmetic(); in main()

12345678