Home
last modified time | relevance | path

Searched refs:a01 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.cpp51 double a00 = a[0], a01 = a[1], a02 = a[2], a03 = a[3], in invert() local
56 b00 = a00 * a11 - a01 * a10, in invert()
59 b03 = a01 * a12 - a02 * a11, in invert()
60 b04 = a01 * a13 - a03 * a11, in invert()
78 out[1] = (a02 * b10 - a01 * b11 - a03 * b09) * det; in invert()
86 out[9] = (a01 * b08 - a00 * b10 - a03 * b06) * det; in invert()
90 out[13] = (a00 * b09 - a01 * b07 + a02 * b06) * det; in invert()
166 double a00, a01, a02, a03, in translate() local
170 a00 = a[0]; a01 = a[1]; a02 = a[2]; a03 = a[3]; in translate()
174 out[0] = a00; out[1] = a01; out[2] = a02; out[3] = a03; in translate()
[all …]
H A Dmat3.cpp43 double a00 = a[0], a01 = a[1], a02 = a[2], in translate() local
48 out[1] = a01; in translate()
56 out[7] = x * a01 + y * a11 + a21; in translate()
64 a01 = a[1], in rotate() local
74 out[1] = c * a01 + s * a11; in rotate()
78 out[4] = c * a11 - s * a01; in rotate()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/qvm/gen/
H A Dmat_operations2.hpp1449 T const a01=mat_traits<A>::template read_element<0,1>(a); in determinant() local
1452 T det=(a00*a11-a01*a10); in determinant()
1486 T const a01=mat_traits<A>::template read_element<0,1>(a); in inverse() local
1493 mat_traits<R>::template write_element<0,1>(r)=-f*a01; in inverse()
1544 Ta const a01 = mat_traits<A>::template read_element<0,1>(a); in operator *() local
1555 mat_traits<R>::template write_element<0,0>(r)=a00*b00+a01*b10; in operator *()
1556 mat_traits<R>::template write_element<0,1>(r)=a00*b01+a01*b11; in operator *()
1593 Ta const a01 = mat_traits<A>::template read_element<0,1>(a); in operator *=() local
1600 mat_traits<A>::template write_element<0,0>(a)=a00*b00+a01*b10; in operator *=()
1601 mat_traits<A>::template write_element<0,1>(a)=a00*b01+a01*b11; in operator *=()
[all …]
H A Dmat_operations3.hpp1585 T const a01=mat_traits<A>::template read_element<0,1>(a); in determinant() local
1593 T det=(a00*(a11*a22-a12*a21)-a01*(a10*a22-a12*a20)+a02*(a10*a21-a11*a20)); in determinant()
1627 T const a01=mat_traits<A>::template read_element<0,1>(a); in inverse() local
1639 mat_traits<R>::template write_element<0,1>(r)=-f*(a01*a22-a02*a21); in inverse()
1640 mat_traits<R>::template write_element<0,2>(r)= f*(a01*a12-a02*a11); in inverse()
1645 mat_traits<R>::template write_element<2,1>(r)=-f*(a00*a21-a01*a20); in inverse()
1646 mat_traits<R>::template write_element<2,2>(r)= f*(a00*a11-a01*a10); in inverse()
1695 Ta const a01 = mat_traits<A>::template read_element<0,1>(a); in operator *() local
1716 mat_traits<R>::template write_element<0,0>(r)=a00*b00+a01*b10+a02*b20; in operator *()
1717 mat_traits<R>::template write_element<0,1>(r)=a00*b01+a01*b11+a02*b21; in operator *()
[all …]
H A Dmat_operations4.hpp1718 T const a01=mat_traits<A>::template read_element<0,1>(a); in determinant() local
1733 …T det=(a00*(a11*(a22*a33-a23*a32)-a12*(a21*a33-a23*a31)+a13*(a21*a32-a22*a31))-a01*(a10*(a22*a33-a… in determinant()
1767 T const a01=mat_traits<A>::template read_element<0,1>(a); in inverse() local
1786 …mat_traits<R>::template write_element<0,1>(r)=-f*(a01*(a22*a33-a23*a32)-a02*(a21*a33-a23*a31)+a03*… in inverse()
1787 …mat_traits<R>::template write_element<0,2>(r)= f*(a01*(a12*a33-a13*a32)-a02*(a11*a33-a13*a31)+a03*… in inverse()
1788 …mat_traits<R>::template write_element<0,3>(r)=-f*(a01*(a12*a23-a13*a22)-a02*(a11*a23-a13*a21)+a03*… in inverse()
1794 …mat_traits<R>::template write_element<2,1>(r)=-f*(a00*(a21*a33-a23*a31)-a01*(a20*a33-a23*a30)+a03*… in inverse()
1795 …mat_traits<R>::template write_element<2,2>(r)= f*(a00*(a11*a33-a13*a31)-a01*(a10*a33-a13*a30)+a03*… in inverse()
1796 …mat_traits<R>::template write_element<2,3>(r)=-f*(a00*(a11*a23-a13*a21)-a01*(a10*a23-a13*a20)+a03*… in inverse()
1798 …mat_traits<R>::template write_element<3,1>(r)= f*(a00*(a21*a32-a22*a31)-a01*(a20*a32-a22*a30)+a02*… in inverse()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/include/
H A Dintel-ipu3.h1232 __u32 a01:9; member
1274 __u32 a01:9; member
1306 __u32 a01:9; member
1339 __u32 a01:9; member
1386 __u32 a01:16; member
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dbttv-cardlist.rst331 - 0a01:17de
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos4412.dtsi48 cpu1: cpu@a01 {
/OK3568_Linux_fs/kernel/arch/m68k/ifpsp060/
H A Dpfpsp.sa717 dc.l $6700ff86,$6eea4e75,$48414a01,$66044841
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/
H A D40-libgphoto2.rules839 ATTRS{idVendor}=="2931", ATTRS{idProduct}=="0a01", ENV{ID_MEDIA_PLAYER}="1", MODE="l36"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dstabs.info2397 << the examples that follow are based on a01.C >>
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dstabs.info2397 << the examples that follow are based on a01.C >>