Searched refs:fsx (Results 1 – 14 of 14) sorted by relevance
14 fsx-linux: fsx-linux.o15 - $(CC) $(LDFLAGS) -laio fsx-linux.o -o fsx-linux16 + $(CC) ${CFLAGS} $(LDFLAGS) fsx-linux.o -o fsx-linux -laio
8 fsx-linux.c | 10 +++++++---11 diff --git a/fsx-linux.c b/fsx-linux.c13 --- a/fsx-linux.c14 +++ b/fsx-linux.c
2 NAME = "fsx"10 job.run_test('fsx')
4 Subject: [PATCH 2/2] Enable cross compiling for fsx
10 class fsx(test.test): class
122 GLfixed fsx; /* first sample point x coord */ in NAME() member258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy); in NAME()271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy); in NAME()281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy); in NAME()570 const GLfixed fsx = eLeft->fsx; /* no fractional part */ in NAME() local571 const GLfixed fx = FixedCeil(fsx); /* no fractional part */ in NAME()578 fError = fx - fsx - FIXED_ONE; in NAME()579 fxLeftEdge = fsx - FIXED_EPSILON; in NAME()726 fxRightEdge = eRight->fsx - FIXED_EPSILON; in NAME()
1 ; This job file works pretty works similarly to running fsx-linux
4 /usr/local/autotest/client/tests/fsx/control
17 job.run_test('fsx', dir=part.mountpoint, tag=fstype)
23 job.run_test('fsx', dir=partition.mountpoint, tag=fstype)
31 job.run_test('fsx', dir=job.tmpdir, tag=tag)
56 job.run_test('fsx')
91 fsx 1463
554 double fsx = _dim[dx].second; in resize_1d() local560 inter_func(static_cast<float>(fsx), w); in resize_1d()579 double fsx = scale * (dx + 0.5) - 0.5; in generate_buffer() local580 int isx = cvFloor(fsx); in generate_buffer()581 _dim[dx] = std::make_pair(isx, fsx - isx); in generate_buffer()