Home
last modified time | relevance | path

Searched defs:nx (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/typescript/tests/cases/conformance/es6/destructuring/
DdestructuringWithLiteralInitializers2.ts18 declare const nx: number | undefined; constant
/third_party/musl/porting/liteos_a/kernel/src/math/
D__rem_pio2_large.c273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large()
Dfma.c47 struct num nx, ny, nz; in fma() local
/third_party/musl/src/math/
D__rem_pio2_large.c273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large()
Dfma.c47 struct num nx, ny, nz; in fma() local
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
De_rem_pio2.c100 int32_t e0, i, j, nx, n, ix, hx; local
Dk_rem_pio2.c172 __kernel_rem_pio2(double *x, double *y, int e0, int nx, int prec, in __kernel_rem_pio2()
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
Dtorus.h62 float nx = cosV * cosU; in GenerateTorus() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_miptree.c32 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()
/third_party/mtdev/test/
Dmtdev-kernel.c92 unsigned x, nx = BITMASK(nslot * npos); in generate_assignments() local
/third_party/pixman/pixman/
Dpixman-trap.c107 int nx = (ne + e->dy - 1) / e->dy; in pixman_edge_step() local
116 int nx = (-ne) / e->dy; in pixman_edge_step() local
141 int nx = ne / e->dy; in _pixman_edge_multi_init() local
/third_party/vk-gl-cts/modules/gles3/accuracy/
Des3aVaryingInterpolationTests.cpp61 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
/third_party/vk-gl-cts/modules/gles2/accuracy/
Des2aVaryingInterpolationTests.cpp59 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
/third_party/flutter/skia/src/effects/
DSkEmbossMask.cpp73 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local
/third_party/skia/src/effects/
DSkEmbossMask.cpp73 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local
/third_party/mtdev/src/
Dcore.c85 int *nid, const int *nx, const int *ny, int nn, in solve()
126 int nid[DIM_FINGER], nx[DIM_FINGER], ny[DIM_FINGER], i; in assign_tracking_id() local
/third_party/jerryscript/jerry-libm/
Dtrig.c190 __kernel_rem_pio2 (double *x, double *y, int e0, int nx, int prec) in __kernel_rem_pio2()
481 int e0, i, j, nx, n, ix, hx; in __ieee754_rem_pio2() local
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.cpp291 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()
493 float nx = wx / dstW; in sampleTextureProjected() local
537 float nx = wx / dstW; in sampleTextureProjected() local
655 const float nx = wx / dstW; in sampleTextureCube() local
851 float nx = wx / dstW; in sampleTextureProjected() local
908 const float nx = wx / dstW; in sampleTextureCubeArray() local
1302 const float nx = wx / dstW; in computeTextureLookupDiff() local
1409 const float nx = wx / dstW; in computeTextureLookupDiff() local
1616 const float nx = wx / dstW; in computeTextureLookupDiff() local
[all …]
/third_party/typescript/tests/baselines/reference/
DdestructuringWithLiteralInitializers2.js28 function f43([x = 0, y = 'bar'] = [sx, nx]) {} argument
/third_party/flutter/glfw/examples/
Dsplitview.c62 double s, t, x, y, z, nx, ny, nz, scale, twopi; in drawTorus() local
/third_party/boost/boost/sort/common/util/
Dmerge.hpp420 size_t nx = end_src1 - src1; in merge_contiguous() local
/third_party/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc384 Node* nx = r->nodes_[x]; in CheckInvariants() local
497 Node* nx = FindNode(r, idx); in InsertEdge() local
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/
Dgraphcycles.cc384 Node* nx = r->nodes_[x]; in CheckInvariants() local
497 Node* nx = FindNode(r, idx); in InsertEdge() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_miptree.c35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglbumper.c399 float nx, ny, nz; /* Normal */ member

1234