OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srq
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp
30
double bp,bp2,cp,dp,q,r,
srq
;
local
55
srq
=sqrt(q);
56
theta=acos(db_maxd(-1.0,db_mind(1.0,r/(q*
srq
))));
68
roots[0]= -2.0*
srq
*cos_theta_through3-bp_through3;
69
roots[1]=
srq
*min2_cos_theta_plu-bp_through3;
70
roots[2]=
srq
*min2_cos_theta_min-bp_through3;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDevice.java
176
ScreenRatioQualifier
srq
= config.getScreenRatioQualifier();
local
177
if (
srq
!= null) {
179
node.setTextContent(
srq
.getFolderSegment());
LayoutDeviceHandler.java
138
ScreenRatioQualifier
srq
= new ScreenRatioQualifier(
local
140
mCurrentConfig.setScreenRatioQualifier(
srq
);
Completed in 397 milliseconds