OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alpha12
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java
141
final float
alpha12
= transformation.getAlpha();
local
156
final float delta10 =
alpha12
- alpha11;
157
final float delta11 = alpha13 -
alpha12
;
161
assertEquals(alpha10,
alpha12
, ALPHA_DELTA);
162
assertEquals(
alpha12
, alpha14, ALPHA_DELTA);
182
assertEquals(
alpha12
, alpha3, ALPHA_DELTA);
/external/opencv3/modules/imgproc/src/
generalized_hough.cpp
595
double
alpha12
;
member in struct:__anon22572::GeneralizedHoughGuilImpl::Feature
713
f.
alpha12
= clampAngle(fastAtan2((float)d.y, (float)d.x) - p1.theta);
722
const int n = cvRound(f.
alpha12
* alphaScale);
/external/opencv3/modules/cudaimgproc/src/cuda/
generalized_hough.cu
486
float
alpha12
= clampAngle(::atan2(d.y, d.x) - p1_theta);
495
const int n = __float2int_rn(
alpha12
* alphaScale);
[
all
...]
Completed in 76 milliseconds