HomeSort by relevance Sort by last modified time
    Searched refs:iy (Results 51 - 75 of 178) sorted by null

1 23 4 5 6 7 8

  /external/fdlibm/
e_pow.c 110 int hx,hy,ix,iy; local
116 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
119 if((iy|ly)==0) return one;
123 iy > 0x7ff00000 || ((iy==0x7ff00000)&&(ly!=0)))
133 if(iy>=0x43400000) yisint = 2; /* even integer y */
134 else if(iy>=0x3ff00000) {
135 k = (iy>>20)-0x3ff; /* exponent */
140 j = iy>>(20-k);
141 if((j<<(20-k))==iy) yisint = 2-(j&1)
    [all...]
  /external/skia/src/core/
SkScan_DAAPath.cpp 263 int iy = SkFixedFloorToInt(upperFloor); local
268 if (iy >= clipBounds.fTop && iy < clipBounds.fBottom) {
269 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result);
279 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result);
281 iy--; // compensate the iy++ in the while loop
286 iy++;
287 SkFixed y = SkIntToFixed(iy);
296 if (iy >= rectTop && iy < rectBot)
    [all...]
SkCoverageDelta.cpp 83 for(int iy = 0; iy < fBounds.height(); ++iy) {
85 if (fAntiRect.fHeight && iy == fAntiRect.fY - fBounds.fTop) {
103 iy += fAntiRect.fHeight - 1; // -1 because we'll ++iy after continue
  /external/skqp/src/core/
SkScan_DAAPath.cpp 263 int iy = SkFixedFloorToInt(upperFloor); local
268 if (iy >= clipBounds.fTop && iy < clipBounds.fBottom) {
269 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result);
279 add_coverage_delta_segment<true>(iy, rowHeight, currE, nextX, &result);
281 iy--; // compensate the iy++ in the while loop
286 iy++;
287 SkFixed y = SkIntToFixed(iy);
296 if (iy >= rectTop && iy < rectBot)
    [all...]
SkCoverageDelta.cpp 83 for(int iy = 0; iy < fBounds.height(); ++iy) {
85 if (fAntiRect.fHeight && iy == fAntiRect.fY - fBounds.fTop) {
103 iy += fAntiRect.fHeight - 1; // -1 because we'll ++iy after continue
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_powf.c 61 int32_t hx,hy,ix,iy,is; local
65 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
68 if(iy==0) return one;
75 iy > 0x7f800000)
85 if(iy>=0x4b800000) yisint = 2; /* even integer y */
86 else if(iy>=0x3f800000) {
87 k = (iy>>23)-0x7f; /* exponent */
88 j = iy>>(23-k);
89 if((j<<(23-k))==iy) yisint = 2-(j&1);
94 if (iy==0x7f800000) { /* y is +-inf *
    [all...]
k_tan.c 79 __kernel_tan(double x, double y, int iy) {
111 v = (double) iy;
115 if (iy == 1)
s_remquol.c 74 int ix,iy,n,q,sx,sxy; local
112 /* determine iy = ilogb(y) */
115 iy = uy.bits.exp - (BIAS + 512);
117 iy = uy.bits.exp - BIAS;
127 n = ix - iy;
147 iy -= 1;
151 if (iy < LDBL_MIN_EXP) {
152 ux.bits.exp = iy + (BIAS + 512);
155 ux.bits.exp = iy + BIAS;
  /device/google/contexthub/firmware/lib/libm/
ef_pow.c 69 __int32_t hx,hy,ix,iy,is; local
73 ix = hx&0x7fffffff; iy = hy&0x7fffffff;
76 if(FLT_UWORD_IS_ZERO(iy)) return one;
80 FLT_UWORD_IS_NAN(iy)) {
92 if(iy>=0x4b800000) yisint = 2; /* even integer y */
93 else if(iy>=0x3f800000) {
94 k = (iy>>23)-0x7f; /* exponent */
95 j = iy>>(23-k);
96 if((j<<(23-k))==iy) yisint = 2-(j&1);
101 if (FLT_UWORD_IS_INFINITE(iy)) { /* y is +-inf *
    [all...]
  /external/skia/tests/
SizeTest.cpp 37 int iy = 3; local
39 SkScalar y = SkIntToScalar(iy);
60 ia.set(ix, iy);
  /external/skqp/tests/
SizeTest.cpp 37 int iy = 3; local
39 SkScalar y = SkIntToScalar(iy);
60 ia.set(ix, iy);
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_depth_test_tmp.h 55 const unsigned iy = quads[0]->input.y0; local
57 const float fy = (float) iy;
74 tile = sp_get_cached_tile(qs->softpipe->zsbuf_cache, ix, iy, quads[0]->input.layer);
88 &tile->data.depth16[iy % TILE_SIZE][(ix + dx)% TILE_SIZE];
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
c2t64fx.c 56 Word32 i, j, k, i0, i1, ix, iy, pos, pos2; local
233 iy = 1;
257 iy = pos;
270 i1 = (iy >> 1); /* pos of pulse 2 (0..31) */
281 if (sign[iy] > 0)
283 code[iy] = 512;
284 p1 = h - iy;
287 code[iy] = -512;
289 p1 = h_inv - iy;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/z80/
arith.d 18 [ ]+[0-9a-f]+:[ ]+fd 86 05[ ]+add a,\(iy\+5\)
29 [ ]+[0-9a-f]+:[ ]+fd 8e 05[ ]+adc a,\(iy\+5\)
40 [ ]+[0-9a-f]+:[ ]+fd 96 05[ ]+sub \(iy\+5\)
51 [ ]+[0-9a-f]+:[ ]+fd 9e 05[ ]+sbc a,\(iy\+5\)
62 [ ]+[0-9a-f]+:[ ]+fd a6 05[ ]+and \(iy\+5\)
73 [ ]+[0-9a-f]+:[ ]+fd ae 05[ ]+xor \(iy\+5\)
84 [ ]+[0-9a-f]+:[ ]+fd b6 05[ ]+or \(iy\+5\)
95 [ ]+[0-9a-f]+:[ ]+fd be 05[ ]+cp \(iy\+5\)
106 [ ]+[0-9a-f]+:[ ]+fd 34 05[ ]+inc \(iy\+5\)
116 [ ]+[0-9a-f]+:[ ]+fd 35 05[ ]+dec \(iy\+5\
    [all...]
rotate.d 19 [ ]+[0-9a-f]+:[ ]+fd cb 05 06[ ]+rlc \(iy\+5\)
29 [ ]+[0-9a-f]+:[ ]+fd cb 05 0e[ ]+rrc \(iy\+5\)
39 [ ]+[0-9a-f]+:[ ]+fd cb 05 16[ ]+rl \(iy\+5\)
49 [ ]+[0-9a-f]+:[ ]+fd cb 05 1e[ ]+rr \(iy\+5\)
59 [ ]+[0-9a-f]+:[ ]+fd cb 05 26[ ]+sla \(iy\+5\)
69 [ ]+[0-9a-f]+:[ ]+fd cb 05 2e[ ]+sra \(iy\+5\)
79 [ ]+[0-9a-f]+:[ ]+fd cb 05 3e[ ]+srl \(iy\+5\)
bit.d 19 [ ]+[0-9a-f]+:[ ]+fd cb 05 46[ ]+bit 0,\(iy\+5\)
29 [ ]+[0-9a-f]+:[ ]+fd cb 05 4e[ ]+bit 1,\(iy\+5\)
39 [ ]+[0-9a-f]+:[ ]+fd cb 05 56[ ]+bit 2,\(iy\+5\)
49 [ ]+[0-9a-f]+:[ ]+fd cb 05 5e[ ]+bit 3,\(iy\+5\)
59 [ ]+[0-9a-f]+:[ ]+fd cb 05 66[ ]+bit 4,\(iy\+5\)
69 [ ]+[0-9a-f]+:[ ]+fd cb 05 6e[ ]+bit 5,\(iy\+5\)
79 [ ]+[0-9a-f]+:[ ]+fd cb 05 76[ ]+bit 6,\(iy\+5\)
89 [ ]+[0-9a-f]+:[ ]+fd cb 05 7e[ ]+bit 7,\(iy\+5\)
99 [ ]+[0-9a-f]+:[ ]+fd cb 05 86[ ]+res 0,\(iy\+5\)
109 [ ]+[0-9a-f]+:[ ]+fd cb 05 8e[ ]+res 1,\(iy\+5\
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
k_sinl.c 49 __kernel_sinl(long double x, long double y, int iy)
57 if(iy==0) return x+v*(S1+z*r);
k_tanl.c 65 __kernel_tanl(long double x, long double y, int iy) {
70 iy = (iy == 1 ? -1 : 1); /* XXX recover original interface */
98 v = (long double) iy;
102 if (iy == 1)
  /external/skia/gm/
ninepatchstretch.cpp 94 for (int iy = 0; iy < 2; ++iy) {
96 int i = ix * 2 + iy;
97 SkRect r = SkRect::MakeXYWH(x + ix * fixed, y + iy * fixed,
  /external/skqp/gm/
ninepatchstretch.cpp 94 for (int iy = 0; iy < 2; ++iy) {
96 int i = ix * 2 + iy;
97 SkRect r = SkRect::MakeXYWH(x + ix * fixed, y + iy * fixed,
  /external/libopus/celt/x86/
vq_sse2.c 44 opus_val16 op_pvq_search_sse2(celt_norm *_X, int *iy, int K, int N, int arch)
76 /* Clear y and iy in case we don't do the projection. */
78 _mm_storeu_si128((__m128i*)&iy[j], _mm_setzero_si128());
119 _mm_storeu_si128((__m128i*)&iy[j], iy4);
147 iy[0] += pulsesLeft;
197 /* Only now that we've made the final choice, update y/iy */
200 iy[best_id]++;
208 y4 = _mm_loadu_si128((__m128i*)&iy[j]);
211 _mm_storeu_si128((__m128i*)&iy[j], y4);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_rast_tri_tmp.h 138 int iy = (i >> 2) * 4; local
140 int py = y + iy;
150 + IMUL64(plane[j].dcdy, iy));
160 int iy = (i >> 2) * 4; local
162 int py = y + iy;
292 int iy = (i >> 2) * 16; local
294 int py = y + iy;
300 + IMUL64(plane[j].dcdy, iy));
313 int iy = (i >> 2) * 16; local
315 int py = y + iy;
380 int iy = (i >> 2) * 4; local
    [all...]
  /frameworks/rs/driver/runtime/
rs_f16_math.c 118 short hx, hy, ix, iy; local
123 iy = hy & 0x7fff; // |y|
126 (iy > 0x7c00)) // y is nan
  /external/mesa3d/src/mesa/swrast/
s_points.c 194 GLint xmin, xmax, ymin, ymax, iy; local
218 for (iy = ymin; iy <= ymax; iy++) {
227 span.y = iy;
315 GLint ix, iy; local
317 for (iy = ymin; iy <= ymax; iy++) {
321 span.y = iy;
410 GLint xmin, xmax, ymin, ymax, ix, iy; local
    [all...]
  /device/google/contexthub/util/nanotool/
sensorevent.h 50 int16_t iy; member in struct:android::CompressedTripleAxisDataPoint
65 int32_t iy; member in union:android::TripleAxisDataPoint::__anon1968

Completed in 494 milliseconds

1 23 4 5 6 7 8