OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:l_dst
(Results
1 - 2
of
2
) sorted by null
/external/opencv/ml/src/
mlann_mlp.cpp
218
int *l_src, *
l_dst
;
local
235
l_dst
= layer_sizes->data.i;
245
l_dst
[i] = n;
248
buf_sz += (
l_dst
[i-1]+1)*n;
251
buf_sz += (
l_dst
[0] +
l_dst
[l_count-1]*2)*2;
257
weights[1] = weights[0] +
l_dst
[0]*2;
259
weights[i+1] = weights[i] + (
l_dst
[i-1] + 1)*
l_dst
[i];
260
weights[l_count+1] = weights[l_count] +
l_dst
[l_count-1]*2
[
all
...]
/external/llvm/test/CodeGen/X86/
abi-isel.ll
70
; DARWIN-32-DYNAMIC-NEXT: movl
L_dst
$non_lazy_ptr, [[ECX:%e..]]
80
; DARWIN-32-PIC-NEXT: movl
L_dst
$non_lazy_ptr-L0$pb([[EAX]]), [[EAX:%e..]]
205
; DARWIN-32-DYNAMIC: movl
L_dst
$non_lazy_ptr, [[EAX:%e.x]]
214
; DARWIN-32-PIC-NEXT: movl
L_dst
$non_lazy_ptr-L2$pb(
866
; DARWIN-32-DYNAMIC-NEXT: movl
L_dst
$non_lazy_ptr, [[ECX:%e.x]]
876
; DARWIN-32-PIC-NEXT: movl
L_dst
$non_lazy_ptr-L12$pb([[EAX]]), [[EAX:%e.x]]
[
all
...]
Completed in 51 milliseconds