HomeSort by relevance Sort by last modified time
    Searched refs:fsx (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/tests/fsx/
fsx.py 10 class fsx(test.test): class in inherits:test.test
11 """Test to run fsx-linux."""
25 '0002-Enable-cross-compiling-for-fsx.patch',
28 utils.system('make fsx-linux')
36 utils.system(' '.join([os.path.join(self.srcdir,'/fsx-linux'),
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 122 GLfixed fsx; /* first sample point x coord */ member in struct:__anon21267
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
570 const GLfixed fsx = eLeft->fsx; /* no fractional part */ local
571 const GLfixed fx = FixedCeil(fsx); /* no fractional part */
578 fError = fx - fsx - FIXED_ONE;
579 fxLeftEdge = fsx - FIXED_EPSILON;
726 fxRightEdge = eRight->fsx - FIXED_EPSILON
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp_strict.cpp 554 double fsx = _dim[dx].second;
560 inter_func(static_cast<float>(fsx), w);
579 double fsx = scale * (dx + 0.5) - 0.5;
580 int isx = cvFloor(fsx);
581 _dim[dx] = std::make_pair(isx, fsx - isx);
    [all...]

Completed in 233 milliseconds