Home
last modified time | relevance | path

Searched defs:LeftShift (Results 1 – 10 of 10) sorted by relevance

/external/ruy/ruy/
Dapply_multiplier_test.cc86 TEST(ApplyMultiplierTest, LeftShift) { in TEST() argument
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_binary_ops_test.cc280 LeftShift, /*test_name=*/Int8, int8, int8, test::DefaultInput<int8>(), in GENERATE_DEFAULT_TESTS_WITH_SPECIFIC_INPUT_VALUES() argument
/external/libgav1/libgav1/src/utils/
Dcommon.h275 inline int LeftShift(int value, int bits) { in LeftShift() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h121 LeftShift, // ?6 # operator<< enumerator
/external/llvm-project/llvm/include/llvm/Demangle/
DMicrosoftDemangleNodes.h121 LeftShift, // ?6 # operator<< enumerator
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2519 TEST(APIntTest, LeftShift) { in TEST() argument
/external/python/cpython2/Lib/compiler/
Dast.py803 class LeftShift(Node): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp12098 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp12911 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
/external/tensorflow/tensorflow/go/op/
Dwrappers.go27722 func LeftShift(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func