Home
last modified time | relevance | path

Searched defs:x_ (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dwarpers_inl.hpp216 float x_ = r_kinv[0] * x + r_kinv[1] * y + r_kinv[2]; in mapForward() local
247 float x_ = r_kinv[0] * x + r_kinv[1] * y + r_kinv[2]; in mapForward() local
264 float x_ = sinv * sinf(u); in mapBackward() local
281 float x_ = r_kinv[0] * x + r_kinv[1] * y + r_kinv[2]; in mapForward() local
296 float x_ = sinf(u); in mapBackward() local
312 float x_ = r_kinv[0] * x + r_kinv[1] * y + r_kinv[2]; in mapForward() local
333 float x_ = sinv * sinf(u_); in mapBackward() local
349 float x_ = r_kinv[0] * x + r_kinv[1] * y + r_kinv[2]; in mapForward() local
373 float x_ = sinv * sinf(u_); in mapBackward() local
389 float x_ = r_kinv[0] * x + r_kinv[1] * y + r_kinv[2]; in mapForward() local
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeotilespec_p_p.h71 int x_; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Danchor.hpp16 Anchor(float x_, float y_, float angle_, float scale_, int segment_ = -1) in Anchor()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/algorithm/transformation/
H A Dpush_back.hpp41 single_view x_(x); in push_back() local
H A Dpush_front.hpp41 single_view x_(x); in push_front() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/tile/
H A Dtile_id.hpp99 inline CanonicalTileID::CanonicalTileID(uint8_t z_, uint32_t x_, uint32_t y_) : z(z_), x(x_), y(y_)… in CanonicalTileID()
200 inline UnwrappedTileID::UnwrappedTileID(uint8_t z_, int64_t x_, int64_t y_) in UnwrappedTileID()
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Duaccess.h154 #define __put_user_asm(x_, addr_, err_, align, insn, cb)\ argument
222 #define __get_user_asm(x_, addr_, err_, align, insn, cb) \ argument
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph.hpp62 explicit PositionedGlyph(GlyphID glyph_, float x_, float y_, bool vertical_) in PositionedGlyph()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtile.hpp36 const uint32_t x_, in InternalTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/
H A Dgeojsonvt.hpp109 const Tile& getTile(const uint8_t z, const uint32_t x_, const uint32_t y) { in getTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/supercluster/0.2.2/include/
H A Dsupercluster.hpp119 TileFeatures getTile(std::uint8_t z, std::uint32_t x_, std::uint32_t y) { in getTile()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/shelf-pack/2.1.1/include/mapbox/
H A Dshelf-pack.hpp134 int32_t x_; member in mapbox::Shelf
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp354 void TransformState::constrain(double& scale_, double& x_, double& y_) const { in constrain()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp604 int32_t Earcut<N>::zOrder(const double x_, const double y_) { in zOrder()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp641 int32_t Earcut<N>::zOrder(const double x_, const double y_) { in zOrder()
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1260 static bool is_all_zeros(void * const x_, size_t sz) in is_all_zeros()