Home
last modified time | relevance | path

Searched refs:first_nonzero (Results 1 – 4 of 4) sorted by relevance

/external/XNNPACK/src/operators/
Dconvolution-nchw.c325 bool first_nonzero = true; in xnn_create_convolution2d_nchw_f32() local
345 if (first_nonzero) { in xnn_create_convolution2d_nchw_f32()
356 first_nonzero = false; in xnn_create_convolution2d_nchw_f32()
373 if (first_nonzero) { in xnn_create_convolution2d_nchw_f32()
384 first_nonzero = false; in xnn_create_convolution2d_nchw_f32()
392 if (!first_nonzero) { in xnn_create_convolution2d_nchw_f32()
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/bn/
Dshift.c354 crypto_word_t first_nonzero = ~saw_nonzero & nonzero; in BN_count_low_zero_bits() local
358 ret |= first_nonzero & (i * BN_BITS2 + bits); in BN_count_low_zero_bits()
/external/boringssl/src/crypto/fipsmodule/bn/
Dshift.c354 crypto_word_t first_nonzero = ~saw_nonzero & nonzero; in BN_count_low_zero_bits() local
358 ret |= first_nonzero & (i * BN_BITS2 + bits); in BN_count_low_zero_bits()
/external/libaom/libaom/aom_dsp/x86/
Dquantize_avx_x86_64.asm229 jnz .first_nonzero
245 .first_nonzero: label