/external/pytorch/test/package/package_a/ |
D | test_nn_module.py | 7 def __init__(self, nz=6, ngf=9, nc=3): argument
|
/external/webp/src/dec/ |
D | vp8_dec.c | 511 static WEBP_INLINE uint32_t NzCodeBits(uint32_t nz_coeffs, int nz, int dc_nz) { in NzCodeBits() 536 const int nz = GetCoeffs(token_br, bands[1], ctx, q->y2_mat_, 0, dc); in ParseResiduals() local 559 const int nz = GetCoeffs(token_br, ac_proba, ctx, q->y1_mat_, first, dst); in ParseResiduals() local 580 const int nz = GetCoeffs(token_br, bands[2], ctx, q->uv_mat_, 0, dst); in ParseResiduals() local
|
/external/pytorch/test/onnx/model_defs/ |
D | dcgan.py | 8 nz = 100 variable
|
/external/ltp/testcases/kernel/sound/ |
D | snd_timer01.c | 86 int i, nz; in run() 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/angle/samples/torus_lighting/ |
D | torus.h | 64 float nz = sinU; in GenerateTorus() local
|
/external/webp/src/enc/ |
D | quant_enc.c | 750 int nz = 0; in TrellisQuantizeBlock() local 782 int nz = 0; in ReconstructIntra16() local 834 int nz = 0; in ReconstructIntra4() local 938 int nz = 0; in ReconstructUV() local 1228 int nz = 0; in SimpleQuantize() local 1254 int nz = 0; in RefineUsingDistortion() local
|
D | iterator_enc.c | 234 #define BIT(nz, n) (!!((nz) & (1 << (n)))) argument 270 uint32_t nz = 0; in VP8IteratorBytesToNz() local
|
/external/rust/android-crates-io/crates/libm/src/math/ |
D | fma.rs | 51 let nz = normalize(z); in fma() localVariable
|
/external/musl/src/math/ |
D | fma.c | 47 struct num nx, ny, nz; in fma() local
|
/external/trusty/musl/src/math/ |
D | fma.c | 47 struct num nx, ny, nz; in fma() local
|
/external/libaom/av1/encoder/x86/ |
D | av1_highbd_quantize_avx2.c | 84 const __m256i nz = _mm256_cmpeq_epi32(zc, zero); in quantize() local
|
/external/bzip2/ |
D | compress.c | 58 #define bsNEEDW(nz) \ argument
|
/external/pytorch/torch/csrc/jit/mobile/model_tracer/ |
D | TracerRunner.cpp | 61 const volatile bool nz = at::native::is_nonzero(at::zeros({1})); in call_setup_methods() local
|
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_miptree.c | 35 nvc0_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nvc0_tex_choose_tile_dims()
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
D | RandomSetter.h | 332 Index nz = 0; in nonZeros() local
|
/external/OpenCL-CTS/test_conformance/workgroups/ |
D | test_wg_broadcast.cpp | 122 verify_wg_broadcast_3D(float *inptr, float *outptr, size_t nx, size_t ny, size_t nz, size_t wg_size… in verify_wg_broadcast_3D()
|
/external/webp/src/dsp/ |
D | enc_sse41.c | 318 int nz; in Quantize2Blocks_SSE41() local
|
D | enc_mips32.c | 241 int nz; in Quantize2Blocks_MIPS32() local
|
/external/rust/android-crates-io/crates/rusqlite/src/types/ |
D | to_sql.rs | 489 macro_rules! nz { in test_non_zero_i128() macro
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_nopfuncs.c | 246 nop_glNormal3hNV(GLhalfNV nx, GLhalfNV ny, GLhalfNV nz) in nop_glNormal3hNV()
|
/external/pytorch/test/jit/ |
D | test_models.py | 66 def __init__(self, nz, ngf, nc): argument
|
/external/mesa3d/src/mesa/main/ |
D | es1_conversion.c | 633 _mesa_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in _mesa_Normal3x()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_1_0_autogen.cpp | 1535 void GL_APIENTRY GL_Normal3f(GLfloat nx, GLfloat ny, GLfloat nz) in GL_Normal3f() 1561 void GL_APIENTRY GL_Normal3x(GLfixed nx, GLfixed ny, GLfixed nz) in GL_Normal3x()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | amd_ext_to_khr.cpp | 611 Instruction* nz = in ReplaceCubeFaceCoord() local
|