Home
last modified time | relevance | path

Searched defs:nz (Results 1 – 25 of 129) sorted by relevance

123456

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs116 let nz = NonZero::new(1).unwrap(); in test_from_nonzero() localVariable
123 let nz = NonZero::new(1).unwrap(); in test_from_signed_nonzero() localVariable
326 let nz = NonZero::new(1).unwrap(); in test_nonzero_uint_div() localVariable
334 let nz = NonZero::new(10).unwrap(); in test_nonzero_uint_rem() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs116 let nz = NonZero::new(1).unwrap(); in test_from_nonzero() localVariable
123 let nz = NonZero::new(1).unwrap(); in test_from_signed_nonzero() localVariable
326 let nz = NonZero::new(1).unwrap(); in test_nonzero_uint_div() localVariable
334 let nz = NonZero::new(10).unwrap(); in test_nonzero_uint_rem() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs116 let nz = NonZero::new(1).unwrap(); in test_from_nonzero() localVariable
123 let nz = NonZero::new(1).unwrap(); in test_from_signed_nonzero() localVariable
326 let nz = NonZero::new(1).unwrap(); in test_nonzero_uint_div() localVariable
334 let nz = NonZero::new(10).unwrap(); in test_nonzero_uint_rem() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs116 let nz = NonZero::new(1).unwrap(); in test_from_nonzero() localVariable
123 let nz = NonZero::new(1).unwrap(); in test_from_signed_nonzero() localVariable
326 let nz = NonZero::new(1).unwrap(); in test_nonzero_uint_div() localVariable
334 let nz = NonZero::new(10).unwrap(); in test_nonzero_uint_rem() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/tests/
H A Dnonzero.rs116 let nz = NonZero::new(1).unwrap(); in test_from_nonzero() localVariable
123 let nz = NonZero::new(1).unwrap(); in test_from_signed_nonzero() localVariable
326 let nz = NonZero::new(1).unwrap(); in test_nonzero_uint_div() localVariable
334 let nz = NonZero::new(10).unwrap(); in test_nonzero_uint_rem() localVariable
/aosp_15_r20/external/webp/src/dec/
H A Dvp8_dec.c511 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
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/
H A DOldAndroidFloatDoubleTest.java41 float nz = -0.0f; in testFloat() local
96 double nz = -0.0; in testDouble() local
/aosp_15_r20/external/webp/src/enc/
H A Dquant_enc.c748 int nz = 0; in TrellisQuantizeBlock() local
780 int nz = 0; in ReconstructIntra16() local
832 int nz = 0; in ReconstructIntra4() local
936 int nz = 0; in ReconstructUV() local
1226 int nz = 0; in SimpleQuantize() local
1252 int nz = 0; in RefineUsingDistortion() local
H A Diterator_enc.c232 #define BIT(nz, n) (!!((nz) & (1 << (n)))) argument
268 uint32_t nz = 0; in VP8IteratorBytesToNz() local
/aosp_15_r20/external/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()
62 nv50_tex_choose_tile_dims(unsigned nx, unsigned ny, unsigned nz, bool is_3d) in nv50_tex_choose_tile_dims()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/
H A DCubeMapActivity.java182 float nz = sinU; in generateTorusGrid() local
317 public void set(int i, int j, float x, float y, float z, float nx, float ny, float nz) { in set()
/aosp_15_r20/external/pytorch/test/package/package_a/
H A Dtest_nn_module.py7 def __init__(self, nz=6, ngf=9, nc=3): argument
/aosp_15_r20/external/pytorch/test/onnx/model_defs/
H A Ddcgan.py8 nz = 100 variable
/aosp_15_r20/external/ltp/testcases/kernel/sound/
H A Dsnd_timer01.c86 int i, nz; in run() local
/aosp_15_r20/prebuilts/go/linux-x86/src/image/jpeg/
Dscan.go415 func (d *decoder) refineNonZeroes(b *block, zig, zigEnd, nz, delta int32) (int32, error) { argument
/aosp_15_r20/external/angle/samples/torus_lighting/
H A Dtorus.h64 float nz = sinU; in GenerateTorus() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfma.rs51 let nz = normalize(z); in fma() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfma.rs51 let nz = normalize(z); in fma() localVariable
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfma.rs51 let nz = normalize(z); in fma() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfma.rs51 let nz = normalize(z); in fma() localVariable
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dfma.rs51 let nz = normalize(z); in fma() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dfma.rs51 let nz = normalize(z); in fma() localVariable
/aosp_15_r20/external/trusty/musl/src/math/
Dfma.c47 struct num nx, ny, nz; in fma() local
/aosp_15_r20/external/musl/src/math/
H A Dfma.c47 struct num nx, ny, nz; in fma() local
/aosp_15_r20/external/libaom/av1/encoder/x86/
H A Dav1_highbd_quantize_avx2.c84 const __m256i nz = _mm256_cmpeq_epi32(zc, zero); in quantize() local

123456