Home
last modified time | relevance | path

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

/external/minijail/
Dbpf.c198 unsigned long negative_mask = ~mask; in bpf_comp_jin() local
204 return bpf_comp_jset(filter, negative_mask, jf, jt); in bpf_comp_jin()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h215 const IntegerType negative_mask = in SaturatingRoundingMultiplyByPOTParam() local
220 result = gemmlowp::SelectUsingMask(negative_mask, min, result); in SaturatingRoundingMultiplyByPOTParam()
/external/gemmlowp/fixedpoint/
Dfixedpoint.h376 const IntegerType negative_mask =
381 result = SelectUsingMask(negative_mask, min, result);
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h254 const IntegerType negative_mask = in SaturatingRoundingMultiplyByPOTParam() local
259 result = gemmlowp::SelectUsingMask(negative_mask, min, result); in SaturatingRoundingMultiplyByPOTParam()