OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ftid
(Results
1 - 3
of
3
) sorted by null
/external/opencv3/modules/core/include/opencv2/core/cuda/
block.hpp
181
int
ftid
= flattenedThreadId();
local
186
for (unsigned int i = sft +
ftid
; i < n; i += sft)
187
data[
ftid
] = op(data[
ftid
], data[i]);
198
if (
ftid
< half)
199
data[
ftid
] = op(data[
ftid
], data[n -
ftid
- 1]);
/external/opencv3/modules/cudaobjdetect/src/cuda/
lbp.cu
248
int
ftid
= blockIdx.x * blockDim.x + threadIdx.x;
249
if (
ftid
>= total) return;
257
int scaleTid =
ftid
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shobjidl.h
[
all
...]
Completed in 883 milliseconds