/external/fdlibm/ |
D | e_sqrt.c | 101 int ix0,s0,q,m,t,i; local 103 ix0 = __HI(x); /* high word of x */ 107 if((ix0&0x7ff00000)==0x7ff00000) { 112 if(ix0<=0) { 113 if(((ix0&(~sign))|ix1)==0) return x;/* ieee_sqrt(+-0) = +-0 */ 114 else if(ix0<0) 118 m = (ix0>>20); 120 while(ix0==0) { 122 ix0 |= (ix1>>11); ix1 <<= 21; 124 for(i=0;(ix0&0x00100000)==0;i++) ix0<<=1; [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_setup_tri.c | 590 int ix0 = bbox->x0 / TILE_SIZE; in lp_setup_bin_triangle() local 596 ix0 == bbox->x1 / TILE_SIZE); in lp_setup_bin_triangle() 605 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, in lp_setup_bin_triangle() 627 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, in lp_setup_bin_triangle() 641 return lp_scene_bin_cmd_with_state(scene, ix0, iy0, in lp_setup_bin_triangle() 650 return lp_scene_bin_cmd_with_state( scene, ix0, iy0, setup->fs.stored, in lp_setup_bin_triangle() 665 int ix0 = trimmed_box.x0 / TILE_SIZE; in lp_setup_bin_triangle() local 673 plane[i].dcdx * ix0 * TILE_SIZE); in lp_setup_bin_triangle() 699 for (x = ix0; x <= ix1; x++) in lp_setup_bin_triangle()
|
/external/opencv3/modules/objdetect/src/opencl/ |
D | cascadedetect.cl | 129 int ix0 = (tileIdx % ntiles.x)*LOCAL_SIZE_X; 132 __global const int* psum0 = sum + mad24(iy0, sumstep, ix0) + s->layer_ofs; 135 if( ix0 >= worksize.x || iy0 >= worksize.y ) 149 if( ix0 + ix < worksize.x && iy0 + iy < worksize.y ) 352 face[1] = ix0 + (val & 255); 498 int ix0 = (tileIdx % ntiles.x)*LOCAL_SIZE_X; 501 __global const int* psum0 = sum + mad24(iy0, sumstep, ix0) + s->layer_ofs; 503 if( ix0 >= worksize.x || iy0 >= worksize.y ) 518 if( ix0 + ix < worksize.x && iy0 + iy < worksize.y ) 653 face[1] = ix0 + (val & 255);
|
/external/opencv/cvaux/src/ |
D | decomppoly.cpp | 151 int ix0, iy0, ix1, iy1, ix2, iy2; 214 ix0 = contour[ i ].x - x1; 218 det1 = ix2 * iy0 - ix0 * iy2; 224 det2 = ix1 * iy0 - ix0 * iy1;
|
/external/vulkan-validation-layers/libs/glm/gtc/ |
D | ulp.inl | 63 #define GLM_EXTRACT_WORDS(ix0,ix1,d) \ argument 67 (ix0) = ew_u.parts.msw; \ 85 #define GLM_INSERT_WORDS(d,ix0,ix1) \ argument 88 iw_u.parts.msw = (ix0); \
|
/external/skia/src/core/ |
D | SkScan_Hairline.cpp | 114 int ix0 = SkFDot6Round(x0); in HairLineRgn() local 116 if (ix0 == ix1) {// too short to draw in HairLineRgn() 123 horiline(ix0, ix1, startY, slope, blitter); in HairLineRgn()
|
/external/deqp/modules/glshared/ |
D | glsShaderRenderCase.cpp | 681 int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local 698 for (int ix = ix0; ix < ix1; ix++) in computeVertexReference()
|
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 340 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f); in setPixelColors() local 346 for (int ix = ix0; ix < ix1; ix++) in setPixelColors()
|
/external/opencv3/modules/imgproc/src/ |
D | imgwarp.cpp | 4312 __m128i ix0 = _mm_cvtps_epi32(fx0); in operator ()() local 4316 ix0 = _mm_packs_epi32(ix0, ix1); in operator ()() 4318 ix1 = _mm_unpacklo_epi16(ix0, iy0); in operator ()() 4319 iy1 = _mm_unpackhi_epi16(ix0, iy0); in operator ()() 4380 __m128i ix0 = _mm_cvtps_epi32(_mm_mul_ps(fx0, scale)); in operator ()() local 4384 __m128i mx0 = _mm_and_si128(ix0, mask); in operator ()() 4393 ix0 = _mm_srai_epi32(ix0, INTER_BITS); in operator ()() 4397 ix0 = _mm_packs_epi32(ix0, ix1); in operator ()() 4399 ix1 = _mm_unpacklo_epi16(ix0, iy0); in operator ()() 4400 iy1 = _mm_unpackhi_epi16(ix0, iy0); in operator ()()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 1785 const int ix0 = deCeilFloatToInt32(sx0 - 0.5f); in computeVertexReference() local 1802 for (int ix = ix0; ix < ix1; ix++) in computeVertexReference()
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 436 const int ix0 = deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f); in setPixelColors() local 442 for (int ix = ix0; ix < ix1; ix++) in setPixelColors()
|