/external/dtc/tests/ |
D | multilabel_merge.dts | 46 nx: node1 { label
|
/external/aac/libAACdec/src/ |
D | block.h | 265 USHORT nx = 16 - x; in EvaluatePower43() local
|
/external/fdlibm/ |
D | e_rem_pio2.c | 92 int e0,i,j,nx,n,ix,hx; local
|
D | k_rem_pio2.c | 164 int __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, const int *ipio2) in __kernel_rem_pio2()
|
/external/tensorflow/tensorflow/compiler/jit/graphcycles/ |
D | graphcycles.cc | 89 Node* nx = r->nodes_[x]; in CheckInvariants() local 167 Node* nx = r->nodes_[x]; in InsertEdge() local 341 Node* nx = r->nodes_[x]; in IsReachableNonConst() local
|
/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() 62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims()
|
/external/skqp/src/effects/ |
D | SkEmbossMask.cpp | 71 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local
|
/external/syslinux/extlinux/ |
D | mountinfo.c | 65 struct mountinfo *nx; in free_mountinfo() local
|
/external/skia/src/effects/ |
D | SkEmbossMask.cpp | 71 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aVaryingInterpolationTests.cpp | 59 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() 80 float nx = wx / dstW; in renderReference() local
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aVaryingInterpolationTests.cpp | 61 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() 82 float nx = wx / dstW; in renderReference() local
|
/external/gemmlowp/test/ |
D | correctness_meta_gemm.cc | 214 void q_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in q_suite() 228 void f_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in f_suite() 242 void i32_suite(int mi, int ni, int ki, int mx, int nx, int kx, int md, int nd, in i32_suite()
|
/external/clang/test/SemaCXX/ |
D | namespace-alias.cpp | 116 A::X nx; variable
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 32 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims()
|
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 291 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate() 302 …nline float triDerivateY (const tcu::Vec3& s, const tcu::Vec3& w, float wy, float height, float nx) in triDerivateY() 486 float nx = wx / dstW; in sampleTextureProjected() local 529 float nx = wx / dstW; in sampleTextureProjected() local 635 const float nx = wx / dstW; in sampleTextureCube() local 831 float nx = wx / dstW; in sampleTextureProjected() local 888 const float nx = wx / dstW; in sampleTextureCubeArray() local 1282 const float nx = wx / dstW; in computeTextureLookupDiff() local 1389 const float nx = wx / dstW; in computeTextureLookupDiff() local 1596 const float nx = wx / dstW; in computeTextureLookupDiff() local [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 110 float nx = 1.0f; in GetFillPath() local 487 float nx = 1.0f; in GetPath() local
|
/external/libconstrainedcrypto/ |
D | p256_ec.c | 1046 static void scalar_base_mult(felem nx, felem ny, felem nz, in scalar_base_mult() 1103 static void point_to_affine(felem x_out, felem y_out, const felem nx, in point_to_affine() 1114 static void scalar_mult(felem nx, felem ny, felem nz, const felem x, in scalar_mult()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_transfer.c | 573 unsigned nx = rect->w >> k; in swizzle2d_ptr() local
|
/external/curl/lib/ |
D | cookie.c | 304 struct Cookie *co, *nx, *pv; in remove_expired() local
|
/external/v8/src/parsing/ |
D | scanner.cc | 1004 int nx = x * 8 + d; in ScanOctalEscape() local
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderBuiltinVarTests.cpp | 358 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, floa… in projectedTriInterpolate()
|
/external/ImageMagick/coders/ |
D | sixel.c | 425 int nx = imsx * 2; in sixel_decode() local
|
/external/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 196 int nx = (target == PIPE_BUFFER ? (w / dx) : in init_tex() local 237 int nx = (tex->target == PIPE_BUFFER ? (tex->width0 / dx) : in check_tex() local
|
/external/mesa3d/src/mesa/main/ |
D | api_loopback.c | 366 _mesa_Normal3b( GLbyte nx, GLbyte ny, GLbyte nz ) in _mesa_Normal3b() 372 _mesa_Normal3d( GLdouble nx, GLdouble ny, GLdouble nz ) in _mesa_Normal3d() 378 _mesa_Normal3i( GLint nx, GLint ny, GLint nz ) in _mesa_Normal3i() 384 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz ) in _mesa_Normal3s()
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_nopfuncs.c | 246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) in nop_glNormal3hNV()
|