HomeSort by relevance Sort by last modified time
    Searched full:_relative (Results 1 - 6 of 6) sorted by null

  /external/jetty/src/java/org/eclipse/jetty/servlets/
CGI.java 76 private boolean _relative; field in class:CGI
84 _relative = Boolean.parseBoolean(getInitParameter("cgibinResourceBaseIsRelative"));
93 else if (_relative)
167 String pathInContext = (_relative?"":StringUtil.nonNull(req.getServletPath())) + StringUtil.nonNull(req.getPathInfo());
  /external/opencv3/modules/core/include/opencv2/core/
base.hpp 164 \f[norm = \forkthree{\frac{\|\texttt{src1}-\texttt{src2}\|_{L_{\infty}} }{\|\texttt{src2}\|_{L_{\infty}} }}{if \(\texttt{normType} = \texttt{NORM\_RELATIVE\_INF}\) }
165 { \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM\_RELATIVE\_L1}\) }
166 { \frac{\|\texttt{src1}-\texttt{src2}\|_{L_2} }{\|\texttt{src2}\|_{L_2}} }{if \(\texttt{normType} = \texttt{NORM\_RELATIVE\_L2}\) }\f]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-shared/
shared.exp 251 # address for the library. Near as I can tell, the R_*_RELATIVE
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elfvsb/
elfvsb.exp 321 # address for the library. Near as I can tell, the R_*_RELATIVE
  /external/opencv3/modules/core/include/opencv2/
core.hpp 632 \f[norm = \forkthree{\frac{\|\texttt{src1}-\texttt{src2}\|_{L_{\infty}} }{\|\texttt{src2}\|_{L_{\infty}} }}{if \(\texttt{normType} = \texttt{NORM\_RELATIVE\_INF}\) }
633 { \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM\_RELATIVE\_L1}\) }
634 { \frac{\|\texttt{src1}-\texttt{src2}\|_{L_2} }{\|\texttt{src2}\|_{L_2}} }{if \(\texttt{normType} = \texttt{NORM\_RELATIVE\_L2}\) }\f]
    [all...]
  /external/ceres-solver/docs/source/
solving.rst     [all...]

Completed in 154 milliseconds