You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Rostislav Vasilikhin
66b0651607
Merge pull request #9329 from savuor:softfloat_sincos
SoftFloat: added sin, cos and docs (#9329)
* softfloat: comparison operators made inline, min() max() eps() isSubnormal() added
* softfloat: get/set sign/exp
* softfloat: get/set frac
* softfloat: tests rewritten with new tools
* softfloat: added pi(), sin(), cos()
* softfloat: more comments
* softfloat: updated sincos arg reduction
* softfloat: initial tests for sincos added
* softfloat: test works, code cleanup is pending
* softfloat: sincos argreduce rewritten
* softfloat: sincos refactored and simplified
* softfloat sincos: epsilons calibrated
* softfloat: junk code removed from tests
* softfloat: docs added
* inline comparisons undone; warning fixed
|
8 years ago |
.. |
ocl
|
Merge pull request #9130 from alalek:android_define
|
8 years ago |
test_arithm.cpp
|
test: regression test for IPP minMaxIdx problem
|
8 years ago |
test_concatenation.cpp
|
Suppress warning in constructor.
|
11 years ago |
test_conjugate_gradient.cpp
|
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
|
10 years ago |
test_countnonzero.cpp
|
build: fix "ambiguous call" (MSVS2010)
|
8 years ago |
test_downhill_simplex.cpp
|
extended MinProblemSolver::Function to 1) report the space dimensionality, 2) compute gradient if needed
|
10 years ago |
test_ds.cpp
|
Fixed several GCC 5.x warnings
|
9 years ago |
test_dxt.cpp
|
Merge pull request #7872 from alalek:merge-2.4
|
8 years ago |
test_eigen.cpp
|
remove some rand functions
|
8 years ago |
test_hal_core.cpp
|
test: fix Core_HAL.mat_decomp test implementation
|
8 years ago |
test_intrin.cpp
|
build: fix v_reduce_sum4 (requires SSE3)
|
8 years ago |
test_intrin_utils.hpp
|
HAL math interfaces: fastAtan2, magnitude, sqrt, invSqrt, log, exp
|
9 years ago |
test_io.cpp
|
Fix JSON booleans without quotes
|
8 years ago |
test_ippasync.cpp
|
remove some rand functions
|
8 years ago |
test_lpsolver.cpp
|
Used checking norm of results for LPSolver accuracy tests
|
10 years ago |
test_main.cpp
|
move cuda tests from core to cudaarithm
|
10 years ago |
test_mat.cpp
|
Merge pull request #9034 from sovrasov:mats_from_initializer_list
|
8 years ago |
test_math.cpp
|
Merge pull request #9329 from savuor:softfloat_sincos
|
8 years ago |
test_misc.cpp
|
core: forbid handling of the case when src=dst in cv::repeat
|
8 years ago |
test_operations.cpp
|
core(test): added cv::sortIdx accuracy tests
|
8 years ago |
test_precomp.hpp
|
HAL moved back to core
|
9 years ago |
test_ptr.cpp
|
…
|
|
test_rand.cpp
|
core(test): add regression test for RNG in parallel_for_()
|
8 years ago |
test_rotatedrect.cpp
|
addressed issues
|
11 years ago |
test_umat.cpp
|
core: fix adjustROI behavior on indexes overflow
|
8 years ago |
test_utils.cpp
|
build: fix compiler warnings (GCC 5.3.1)
|
9 years ago |