Home
last modified time | relevance | path

Searched defs:BitXor (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dfixed_point.c89 int32_t BitXor(int32_t a, int32_t b) { return (uint32_t)a ^ (uint32_t)b; } in BitXor() function
/third_party/python/Include/internal/
Dpycore_ast.h26 LShift=8, RShift=9, BitOr=10, BitXor=11, BitAnd=12, enumerator