HomeSort by relevance Sort by last modified time
    Searched defs:xs (Results 76 - 100 of 176) sorted by null

1 2 34 5 6 7 8

  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/
tiocl.h 25 unsigned short xs; member in struct:tiocl_selection
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 180 double xs, ys, zs, adj; local
200 xs = frexp(x, &ex);
242 volatile double vxs = xs;
s_fmal.c 168 long double xs, ys, zs, adj; local
188 xs = frexpl(x, &ex);
230 volatile long double vxs = xs;
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
matrixop.c 89 float xx, yy, zz, xy, yz, xz, xs, ys, zs; local
101 xs = ax * s;
112 rot[2*4 + 1] = yz * one_c - xs;
116 rot[1*4 + 2] = yz * one_c + xs;
  /external/deqp/execserver/
xsExecutionServer.cpp 38 namespace xs namespace
101 ExecutionServer::ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode)
406 } // xs
xsProtocol.cpp 29 namespace xs namespace
267 } // xs
xsProtocol.hpp 32 namespace xs namespace
188 } // xs
xsWin32TestProcess.hpp 44 namespace xs namespace
212 } // xs
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /cts/tests/openglperf2/jni/graphics/
Matrix.cpp 300 float xs = x * s; local
308 d[9] = yz * nc - xs;
310 d[6] = yz * nc + xs;
  /external/clang/test/Sema/
flexible-array-init.c 63 struct X xs[]; // expected-warning{{'struct X' may not be used as an array element due to flexible array member}} member in struct:Y
  /external/clang/test/SemaCXX/
dcl_init_aggr.cpp 87 int xs[2][2] = { 3, 1, 4, 2 }; variable
for-range-examples.cpp 155 int xs[10]; // expected-note {{implicitly declared private here}} member in class:test2::A
158 for (int x : a.xs) { } // expected-error {{'xs' is a private member of 'test2::A'}}
  /external/deqp/execserver/tools/
xsClient.cpp 39 namespace xs namespace
351 } // xs
355 return xs::runClient(argc, argv);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
CompactArrayTest.java 53 String xs = Utility.arrayToRLEString(xa); local
55 CompactByteArray cba5 = new CompactByteArray(xs, vs);
117 String xs = Utility.arrayToRLEString(xa); local
119 CompactCharArray cca5 = new CompactCharArray(xs, vs);
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
CompactArrayTest.java 49 String xs = Utility.arrayToRLEString(xa); local
51 CompactByteArray cba5 = new CompactByteArray(xs, vs);
113 String xs = Utility.arrayToRLEString(xa); local
115 CompactCharArray cca5 = new CompactCharArray(xs, vs);
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 30 int xs, int ys, int bd) {
33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd);
186 int xs, ys, subpel_x, subpel_y; local
204 xs = sf->x_step_q4;
210 xs = ys = 16;
220 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys,
224 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
228 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
  /external/okhttp/okio/okio/src/test/java/okio/
SegmentSharingTest.java 29 private static final String xs = TestUtil.repeat('x', Segment.SIZE / 2 + 1); field in class:SegmentSharingTest
39 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot();
40 assertEquivalent(byteString, concatenateBuffers(xs, ys + zs).snapshot());
41 assertEquivalent(byteString, concatenateBuffers(xs + ys + zs).snapshot());
42 assertEquivalent(byteString, ByteString.encodeUtf8(xs + ys + zs));
46 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot();
48 assertEquals('x', byteString.getByte(xs.length() - 1));
49 assertEquals('y', byteString.getByte(xs.length()));
50 assertEquals('y', byteString.getByte(xs.length() + ys.length() - 1));
51 assertEquals('z', byteString.getByte(xs.length() + ys.length()))
    [all...]
  /external/opencv3/modules/imgproc/src/
samplers.cpp 284 double xs = A12*y + A13; local
289 if( (unsigned)(cvFloor(xs)-1) < (unsigned)(src_size.width - 3) &&
296 int ixs = cvFloor( xs );
299 float a = (float)(xs - ixs), b = (float)(ys - iys), a1 = 1.f - a, b1 = 1.f - b;
301 xs += A11;
333 int ixs = cvFloor( xs ), iys = cvFloor( ys );
334 float a = (float)(xs - ixs), b = (float)(ys - iys), a1 = 1.f - a, b1 = 1.f - b;
337 xs += A11; ys += A21;
  /external/pdfium/third_party/lcms2-2.6/src/
cmswtpnt.c 149 cmsFloat64Number xs, ys; local
155 xs = WhitePoint -> x;
160 us = (2*xs) / (-xs + 6*ys + 1.5);
161 vs = (3*ys) / (-xs + 6*ys + 1.5);
  /frameworks/base/libs/hwui/
Matrix.cpp 355 const float xs = x * s; local
364 data[9] = yz * nc - xs;
366 data[6] = yz * nc + xs;
  /frameworks/base/rs/java/android/renderscript/
Matrix3f.java 130 float xs = x * s; local
138 mMat[7] = yz*nc - xs;
140 mMat[5] = yz*nc + xs;
  /frameworks/native/include/ui/
mat4.h 318 T xs = x * s; local
322 r[ 1] = xy*nc + zs; r[ 5] = y*y*nc + c; r[ 9] = yz*nc - xs;
323 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c;

Completed in 360 milliseconds

1 2 34 5 6 7 8