OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DivOp
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/cudaarithm/src/cuda/
div_mat.cu
61
template <typename T, typename D> struct
DivOp
: binary_function<T, T, D>
68
template <typename T> struct
DivOp
<T, float> : binary_function<T, T, float>
75
template <typename T> struct
DivOp
<T, double> : binary_function<T, T, double>
108
DivOp
<T, D> op;
/external/opencv3/modules/core/test/
test_arithm.cpp
218
struct
DivOp
: public BaseElemWiseOp
220
DivOp
() : BaseElemWiseOp(2, FIX_BETA+FIX_GAMMA, 1, 1, Scalar::all(0)) {}
[
all
...]
/external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp
[
all
...]
Completed in 4798 milliseconds