HomeSort by relevance Sort by last modified time
    Searched refs:xs (Results 101 - 125 of 262) sorted by null

1 2 3 45 6 7 8 91011

  /external/mksh/src/
misc.c 1400 XString xs; local
1427 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
1452 while (xp > Xstring(xs, xp))
1802 XString xs; local
    [all...]
sh.h 1568 XString xs; \/* input buffer *\/ member in struct:source
    [all...]
lex.c 51 XString xs; member in struct:sretrace_info
119 Xcheck(rp->xs, rp->xp); \
167 Xinit(ri->xs, ri->xp, 64, ATEMP); \
175 sp = Xstring(retrace_info->xs, retrace_info->xp); \
1122 XString xs; local
1131 Xinit(xs, xp, 256, ATEMP);
1136 xpos = Xsavepos(xs, xp);
1178 Xcheck(xs, xp);
1179 Xput(xs, xp, c);
1186 Xcheck(xs, xp)
    [all...]
eval.c 1482 XString xs; local
    [all...]
funcs.c 283 XString xs; local
406 Xinit(xs, xp, 128, ATEMP);
412 Xcheck(xs, xp);
429 Xput(xs, xp, '\\');
438 Xput(xs, xp, ts[c]);
443 Xput(xs, xp, c);
446 Xput(xs, xp, ' ');
451 Xput(xs, xp, '\n');
455 Xput(xs, xp, '\0');
456 histsave(&source->line, Xstring(xs, xp), HIST_STORE, false)
1869 XString xs; local
    [all...]
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.11.0/
xercesImpl-2.11.0.jar 
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fmal.c 168 long double xs, ys, zs, adj; local
188 xs = frexpl(x, &ex);
230 volatile long double vxs = xs;
  /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/testng/src/main/java/org/testng/
Converter.java 45 for (XmlSuite xs : s.getChildSuites()) {
46 findAllSuites(Arrays.asList(xs), result);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-6.d 7 #objdump: -xs
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 987 final double xs[] = new double[2]; local
991 split(x, xs)
1130 final double xs[] = new double[2]; local
1185 final double xs[] = new double[2]; local
1766 final double xs[] = new double[2]; local
1809 final double xs[] = new double[2]; local
1864 double xs[] = new double[2]; local
1920 double xs[] = new double[2]; local
3266 final double xs = x \/ (p2*p2*p2); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_reconinter.c 73 int xs, int ys) {
76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h);
178 int xs, ys, subpel_x, subpel_y; local
183 xs = sf->x_step_q4;
189 xs = ys = 16;
197 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
281 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
318 xs = sf->x_step_q4;
331 xs = ys = 16;
351 int x1 = ((x0_16 + (w - 1) * xs) >> SUBPEL_BITS) + 1
    [all...]
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_camera.h 99 De-homogenize image point: xd(1:2) = xs(1:2)/xs(3).
100 If xs(3) is 0, xd will become 0
102 \param xs source point
104 void inline db_DeHomogenizeImagePoint(double xd[2],const double xs[3])
108 temp=xs[2];
112 xd[0]=xs[0]*div;xd[1]=xs[1]*div;
  /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/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
  /external/deqp/execserver/
xsPosixFileReader.cpp 28 namespace xs namespace
121 } // xs
xsPosixTestProcess.hpp 35 namespace xs namespace
108 } // xs
xsTestDriver.cpp 40 namespace xs namespace
43 TestDriver::TestDriver (xs::TestProcess* testProcess)
239 } // xs
  /external/google-breakpad/src/tools/solaris/dump_syms/
Makefile 35 CXXFLAGS=-g -xs -xdebugformat=stabs -I../../.. -I../../../common/solaris -lelf -ldemangle -D_REENTRANT
  /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);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_camera.h 99 De-homogenize image point: xd(1:2) = xs(1:2)/xs(3).
100 If xs(3) is 0, xd will become 0
102 \param xs source point
104 void inline db_DeHomogenizeImagePoint(double xd[2],const double xs[3])
108 temp=xs[2];
112 xd[0]=xs[0]*div;xd[1]=xs[1]*div;
  /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);
  /external/libhevc/decoder/
ihevcd_parse_residual.c 474 WORD32 xs, ys; local
481 /* Get xs and ys from scan position */
483 xs = sub_blk_pos & ((1 << (log2_trafo_size - 2)) - 1);
493 nbr_csbf |= (au2_csbf[ys + 1] >> xs) & 1;
497 /* Even if xs is equal to (1 << (log2_trafo_size - 2 )) - 1,
501 nbr_csbf |= (au2_csbf[ys] >> (xs + 1)) & 1;
534 UWORD32 u4_mask = 1 << xs;
646 ps_tu_sblk_coeff_data->u2_subblk_pos = (ys << 8) | xs;
    [all...]

Completed in 1019 milliseconds

1 2 3 45 6 7 8 91011