Home
last modified time | relevance | path

Searched refs:z_ (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dwarpers_inl.hpp218 float z_ = r_kinv[6] * x + r_kinv[7] * y + r_kinv[8]; in mapForward() local
220 x_ = t[0] + x_ / z_ * (1 - t[2]); in mapForward()
221 y_ = t[1] + y_ / z_ * (1 - t[2]); in mapForward()
249 float z_ = r_kinv[6] * x + r_kinv[7] * y + r_kinv[8]; in mapForward() local
251 u = scale * atan2f(x_, z_); in mapForward()
252 float w = y_ / sqrtf(x_ * x_ + y_ * y_ + z_ * z_); in mapForward()
266 float z_ = sinv * cosf(u); in mapBackward() local
269 x = k_rinv[0] * x_ + k_rinv[1] * y_ + k_rinv[2] * z_; in mapBackward()
270 y = k_rinv[3] * x_ + k_rinv[4] * y_ + k_rinv[5] * z_; in mapBackward()
271 z = k_rinv[6] * x_ + k_rinv[7] * y_ + k_rinv[8] * z_; in mapBackward()
[all …]
/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() argument
200 inline UnwrappedTileID::UnwrappedTileID(uint8_t z_, int64_t x_, int64_t y_) in UnwrappedTileID() argument
201 : wrap((x_ < 0 ? x_ - (1ll << z_) + 1 : x_) / (1ll << z_)), in UnwrappedTileID()
203 z_, in UnwrappedTileID()
204 static_cast<uint32_t>(x_ - wrap * (1ll << z_)), in UnwrappedTileID()
205 y_ < 0 ? 0 : std::min(static_cast<uint32_t>(y_), static_cast<uint32_t>(1ull << z_) - 1)) { in UnwrappedTileID()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/
H A Dproperty_evaluation_parameters.hpp10 explicit PropertyEvaluationParameters(float z_) in PropertyEvaluationParameters() argument
11 : z(z_), in PropertyEvaluationParameters()
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/syntax/
H A Dbitbake.vim78 syn match bbFunction "\h[0-9A-Za-z_\-\.]*" display contained contains=bbOEFunctions
88 syn match bbShFuncDef "^\(fakeroot\s*\)\?\([\.0-9A-Za-z_:${}\-\.]\+\)\(python\)\@<!\(\s*(…
96 syn match bbPyFuncDef "^\(fakeroot\s*\)\?\(python\)\(\s\+[0-9A-Za-z_:${}\-\.]\+\)\?\(\s*(…
101 syn region bbPyDefRegion start='^\(def\s\+\)\([0-9A-Za-z_-]\+\)\(\s*(.*)\s*\):\s*$' end='^\(…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dtile_range.hpp60 TileRange(Range<Point<uint32_t>> range_, Range<uint8_t> z_) in TileRange() argument
62 zoomRange(z_) { in TileRange()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dshadow-relaxed-usernames.patch32 - * User/group names must match [a-z_][a-z0-9_-]*[$]
81 - In regular expression terms: [a-z_][a-z0-9_-]*[$]?
107 - In regular expression terms: [a-z_][a-z0-9_-]*[$]?
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Drational.hpp261 V evaluate_rational(const T* num, const U* denom, const V& z_, std::size_t count) BOOST_MATH_NOEXCE…
281 V evaluate_rational(const T* num, const U* denom, const V& z_, std::size_t count) BOOST_MATH_NOEXCE… in evaluate_rational() argument
283 V z(z_); in evaluate_rational()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojsonvt/6.5.1/include/mapbox/geojsonvt/
H A Dtypes.hpp18 vt_point(double x_, double y_, double z_) : mapbox::geometry::point<double>(x_, y_), z(z_) { in vt_point()
H A Dtile.hpp35 const uint8_t z_, in InternalTile() argument
41 z(z_), in InternalTile()
/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_macro_scan.l68 WORD [A-Za-z_][-A-Za-z_0-9]*
H A Daicasm_scan.l70 WORD [A-Za-z_][-A-Za-z_0-9]*
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tesseract/
H A Dtesseract-lang_4.1.0.bb20 …pkgs = do_split_packages(d, tessdata_dir, r'^([a-z_]*)\.*', '${BPN}-%s', 'tesseract-ocr language f…
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_sysfs.c421 .counter = offsetof(struct qib_ibport, rvp.z_##N) \
484 qibp->rvp.z_##cntr = get_all_cpu_total(qibp->rvp.cntr); \
494 qibp->rvp.z_##cntr) in def_write_per_cpu()
/OK3568_Linux_fs/kernel/scripts/genksyms/
H A Dlex.l28 IDENT [A-Za-z_\$][A-Za-z0-9_\$]*
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/
HDISO_10646.gz1<escape_char> / 2<comment_char> % 3 4% ISO/IEC 10646-1 ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/
HDISO_10646.gz1<escape_char> / 2<comment_char> % 3 4% ISO/IEC 10646-1 ...
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dchip.c4096 return read_write_cpu(ppd->dd, &ppd->ibport_data.rvp.z_ ##cntr, \
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/
H A Dir.yuv83 …YYZZZYWZZYYYZ[ZZZZZ[[Z\\]\[[\\\]]]___`a```bbcdddeaWR��Za�������������������z_\TQMHAFFA?=;=;7657543…
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv154 …8999878977:78;8Ev����ĸ�����������������������������������������������������z_���������������������…
480 …���������������������������������������������������������������������������z_��������������������ɴ…
703z_����������������������������������������������������������}pfK1355244336423343233034333353343224…
767 …���������������������������������������������������������������������������z_���������������������…
937 …������êR2~���������������������v����ɿ���������y����������������������������z_���������������������…
1015 …�ѰI<Su�����������ĺ�������������������������������������������������jc������z_���������������������…
1369 …ԲdfG?�Wh�d.-9;FLFFBF|�������������������������nXk��}pYY�������������������z_���f:`���������ki���…
1426 …�Ҍ6@T������������ƽ�������������������������������������������������_i������z_���������������������…
1580z_����������������ѴL;Ro����������ǿ��������������������������������������������������t`������hb����…
1963 …���������������������������������������������������������������������������z_�������λ��ñ�����ɾ��ƞw…
[all …]
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...
/OK3568_Linux_fs/kernel/
H A DMAINTAINERS14992 K: \b(?:devm_|of_)?reset_control(?:ler_[a-z]+|_[a-z_]+)?\b