Home
last modified time | relevance | path

Searched defs:BitTest (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Dconstants.h209 inline bool BitTest(uint32_t bits, uint32_t bitMask) { return (bits & bitMask) == bitMask; } in BitTest() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX8664.cpp1573 Constant *BitTest = Ctx->getConstantInt32(0x20); in lowerShift64() local
DIceTargetLoweringX8632.cpp1650 Constant *BitTest = Ctx->getConstantInt32(0x20); in lowerShift64() local