OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bbpE
(Results
1 - 9
of
9
) sorted by null
/external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec2D.h
49
int16
bbpE
;
90
/** dot product of vectors; return bbp is vec1PtrA->
bbpE
+ vec2PtrA->
bbpE
*/
94
/** returns square norm of vector; return bbp is ptrA->
bbpE
* 2 */
97
/** returns norm of vector; return bbp is ptrA->
bbpE
*/
Flt16Mat2D.h
56
int16
bbpE
;
87
/** returns determinate of matrix; return bbp is ptrA->
bbpE
* 2 */
Flt16Vec3D.h
52
int16
bbpE
;
100
/** returns square norm of vector; return bbp is ptrA->
bbpE
* 2 */
103
/** returns norm of vector; return bbp is ptrA->
bbpE
*/
Int16Mat2D.h
55
int16
bbpE
;
Cluster2D.h
60
/** format of vectors (
bbpE
always > 0) */
61
int32
bbpE
;
Cluster3D.h
57
/** format of vectors (
bbpE
always > 0) */
58
int32
bbpE
;
Flt16Mat3D.h
72
int16
bbpE
;
/external/neven/Embedded/common/src/b_ImageEm/
Flt16Image.h
58
int32
bbpE
;
/external/neven/Embedded/common/src/b_BasicEm/
Basic.h
96
int16
bbpE
;
Completed in 31 milliseconds