Changeset 35767 for trunk/psLib/test
- Timestamp:
- Jul 3, 2013, 2:30:22 PM (13 years ago)
- Location:
- trunk/psLib/test
- Files:
-
- 3 edited
- 3 copied
-
imageops/Makefile.am (modified) (1 diff)
-
imageops/tap_psImageSmoothMask_Threaded.c (copied) (copied from branches/eam_branches/ipp-20130509/psLib/test/imageops/tap_psImageSmoothMask_Threaded.c )
-
math/Makefile.am (modified) (1 diff)
-
math/tap_psMinimizeLMM_Alt.c (copied) (copied from branches/eam_branches/ipp-20130509/psLib/test/math/tap_psMinimizeLMM_Alt.c )
-
math/tap_psMinimizeLMM_Trail.c (copied) (copied from branches/eam_branches/ipp-20130509/psLib/test/math/tap_psMinimizeLMM_Trail.c )
-
pstap/src/pstap.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/Makefile.am
r32725 r35767 17 17 tap_psImagePixelManip \ 18 18 tap_psImageSmooth \ 19 tap_psImageSmoothMask_Threaded \ 19 20 tap_psImageSmooth_PreAlloc \ 20 21 tap_psImageStructManip \ -
trunk/psLib/test/math/Makefile.am
r28998 r35767 48 48 tap_psMatrixVectorArithmetic04 \ 49 49 tap_psMinimizePowell \ 50 tap_psMinimizeLMM \ 51 tap_psMinimizeLMM_Alt \ 52 tap_psMinimizeLMM_Trail \ 50 53 tap_psSpline1D \ 51 54 tap_psPolynomialMD \ -
trunk/psLib/test/pstap/src/pstap.h
r12738 r35767 144 144 } \ 145 145 } 146 147 # define ok_float is_float 148 # define ok_float_tol is_float_tol 149 # define ok_double is_double 150 # define ok_double_tol is_double_tol 151 # define ok_str is_str 152 # define ok_strn is_strn 153 # define ok_int is_int 154 # define ok_long is_long 155 # define ok_bool is_bool
Note:
See TracChangeset
for help on using the changeset viewer.
