HomeSort by relevance Sort by last modified time
    Searched refs:y_ (Results 1 - 25 of 71) sorted by null

1 2 3

  /development/ndk/sources/android/ndk_helper/
vecmath.h 47 float y_; member in class:ndk_helper::Vec2
57 x_ = y_ = 0.f;
63 y_ = fY;
69 y_ = vec.y_;
75 y_ = (*pVec++);
83 ret.y_ = y_ * rhs.y_;
91 ret.y_ = y_ / rhs.y_
252 float x_, y_, z_; member in class:ndk_helper::Vec3
493 float x_, y_, z_, w_; member in class:ndk_helper::Vec4
964 float x_, y_, z_, w_; member in class:ndk_helper::Quaternion
    [all...]
vecmath.cpp 31 y_ = vec.y_;
41 out.x_ = x_ * rhs.f_[0] + y_ * rhs.f_[1] + z_ * rhs.f_[2] + w_ * rhs.f_[3];
42 out.y_ = x_ * rhs.f_[4] + y_ * rhs.f_[5] + z_ * rhs.f_[6] + w_ * rhs.f_[7];
43 out.z_ = x_ * rhs.f_[8] + y_ * rhs.f_[9] + z_ * rhs.f_[10] + w_ * rhs.f_[11];
44 out.w_ = x_ * rhs.f_[12] + y_ * rhs.f_[13] + z_ * rhs.f_[14] + w_ * rhs.f_[15];
108 ret.x_ = rhs.x_ * f_[0] + rhs.y_ * f_[4] + rhs.z_ * f_[8] + rhs.w_ * f_[12];
109 ret.y_ = rhs.x_ * f_[1] + rhs.y_ * f_[5] + rhs.z_ * f_[9] + rhs.w_ * f_[13]
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
geometry.cpp 27 return std::sqrt(x_ * x_ + y_ * y_);
36 y_ *= new_length / length;
48 out.y_ = y_ + other.y_;
55 out.y_ = y_ - other.y_;
62 out.y_ = factor * y_
    [all...]
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
34 float y() const { return y_; }
48 float x_, y_; member in class:android::filterfw::Point
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 26 return std::sqrt(x_ * x_ + y_ * y_);
35 y_ *= new_length / length;
47 out.y_ = y_ + other.y_;
54 out.y_ = y_ - other.y_;
61 out.y_ = factor * y_
    [all...]
geometry.h 30 Point() : x_(0.0f), y_(0.0f) {}
31 Point(float x, float y) : x_(x), y_(y) {}
34 float y() const { return y_; }
48 float x_, y_; member in class:android::filterfw::Point
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
warpers_inl.hpp 217 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
221 y_ = t[1] + y_ / z_ * (1 - t[2]);
224 v = scale * y_;
248 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
252 float w = y_ / sqrtf(x_ * x_ + y_ * y_ + z_ * z_);
265 float y_ = cosf(static_cast<float>(CV_PI) - v); local
269 x = k_rinv[0] * x_ + k_rinv[1] * y_ + k_rinv[2] * z_
282 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
297 float y_ = v; local
313 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
334 float y_ = cosf((float)CV_PI - v_); local
350 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
374 float y_ = cosf((float)CV_PI - v_); local
390 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
412 float y_ = sinf(v_); local
427 float y_ = r_kinv[0] * x + r_kinv[1] * y + r_kinv[2]; local
449 float y_ = cosv * sinf(u_); local
466 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
499 float y_ = sinf(v_); local
514 float y_ = r_kinv[0] * x + r_kinv[1] * y + r_kinv[2]; local
547 float y_ = cosv * sinf(u_); local
564 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
585 float y_ = sinf(v_); local
601 float y_ = r_kinv[3] * x + r_kinv[4] * y + r_kinv[5]; local
624 float y_ = sinf(v_); local
644 float y_ = x0_; local
671 float y_ = x0_; local
690 float y_ = x0_; local
716 float y_ = x0_; local
735 float y_ = x0_; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
workaround.hpp 36 std::ptrdiff_t distance( T const& x_, T const& y_ )
40 std::distance( x_, y_, res );
  /external/clang/test/Index/
index-file.cpp 29 int y_; member in class:B
39 // CHECK: [indexDeclaration]: kind: field | name: y_ | USR: c:@S@B@FI@y_ | lang: C++ | cursor: FieldDecl=y_:29:7 (Definition) | loc: 29:7 | semantic-container: [B:27:7] | lexical-container: [B:27:7] | isRedecl: 0 | isDef: 1 | isContainer: 0 | isImplicit: 0
  /external/opencv3/modules/stitching/src/cuda/
build_warp_maps.cu 75 float y_ = v / cscale - ct[1];
78 x = ck_rinv[0] * x_ + ck_rinv[1] * y_ + ck_rinv[2] * (1 - ct[2]);
79 y = ck_rinv[3] * x_ + ck_rinv[4] * y_ + ck_rinv[5] * (1 - ct[2]);
80 z = ck_rinv[6] * x_ + ck_rinv[7] * y_ + ck_rinv[8] * (1 - ct[2]);
97 float y_ = v / cscale;
101 x = ck_rinv[0] * x_ + ck_rinv[1] * y_ + ck_rinv[2] * z_;
102 y = ck_rinv[3] * x_ + ck_rinv[4] * y_ + ck_rinv[5] * z_;
103 z = ck_rinv[6] * x_ + ck_rinv[7] * y_ + ck_rinv[8] * z_;
123 float y_ = -::cosf(v);
127 x = ck_rinv[0] * x_ + ck_rinv[1] * y_ + ck_rinv[2] * z_
    [all...]
  /external/opencv3/modules/stitching/src/opencl/
warpers.cl 70 float y_ = fma(v, scale, -ct[1]);
72 float x = fma(ck_rinv[0], x_, fma(ck_rinv[1], y_, ck_rinv[2] * ct1));
73 float y = fma(ck_rinv[3], x_, fma(ck_rinv[4], y_, ck_rinv[5] * ct1));
74 float z = fma(ck_rinv[6], x_, fma(ck_rinv[7], y_, ck_rinv[8] * ct1));
109 float y_ = (tl_v + dv) * scale;
112 x = fma(ck_rinv[0], x_, fma(ck_rinv[1], y_, ck_rinv[2] * z_));
113 y = fma(ck_rinv[3], x_, fma(ck_rinv[4], y_, ck_rinv[5] * z_));
114 z = fma(ck_rinv[6], x_, fma(ck_rinv[7], y_, ck_rinv[8] * z_));
152 float y_ = -cosv;
156 x = fma(ck_rinv[0], x_, fma(ck_rinv[1], y_, ck_rinv[2] * z_))
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_geometry.h 22 DesktopVector() : x_(0), y_(0) {}
23 DesktopVector(int32_t x, int32_t y) : x_(x), y_(y) {}
26 int32_t y() const { return y_; }
27 bool is_zero() const { return x_ == 0 && y_ == 0; }
30 return x_ == other.x_ && y_ == other.y_;
35 y_ = y;
47 int32_t y_; member in class:webrtc::DesktopVector
  /external/pdfium/third_party/agg23/
agg_vertex_sequence.h 78 vertex_dist(FX_FLOAT x_, FX_FLOAT y_) :
80 y(y_),
93 vertex_dist_cmd(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) :
94 vertex_dist(x_, y_),
agg_basics.h 267 point_type(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : x(x_), y(y_), flag(flag_) {}
275 point_type_flag(FX_FLOAT x_, FX_FLOAT y_, unsigned flag_ = 0) : point_type(x_, y_), flag(flag_) {}
281 vertex_type(FX_FLOAT x_, FX_FLOAT y_, unsigned cmd_) :
282 x(x_), y(y_), cmd(cmd_) {}
  /external/webrtc/talk/media/devices/
carbonvideorenderer.h 67 int y_; member in class:cricket::CarbonVideoRenderer
  /ndk/tests/device/test-gnustl-full/unit/
func_test.cpp 27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_)
41 return x_ > y_;
ptr2_test.cpp 35 static int sum(int x_, int y_)
37 return x_ + y_;
  /ndk/tests/device/test-stlport/unit/
func_test.cpp 27 static bool bigger_than(int x_, int y_);
39 bool FuncTest::bigger_than(int x_, int y_)
41 return x_ > y_;
ptr2_test.cpp 35 static int sum(int x_, int y_)
37 return x_ + y_;
  /external/opencv3/modules/core/src/
downhill_simplex.cpp 276 double* y_ = y.ptr<double>(); local
280 y_[i] = calc_f(p.ptr<double>(i));
289 if( y_[0] > y_[1] )
299 double yval = y_[i];
300 if (yval <= y_[ilo])
302 if (yval > y_[ihi])
307 else if (yval > y_[inhi] && i != ihi)
315 double yval = y_[i];
316 if( yval == y_[ilo] && i != ihi && i != inhi
    [all...]
  /external/drm_hwcomposer/
drmcrtc.h 57 uint32_t y_; member in class:android::DrmCrtc
  /external/webrtc/webrtc/modules/audio_processing/
high_pass_filter_impl.cc 34 std::memset(y_, 0, sizeof(y_));
40 int16_t* y = y_;
85 int16_t y_[4]; member in class:webrtc::HighPassFilterImpl::BiquadFilter
  /external/ceres-solver/examples/
curve_fitting.cc 123 : x_(x), y_(y) {}
128 residual[0] = T(y_) - exp(m[0] * T(x_) + c[0]);
134 const double y_; member in struct:ExponentialResidual
  /external/ceres-solver/internal/ceres/
parameter_block_ordering_test.cc 67 problem_.AddParameterBlock(y_, 4);
72 problem_.AddResidualBlock(new DummyCostFunction<6, 5, 4>, NULL, z_, y_);
80 double x_[3], y_[4], z_[5], w_[6]; member in class:ceres::internal::SchurOrderingTest
126 problem_.SetParameterBlockConstant(y_);
  /external/opencv3/3rdparty/libwebp/enc/
iterator.c 29 (it->y_ > 0) ? 129 : 127;
46 it->y_ = 0;
79 : it->percent0_ + delta * it->y_ / (enc->mb_h_ - 1);
108 const int x = it->x_, y = it->y_;
148 const int x = it->x_, y = it->y_;
251 const int x = it->x_, y = it->y_;
280 it->y_++;
281 it->bw_ = &enc->parts_[it->y_ & (enc->num_parts_ - 1)];
282 it->preds_ = enc->preds_ + it->y_ * 4 * enc->preds_w_;

Completed in 929 milliseconds

1 2 3