/external/valgrind/none/tests/s390x/ |
D | and.stdout.exp | 49 ny + 0000000000000000 & 0000000000000000 = 0000000000000000 (cc=0) 50 ny + 0000000000000001 & 0000000000000000 = 0000000000000000 (cc=0) 51 ny + 000000000000FFFF & 0000000000000000 = 0000000000000000 (cc=0) 52 ny + 0000000000007FFF & 0000000000000000 = 0000000000000000 (cc=0) 53 ny + 0000000000008000 & 0000000000000000 = 0000000000000000 (cc=0) 54 ny + 00000000FFFFFFFF & 0000000000000000 = 0000000000000000 (cc=0) 55 ny + 0000000080000000 & 0000000000000000 = 0000000000000000 (cc=0) 56 ny + 000000007FFFFFFF & 0000000000000000 = 0000000000000000 (cc=0) 57 ny + AAAAAAAAAAAAAAAA & 0000000000000000 = AAAAAAAA00000000 (cc=0) 58 ny + 8000000000000000 & 0000000000000000 = 8000000000000000 (cc=0) [all …]
|
/external/icu/icu4c/source/data/zone/ |
D | hu.txt | 989 ld{"ír nyári idő"} 1026 ld{"brit nyári idő"} 1278 ld{"Acre nyári idő"} 1295 ld{"nyugat-afrikai nyári idő"} 1300 ld{"alaszkai nyári idő"} 1305 ld{"Almati nyári idő"} 1310 ld{"amazóniai nyári idő"} 1315 ld{"középső államokbeli nyári idő"} 1320 ld{"keleti államokbeli nyári idő"} 1325 ld{"hegyvidéki nyári idő"} [all …]
|
/external/syslinux/utils/ |
D | ppmtolss16 | 317 my($ny) = @_; 319 if ( !defined($ny) ) { 321 $ny = 0; # Force the last byte out 327 $ny = $ny & 0x0F; 330 $ny = ($ny << 4) | $nybble_tmp; 331 print chr($ny); 335 $nybble_tmp = $ny;
|
/external/icu/icu4c/source/data/coll/ |
D | hu.txt | 13 "&N<ny<<<Ny<<<NY" 34 "&ny<<<nny/ny" 35 "&Ny<<<Nny/ny"
|
D | om.txt | 8 "&Z<ch<<<Ch<<<CH<dh<<<Dh<<<DH<kh<<<Kh<<<KH<ny<<<Ny<<<NY<ph<<<Ph<<<PH<"
|
D | ee.txt | 15 "&N<ny<<<Ny<<<NY<ŋ<<<Ŋ"
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 61 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() argument 63 …return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/… in projectedTriInterpolate() 83 float ny = wy / dstH; in renderReference() local 85 int triNdx = nx + ny >= 1.0f ? 1 : 0; in renderReference() 87 float triNy = triNdx ? 1.0f - ny : ny; in renderReference()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 59 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() argument 61 …return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/… in projectedTriInterpolate() 81 float ny = wy / dstH; in renderReference() local 83 int triNdx = nx + ny >= 1.0f ? 1 : 0; in renderReference() 85 float triNy = triNdx ? 1.0f - ny : ny; in renderReference()
|
/external/icu/icu4c/source/data/locales/ |
D | dua.txt | 6 "[a á b ɓ c d ɗ e é ɛ {ɛ\u0301} f g i í j k l m n {ny} ŋ o ó ɔ {ɔ\u0301} p r " 168 "nyɛt", 182 "nyɛtɛki", 214 "ndúmbū nyá ɓosó", 231 dn{"búnyá"} 239 dn{"epasi a búnyá"} 260 dn{"mínyá má disama"}
|
D | mas.txt | 6 "[a á à â ā b c d e é è ê ē ɛ g h i í ì î ī ɨ j k l m n {ny} ŋ o ó ò ô ō ɔ p " 62 "Ɛnkakɛnyá", 66 "Ɛnkakɛnyá", 171 "Oloilépūnyīē inkókúâ", 216 dn{"Ɛnkakɛnyá/Ɛndámâ"}
|
/external/skia/src/effects/ |
D | SkEmbossMask.cpp | 73 int ny = alpha[x + next_row] - alpha[x - prev_row]; in Emboss() local 75 SkFixed numer = lx * nx + ly * ny + lz_dot_nz; in Emboss() 80 int denom = SkSqrt32(nx * nx + ny * ny + kDelta*kDelta); in Emboss()
|
/external/libconstrainedcrypto/ |
D | p256_ec.c | 1046 static void scalar_base_mult(felem nx, felem ny, felem nz, in scalar_base_mult() argument 1056 memset(ny, 0, sizeof(felem)); in scalar_base_mult() 1063 point_double(nx, ny, nz, nx, ny, nz); in scalar_base_mult() 1079 point_add_mixed(tx, ty, tz, nx, ny, nz, px, py); in scalar_base_mult() 1084 copy_conditional(ny, py, n_is_infinity_mask); in scalar_base_mult() 1093 copy_conditional(ny, ty, mask); in scalar_base_mult() 1104 const felem ny, const felem nz) { in point_to_affine() argument 1110 felem_mul(y_out, ny, z_inv); in point_to_affine() 1114 static void scalar_mult(felem nx, felem ny, felem nz, const felem x, in scalar_mult() argument 1136 memset(ny, 0, sizeof(felem)); in scalar_mult() [all …]
|
/external/fonttools/Lib/fontTools/pens/ |
D | basePen.py | 266 nx, ny = points[0] # first off-curve point 267 impliedStartPoint = (0.5 * (x + nx), 0.5 * (y + ny)) 333 nx, ny = points[i+1] 334 impliedPt = (0.5 * (x + nx), 0.5 * (y + ny))
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 291 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() argument 293 …return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/… in projectedTriInterpolate() 296 …inline float triDerivateX (const tcu::Vec3& s, const tcu::Vec3& w, float wx, float width, float ny) in triDerivateX() argument 298 float d = w[1]*w[2]*(width*(ny - 1.0f) + wx) - w[0]*(w[2]*width*ny + w[1]*wx); in triDerivateX() 299 …return (w[0]*w[1]*w[2]*width * (w[1]*(s[0] - s[2])*(ny - 1.0f) + ny*(w[2]*(s[1] - s[0]) + w[0]*(s[… in triDerivateX() 487 float ny = wy / dstH; in sampleTextureProjected() local 489 int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureProjected() 493 float triNy = triNdx ? 1.0f - ny : ny; in sampleTextureProjected() 530 float ny = wy / dstH; in sampleTextureProjected() local 532 int triNdx = nx + ny >= 1.0f ? 1 : 0; in sampleTextureProjected() [all …]
|
/external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
D | nv50_miptree.c | 32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, in nv50_tex_choose_tile_dims_helper() argument 37 if (ny > 64) tile_mode = 0x040; /* height 128 tiles */ in nv50_tex_choose_tile_dims_helper() 39 if (ny > 32) tile_mode = 0x030; /* height 64 tiles */ in nv50_tex_choose_tile_dims_helper() 41 if (ny > 16) tile_mode = 0x020; /* height 32 tiles */ in nv50_tex_choose_tile_dims_helper() 43 if (ny > 8) tile_mode = 0x010; /* height 16 tiles */ in nv50_tex_choose_tile_dims_helper() 62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims() argument 64 return nv50_tex_choose_tile_dims_helper(nx, ny * 2, nz, is_3d); in nv50_tex_choose_tile_dims()
|
/external/skia/experimental/docs/ |
D | interpolatorFunctions.js | 41 var ny = fy * 27 - ay - dy * 8; 43 var by = (my * 2 - ny) / 18; 45 var cy = (ny * 2 - my) / 18;
|
/external/dtc/tests/ |
D | multilabel.dts | 14 p1: px: lref = <&ny>; 16 ny: n2: node2 { label
|
D | multilabel_merge.dts | 47 px: lref = <&ny>; 51 ny: n2: node2 { label
|
/external/llvm/test/CodeGen/SystemZ/ |
D | and-01.ll | 41 ; CHECK: ny %r2, 4096(%r3) 52 ; CHECK: ny %r2, 524284(%r3) 76 ; CHECK: ny %r2, -4(%r3) 87 ; CHECK: ny %r2, -524288(%r3) 124 ; CHECK: ny %r2, 4096({{%r4,%r3|%r3,%r4}})
|
/external/libyuv/files/util/ |
D | psnr_main.cc | 111 int ny = (y - 16) * 256 / 224; in ScaleY() local 112 if (ny < 0) in ScaleY() 113 ny = 0; in ScaleY() 114 if (ny > 255) in ScaleY() 115 ny = 255; in ScaleY() 116 return static_cast<uint8>(ny); in ScaleY()
|
/external/webrtc/webrtc/modules/video_render/ios/ |
D | open_gles20.mm | 43 " float nx,ny,r,g,b,y,u,v;\n" 46 " ny=vTextureCoord[1];\n" 47 " y=texture2D(Ytex,vec2(nx,ny)).r;\n" 48 " u=texture2D(Utex,vec2(nx,ny)).r;\n" 49 " v=texture2D(Vtex,vec2(nx,ny)).r;\n"
|
/external/icu/icu4c/source/data/region/ |
D | agq.txt | 11 AM{"Àmɛnyìa"} 19 BA{"Bosɨnyìa à Hɛ̀zɛ̀gòvinà"} 103 KE{"Kɨnyà"} 121 LT{"Lètwǎnyìa"} 184 SI{"Sɨ̀lòvɨnyìa"}
|
/external/toolchain-utils/crosperf/ |
D | machine_image_manager.py | 296 ny = reduce(lambda x, y: x + 1 if (y[1] == 'Y') else x, 298 if ny < N:
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 357 …c inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() argument 359 …return (s[0]*(1.0f-nx-ny)/w[0] + s[1]*ny/w[1] + s[2]*nx/w[2]) / ((1.0f-nx-ny)/w[0] + ny/w[1] + nx/… in projectedTriInterpolate()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 334 const int* ny = nullptr; in sycc420_to_rgb() local 341 ny = y + yw; in sycc420_to_rgb() 356 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb() 357 ++ny; in sycc420_to_rgb() 361 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb() 362 ++ny; in sycc420_to_rgb() 379 sycc_to_rgb(offset, upb, *ny, *cb, *cr, nr, ng, nb); in sycc420_to_rgb() 380 ++ny; in sycc420_to_rgb()
|