OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcn
(Results
1 - 2
of
2
) sorted by null
/external/opencv/cv/src/
cvstereogc.cpp
874
int
pcn
= (int)(sizeof(GCVtx*)/sizeof(int));
local
888
state->ptrLeft = cvCreateMat( size.height, size.width, CV_32SC(
pcn
) );
889
state->ptrRight = cvCreateMat( size.height, size.width, CV_32SC(
pcn
) );
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/special_functions/
math_fwd.hpp
741
typename tools::promote_args<T>::type jacobi_elliptic(T k, T theta, T*
pcn
, T* pdn, const Policy&);
744
typename tools::promote_args<T>::type jacobi_elliptic(T k, T theta, T*
pcn
= 0, T* pdn = 0);
[
all
...]
Completed in 157 milliseconds