Searched refs:mag2 (Results 1 - 10 of 10) sorted by relevance

/external/eigen/unsupported/doc/examples/
H A DFFT.cpp23 T mag2(T a) function
28 T mag2(std::complex<T> a) function
34 T mag2(const std::vector<T> & vec) function
38 out += mag2(vec[k]);
43 T mag2(const std::vector<std::complex<T> > & vec) function
47 out += mag2(vec[k]);
88 long double rmse = mag2(timebuf - timebuf2) / mag2(timebuf);
/external/skia/src/core/
H A DSkPoint.cpp71 float mag2; local
72 if (is_length_nearly_zero(x, y, &mag2)) {
78 if (SkScalarIsFinite(mag2)) {
79 mag = sk_float_sqrt(mag2);
82 // our mag2 step overflowed to infinity, so use doubles instead.
100 float mag2 = dx * dx + dy * dy; local
101 if (SkScalarIsFinite(mag2)) {
102 return sk_float_sqrt(mag2);
112 * 1. underflow of mag2 (compared against nearlyzero^2)
113 * 2. overflow of mag2 (compare
119 float mag2; local
152 float mag2; local
[all...]
H A DSkPaint.cpp370 static SkScalar mag2(SkScalar x, SkScalar y) { function
375 return mag2(m[SkMatrix::kMScaleX], m[SkMatrix::kMSkewY]) > ma2max
377 mag2(m[SkMatrix::kMSkewX], m[SkMatrix::kMScaleY]) > ma2max;
/external/skqp/src/core/
H A DSkPoint.cpp71 float mag2; local
72 if (is_length_nearly_zero(x, y, &mag2)) {
78 if (SkScalarIsFinite(mag2)) {
79 mag = sk_float_sqrt(mag2);
82 // our mag2 step overflowed to infinity, so use doubles instead.
100 float mag2 = dx * dx + dy * dy; local
101 if (SkScalarIsFinite(mag2)) {
102 return sk_float_sqrt(mag2);
112 * 1. underflow of mag2 (compared against nearlyzero^2)
113 * 2. overflow of mag2 (compare
119 float mag2; local
152 float mag2; local
[all...]
H A DSkPaint.cpp370 static SkScalar mag2(SkScalar x, SkScalar y) { function
375 return mag2(m[SkMatrix::kMScaleX], m[SkMatrix::kMSkewY]) > ma2max
377 mag2(m[SkMatrix::kMSkewX], m[SkMatrix::kMScaleY]) > ma2max;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 239 milliseconds