Home
last modified time | relevance | path

Searched refs:too_small (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dhash.c67 goto too_small; in cupsHashData()
84 goto too_small; in cupsHashData()
97 goto too_small; in cupsHashData()
110 goto too_small; in cupsHashData()
123 goto too_small; in cupsHashData()
136 goto too_small; in cupsHashData()
155 goto too_small; in cupsHashData()
176 goto too_small; in cupsHashData()
225 goto too_small; in cupsHashData()
234 goto too_small; in cupsHashData()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dsoftplus_op.h48 auto too_small = features < features.constant(threshold); in operator() local
52 too_small.select(features_exp, // softplus(x) ~= exp(x) for x small in operator()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_clear.c430 bool too_small = tex->resource.b.b.nr_samples <= 1 && in si_do_fast_color_clear() local
452 if (clear_words_needed && too_small) in si_do_fast_color_clear()
474 if (too_small) in si_do_fast_color_clear()