Searched defs:LeftShift (Results 1 – 10 of 10) sorted by relevance
/external/ruy/ruy/ |
D | apply_multiplier_test.cc | 86 TEST(ApplyMultiplierTest, LeftShift) { in TEST() argument
|
/external/tensorflow/tensorflow/core/kernels/mlir_generated/ |
D | gpu_binary_ops_test.cc | 280 LeftShift, /*test_name=*/Int8, int8, int8, test::DefaultInput<int8>(), in GENERATE_DEFAULT_TESTS_WITH_SPECIFIC_INPUT_VALUES() argument
|
/external/libgav1/libgav1/src/utils/ |
D | common.h | 275 inline int LeftShift(int value, int bits) { in LeftShift() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 121 LeftShift, // ?6 # operator<< enumerator
|
/external/llvm-project/llvm/include/llvm/Demangle/ |
D | MicrosoftDemangleNodes.h | 121 LeftShift, // ?6 # operator<< enumerator
|
/external/llvm-project/llvm/unittests/ADT/ |
D | APIntTest.cpp | 2519 TEST(APIntTest, LeftShift) { in TEST() argument
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 803 class LeftShift(Node): class
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12098 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 12911 bool LeftShift = N0->getOpcode() == ISD::SHL; in CombineANDShift() local
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 27722 func LeftShift(scope *Scope, x tf.Output, y tf.Output) (z tf.Output) { func
|