/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/tests/ |
H A D | nonzero.rs | 116 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 D | nonzero.rs | 116 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 D | nonzero.rs | 116 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 D | nonzero.rs | 116 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 D | nonzero.rs | 116 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 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
|
/aosp_15_r20/libcore/luni/src/test/java/libcore/java/lang/ |
H A D | OldAndroidFloatDoubleTest.java | 41 float nz = -0.0f; in testFloat() local 96 double nz = -0.0; in testDouble() local
|
/aosp_15_r20/external/webp/src/enc/ |
H A D | quant_enc.c | 748 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 D | iterator_enc.c | 232 #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 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()
|
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
H A D | CubeMapActivity.java | 182 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 D | test_nn_module.py | 7 def __init__(self, nz=6, ngf=9, nc=3): argument
|
/aosp_15_r20/external/pytorch/test/onnx/model_defs/ |
H A D | dcgan.py | 8 nz = 100 variable
|
/aosp_15_r20/external/ltp/testcases/kernel/sound/ |
H A D | snd_timer01.c | 86 int i, nz; in run() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/image/jpeg/ |
D | scan.go | 415 func (d *decoder) refineNonZeroes(b *block, zig, zigEnd, nz, delta int32) (int32, error) { argument
|
/aosp_15_r20/external/angle/samples/torus_lighting/ |
H A D | torus.h | 64 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 D | fma.rs | 51 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 D | fma.rs | 51 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 D | fma.rs | 51 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 D | fma.rs | 51 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 D | fma.rs | 51 let nz = normalize(z); in fma() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | fma.rs | 51 let nz = normalize(z); in fma() localVariable
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | fma.c | 47 struct num nx, ny, nz; in fma() local
|
/aosp_15_r20/external/musl/src/math/ |
H A D | fma.c | 47 struct num nx, ny, nz; in fma() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | av1_highbd_quantize_avx2.c | 84 const __m256i nz = _mm256_cmpeq_epi32(zc, zero); in quantize() local
|