Home
last modified time | relevance | path

Searched defs:nx (Results 1 - 25 of 55) sorted by relevance

123

/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__rem_pio2_large.c273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large() argument
H A Dfma.c47 struct num nx, ny, nz; in fma() local
/third_party/musl/src/math/
H A D__rem_pio2_large.c273 int __rem_pio2_large(double *x, double *y, int e0, int nx, int prec) in __rem_pio2_large() argument
H A Dfma.c47 struct num nx, ny, nz; in fma() local
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
H A Dtorus.h62 float nx = cosV * cosU; in GenerateTorus() local
/third_party/backends/backend/escl/
H A Descl_pdf.c55 int nx = 0; in set_file_in_buffer() local
/third_party/skia/src/effects/
H A DSkEmbossMask.cpp73 int nx = alpha[x + neq_to_one(x, maxx)] - alpha[x - nonzero_to_one(x)]; in Emboss() local
/third_party/glfw/examples/
H A Dsplitview.c64 double s, t, x, y, z, nx, ny, nz, scale, twopi; in drawTorus() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c32 nv50_tex_choose_tile_dims_helper(unsigned nx, unsigned ny, unsigned nz, in nv50_tex_choose_tile_dims_helper() argument
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims() argument
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dconsistency_tools.py13 import networkx as nx namespace
/third_party/ffmpeg/libavcodec/
H A Dsmcenc.c186 const int nx = sx < 4 ? width - 4 : sx - 4; in smc_encode_stream() local
H A Dmotion_est_template.c248 int i, nx, ny; in qpel_motion_search() local
[all...]
H A Dagm.c597 fill_pixels(uint8_t **y0, uint8_t **y1, uint8_t **u, uint8_t **v, int ylinesize, int ulinesize, int vlinesize, uint8_t *fill, int *nx, int *ny, int *np, int w, int h) fill_pixels() argument
/third_party/jerryscript/jerry-libm/
H A Dtrig.c190 __kernel_rem_pio2 (double *x, double *y, int e0, int nx, int prec) in __kernel_rem_pio2() argument
481 int e0, i, j, nx, n, ix, hx; in __ieee754_rem_pio2() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_transfer.c573 unsigned nx = rect->w >> k; in swizzle2d_ptr() local
/third_party/vk-gl-cts/modules/gles2/accuracy/
H A Des2aVaryingInterpolationTests.cpp59 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() argument
80 float nx = wx / dstW; in renderReference() local
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderBuiltinVarTests.cpp359 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() argument
/third_party/vk-gl-cts/modules/gles3/accuracy/
H A Des3aVaryingInterpolationTests.cpp61 static inline float projectedTriInterpolate (const tcu::Vec3& s, const tcu::Vec3& w, float nx, float ny) in projectedTriInterpolate() argument
82 float nx = wx / dstW; in renderReference() local
/third_party/mesa3d/src/mesa/main/
H A Des1_conversion.c633 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in _mesa_Normal3x() argument
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_nopfuncs.c246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) in nop_glNormal3hNV() argument
/third_party/curl/lib/
H A Dcookie.c382 struct Cookie *co, *nx; in remove_expired() local
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c196 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
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc437 int nx = x * 8 + d; in ScanOctalEscape() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_1_0_autogen.cpp1086 CaptureNormal3f(const State &glState, bool isCallValid, GLfloat nx, GLfloat ny, GLfloat nz) CaptureNormal3f() argument
1101 CaptureNormal3x(const State &glState, bool isCallValid, GLfixed nx, GLfixed ny, GLfixed nz) CaptureNormal3x() argument

Completed in 27 milliseconds

123