Home
last modified time | relevance | path

Searched refs:ay (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/strategies/cartesian/
H A Dside_of_intersection.hpp229 T const ay = get<0, 1>(a); in side_value() local
236 T const dy_a = get<1, 1>(a) - ay; in side_value()
270 ax - bx, ay - by in side_value()
281 d * (ax - cx) + dx_a * da, d * (ay - cy) + dy_a * da in side_value()
293 d * (ax - cx) + dx_a * da, d * (ay - cy) + dy_a * da in side_value()
296 T const result3 = d * (dx_c * (d * (ay - cy) + dy_a * da) in side_value()
299 T const result4 = d * (dx_c * d * (ay - cy) + dx_c * dy_a * da in side_value()
302 T const result5 = d * (d * (dx_c * (ay - cy) - dy_c * (ax - cx)) in side_value()
319 d, dx_c * (ay - cy) - dy_c * (ax - cx), in side_value()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dunitbezier.hpp42 , ay(1.0 - (3.0 * p1y) - (3.0 * (p2y - p1y) - (3.0 * p1y))) { in UnitBezier()
62 return ((ay * t + by) * t + cy) * t; in sampleCurveY()
119 return std::tie(cx, bx, ax, cy, by, ay) == in operator ==()
120 std::tie(rhs.cx, rhs.bx, rhs.ax, rhs.cy, rhs.by, rhs.ay); in operator ==()
130 const double ay; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_tv.c60 u16 ry, gy, by, ay; member
188 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
198 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133,
208 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0119,
218 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x014c,
228 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0113,
238 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0145,
248 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
258 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0133,
268 .ry = 0x0332, .gy = 0x012d, .by = 0x07d3, .ay = 0x0104,
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/sweep/
H A Dsweep.cpp300 double ay = pa.y - py; in Angle() local
303 double x = ax * by - ay * bx; in Angle()
304 double y = ax * bx + ay * by; in Angle()
312 double ay = node.point->y - node.next->next->point->y; in BasinAngle() local
313 return atan2(ay, ax); in BasinAngle()
327 double ay = node.next->point->y - node.point->y; in HoleAngle() local
330 return atan2(ax * by - ay * bx, ax * bx + ay * by); in HoleAngle()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dlvm11 lvm pvscan --cache --activate ay
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Ddirection_code.hpp81 calc_t ay = (std::min)(math::abs(y1), math::abs(y2)); in apply() local
84 if (ax >= ay) in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp205 TNumber sqDist(const TNumber ax, const TNumber ay, const TNumber bx, const TNumber by) { in sqDist() argument
206 return std::pow(ax - bx, 2) + std::pow(ay - by, 2); in sqDist()
/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/locales/
H A Dayc_PE175 % https://ay.wikipedia.org/wiki/Piruw
182 lang_ab "ay"
/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/locales/
H A Dayc_PE175 % https://ay.wikipedia.org/wiki/Piruw
182 lang_ab "ay"
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/earcut/0.12.4/include/mapbox/
H A Dearcut.hpp72 …bool pointInTriangle(double ax, double ay, double bx, double by, double cx, double cy, double px, …
638 bool Earcut<N>::pointInTriangle(double ax, double ay, double bx, double by, double cx, double cy, d… in pointInTriangle() argument
639 return (cx - px) * (ay - py) - (ax - px) * (cy - py) >= 0 && in pointInTriangle()
640 (ax - px) * (by - py) - (bx - px) * (ay - py) >= 0 && in pointInTriangle()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/earcut/
H A Dearcut.hpp97 …bool pointInTriangle(double ax, double ay, double bx, double by, double cx, double cy, double px, …
676 bool Earcut<N>::pointInTriangle(double ax, double ay, double bx, double by, double cx, double cy, d… in pointInTriangle() argument
677 return (cx - px) * (ay - py) - (ax - px) * (cy - py) >= 0 && in pointInTriangle()
678 (ax - px) * (by - py) - (bx - px) * (ay - py) >= 0 && in pointInTriangle()
/OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/Resources/tr.lproj/
H A DLocalizable.strings38 …rünebilir.\n\nX11’i bir sonraki başlatışınızda var olan dosyayı bir kenara ayırıp standart X11 ort…
/OK3568_Linux_fs/kernel/arch/s390/tools/
H A Dopcodes.txt789 e35a ay RXY_RRRD
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv39 …<<=<=>=>?>;875//221123/1433345332254=D1�t*�-��{�����������������������{l]ay�������������}~}…
184 …���������������������������������������������������������������������������ay��������������������ò…
216 …���������������������������������������������������������������������������ay��������������������±…
242 …���������������������������������������������������������������������������ay����̼����������������…
301 …>>=>>>>=>=<>A?@@@=<833//10/.1353332452264/59@mB t�{������������y|���{]ay�����kC/Inuu���������…
883 …ZMysmg���n>EADHEHYh^^�����������������������no��v{���v_i�������������������ay���}J:���������~pgh��…
1139 …���������������������������������������������������������������������������ay������������ǿ��������…
1166 …���������������������������������������������������������������������������ay��ƺ������������ћ<=V~�…
1451 …�������������������������������Ľh2��������~m���~wmbYVRRQMNNLMQV[Vx��ļ������ay���������������������…
3263 …���������������������bVl����������������������������������������y9&l���YIZ[ay��bVH7489997886866976…
[all …]
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...