OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VECSIZE
(Results
1 - 2
of
2
) sorted by null
/external/eigen/bench/
benchmarkXcwise.cpp
13
#ifndef
VECSIZE
14
#define
VECSIZE
1000000
23
VECTYPE I = VECTYPE::Ones(
VECSIZE
);
24
VECTYPE m(
VECSIZE
,1);
25
for(int i = 0; i <
VECSIZE
; i++)
27
m[i] = 0.1 * i/
VECSIZE
;
31
m = VECTYPE::Ones(
VECSIZE
) + 0.00005 * (m.cwise().square() + m/4);
/external/libppp/src/
chat.h
77
#define
VECSIZE
(v) (sizeof(v) / sizeof(v[0]))
Completed in 209 milliseconds