/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
setelementat.rs | 46 for (uint32_t xtemp = 0; xtemp < dimX; xtemp++) { 47 rsSetElementAt(array, &source, xtemp, y);
|
/cts/tests/tests/rscpp/librscpptest/ |
setelementat.rs | 45 for (uint32_t xtemp = 0; xtemp < dimX; xtemp++) { 46 rsSetElementAt(array, &source, xtemp, y);
|
/external/chromium_org/third_party/freetype/src/base/ |
fttrigon.c | 149 FT_Fixed x, y, xtemp, b; local 159 xtemp = y; 161 x = xtemp; 167 xtemp = -y; 169 x = xtemp; 180 xtemp = x + ( ( y + b ) >> i ); 182 x = xtemp; 187 xtemp = x - ( ( y + b ) >> i ); 189 x = xtemp; 204 FT_Fixed x, y, xtemp, b local [all...] |
/external/freetype/src/base/ |
fttrigon.c | 149 FT_Fixed x, y, xtemp, b; local 159 xtemp = y; 161 x = xtemp; 167 xtemp = -y; 169 x = xtemp; 180 xtemp = x + ( ( y + b ) >> i ); 182 x = xtemp; 187 xtemp = x - ( ( y + b ) >> i ); 189 x = xtemp; 204 FT_Fixed x, y, xtemp, b local [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/ |
fttrigon.c | 149 FT_Fixed x, y, xtemp, b; local 159 xtemp = y; 161 x = xtemp; 167 xtemp = -y; 169 x = xtemp; 180 xtemp = x + ( ( y + b ) >> i ); 182 x = xtemp; 187 xtemp = x - ( ( y + b ) >> i ); 189 x = xtemp; 204 FT_Fixed x, y, xtemp, b local [all...] |
/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
LVM_Polynomial.c | 49 LVM_INT32 Y,A,XTemp,Temp,sign; 69 XTemp=X; 75 MUL32x32INTO32(A,XTemp,Temp,31) 78 MUL32x32INTO32(XTemp,X,Temp,31) 79 XTemp=Temp;
|
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
mandelbrot.rs | 34 float xtemp = t2.x - t2.y + p.x; 36 t.x = xtemp; 66 double xtemp = t2.x - t2.y + p.x; 68 t.x = xtemp;
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
mandelbrot.rs | 34 float xtemp = t2.x - t2.y + p.x; 36 t.x = xtemp; 66 double xtemp = t2.x - t2.y + p.x; 68 t.x = xtemp;
|
/frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/ |
mandelbrot.rs | 31 float xtemp = t2.x - t2.y + p.x; 33 t.x = xtemp;
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
mandelbrot.rs | 34 float xtemp = t2.x - t2.y + p.x; 36 t.x = xtemp;
|
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/ |
rijndael-alg-fst.c | 153 } xtemp; local 154 #define temp xtemp.x8 318 } xtemp; local 319 #define temp xtemp.x8
|
/external/llvm/docs/ |
Atomics.rst | 84 int xtemp = x; 87 xtemp += 1; 89 x = xtemp;
|