Home
last modified time | relevance | path

Searched refs:negative_mask (Results 1 – 3 of 3) 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/gemmlowp/fixedpoint/
Dfixedpoint.h409 const IntegerType negative_mask =
414 result = SelectUsingMask(negative_mask, min, result);
/external/tensorflow/tensorflow/lite/kernels/internal/
Dcommon.h472 const IntegerType negative_mask = in SaturatingRoundingMultiplyByPOTParam() local
477 result = gemmlowp::SelectUsingMask(negative_mask, min, result); in SaturatingRoundingMultiplyByPOTParam()