Home
last modified time | relevance | path

Searched refs:b09 (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dmat4.cpp65 b09 = a21 * a32 - a22 * a31, in invert() local
70 det = b00 * b11 - b01 * b10 + b02 * b09 + b03 * b08 - b04 * b07 + b05 * b06; in invert()
77 out[0] = (a11 * b11 - a12 * b10 + a13 * b09) * det; in invert()
78 out[1] = (a02 * b10 - a01 * b11 - a03 * b09) * det; in invert()
89 out[12] = (a11 * b07 - a10 * b09 - a12 * b06) * det; in invert()
90 out[13] = (a00 * b09 - a01 * b07 + a02 * b06) * det; in invert()
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0003-configure-Allow-to-disable-demos-which-require-GLEW-.patch30 index 0525b09..28834cd 100644