Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/render/
H A Dmiindex.c52 int cube, gray; in miBuildRenderColormap() local
99 cube = gray = 0; in miBuildRenderColormap()
106 for (cube = 1; in miBuildRenderColormap()
107 cube * cube * cube < pColormap->pVisual->ColormapEntries; in miBuildRenderColormap()
108 cube++); in miBuildRenderColormap()
109 cube--; in miBuildRenderColormap()
110 if (cube == 1) in miBuildRenderColormap()
111 cube = 0; in miBuildRenderColormap()
114 cube = 0; in miBuildRenderColormap()
119 if (cube) { in miBuildRenderColormap()
[all …]
/OK3568_Linux_fs/buildroot/package/rubix/
H A D0001-dont-use-legacy-functions.patch6 Index: rubix-1.0.5/cube.c
8 --- rubix-1.0.5.orig/cube.c 2010-02-14 14:19:05.000000000 +0100
9 +++ rubix-1.0.5/cube.c 2010-02-14 14:19:14.000000000 +0100
H A DConfig.in6 A 3D rubiks cube game for X
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/
H A Dpostgresql.inc331 ${libdir}/${BPN}/cube.so ${libdir}/${BPN}/dblink.so \
/OK3568_Linux_fs/external/xserver/hw/dmx/doc/
H A DDMXSpec-v1.txt166 composed of 4 1024x768 back-end displays arranged in a cube:
H A DDMXSpec.txt363 composed of 4 1024x768 back-end displays arranged in a cube:
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch458 +// ( N*N*N points uniformly over a cube, mapped onto a 4-octohedron.)
/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/info/
H A Dlibc.info-85097 These functions return the cube root of X. They cannot fail; every
5098 representable real value has a representable real cube root.
H A Dlibc.info-155813 * cube root function: Exponents and Logarithms.
/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/info/
H A Dlibc.info-85097 These functions return the cube root of X. They cannot fail; every
5098 representable real value has a representable real cube root.
H A Dlibc.info-155813 * cube root function: Exponents and Logarithms.
/OK3568_Linux_fs/external/xserver/
H A DChangeLog151132 Author: Alex Deucher <alex@cube.(none)>