Home
last modified time | relevance | path

Searched refs:evc (Results 1 – 5 of 5) sorted by relevance

/external/stlport/doc/
Dbuild_system.txt46 build/lib/evc.mak
53 build/Makefiles/nmake/evc-common.mak
62 build/Makefiles/nmake/lib/evc-common.mak
69 TODO: build/Makefiles/config.mak is included both by build/lib/evc.mak and by
/external/stlport/
Dconfigure.bat313 echo !include evc.mak > .\build\lib\Makefile
314 echo !include evc.mak > .\build\test\unit\Makefile
315 echo !include evc.mak > .\build\test\eh\Makefile
337 echo !include evc.mak > .\build\lib\Makefile
338 echo !include evc.mak > .\build\test\unit\Makefile
339 echo !include evc.mak > .\build\test\eh\Makefile
344 set SELECTED_COMPILER=evc
345 echo !include evc.mak > .\build\lib\Makefile
346 echo !include evc.mak > .\build\test\unit\Makefile
347 echo !include evc.mak > .\build\test\eh\Makefile
/external/opencv/cv/src/
Dcvlinefit.cpp111 float det[9], evc[9], evl[3]; in icvFitLine3D_wods() local
114 memset( evc, 0, 9*sizeof(evl[0])); in icvFitLine3D_wods()
191 CvMat _evc = cvMat( 3, 3, CV_32F, evc ); in icvFitLine3D_wods()
199 CvMat _evc = cvMat( 3, 3, CV_32F, evc ); in icvFitLine3D_wods()
206 v = &evc[i * 3]; in icvFitLine3D_wods()
/external/stlport/etc/
DChangeLog-5.11106 evc3,4,8 but I moved it to app/evc-common.mak and documented
1268 definition and forbid use of _STLP_DEBUG mode for evc 3/4 on ARM.
1488 * build/lib/msvc.mak, evc.mak: Removed forced inclusion of
1492 * build/test/unit/msvc.mak, evc.mak: Replace vc_warning_disable.h
1906 missing _STLP_MSVC define for evc++ compilers.
3021 files. Idem for evc.mak instead of nmake-evc?.mak and icl.mak instead of
3075 * test/unit/evc.mak fix path to config file in existance check.
4189 - check right configuration when using a nmake-evc?.mak file
4246 * stlport/errno.h, stlport/time.h: when building for evc, including
5395 * build/test/unit/nmake-vc-common.mak, nmake-evc-common.mak: Removal of the
[all …]
DChangeLog887 * build/lib/configure.bat, evc.mak, msvc.mak, test/unit/evc.mak,