Home
last modified time | relevance | path

Searched refs:BitNot (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dfixed_point.c91 int32_t BitNot(int32_t a) { return ~(uint32_t)a; } in BitNot() function
93 int BitsSelect(int mask, int bound, int val) { return BitXor(BitAnd(mask, bound), BitAnd(BitNot(mas… in BitsSelect()
97 int32_t MaskIfNonZero(int32_t a) { return a ? BitNot(0) : 0; } in MaskIfNonZero()
134 const int positive_mask = x > threshold ? BitNot(0) : 0; in SaturatingRoundingMultiplyByPOT()
135 const int negative_mask = x < -threshold ? BitNot(0) : 0; in SaturatingRoundingMultiplyByPOT()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch95168 - /* 103 */ "BitNot" OpHelp("r[P2]= ~r[P1]"),
95249 + /* 104 */ "BitNot" OpHelp("r[P2]= ~r[P1]"),
132829 - /* 113 */ "BitNot" OpHelp("r[P2]= ~r[P1]"),
132900 + /* 114 */ "BitNot" OpHelp("r[P2]= ~r[P1]"),