OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_p
(Results
1 - 2
of
2
) sorted by null
/development/perftests/panorama/feature_stab/db_vlvm/
db_framestitching.cpp
87
double *temp,*
temp_p
;
local
105
temp_p
= *Xp++;
109
rp[0]=(*
temp_p
++)-cp[0];
110
rp[1]=(*
temp_p
++)-cp[1];
111
rp[2]=(*
temp_p
++)-cp[2];
db_image_homography.cpp
242
double *temp,*
temp_p
;
local
261
temp_p
= *Xp++;
264
rp[0]=(*
temp_p
++)-cp[0];
265
rp[1]=(*
temp_p
++)-cp[1];
Completed in 105 milliseconds