Searched refs:size_1 (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/clang/test/Sema/ |
D | warn-strlcpycat-size.c | 42 void size_1() { in size_1() function
|
D | warn-strncat-size.c | 58 void size_1() { in size_1() function
|
/external/clang/test/Sema/ |
D | warn-strlcpycat-size.c | 42 void size_1() { in size_1() function
|
D | warn-strncat-size.c | 58 void size_1() { in size_1() function
|
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | types.h | 500 const int size_1 = shape.FlatSize(); in MatchingElementsSize() local 502 TFLITE_CHECK_EQ(size_1, size_2); in MatchingElementsSize() 503 return size_1; in MatchingElementsSize() 509 const int size_1 = shape.FlatSize(); in MatchingElementsSize() local 512 TFLITE_CHECK_EQ(size_1, size_2); in MatchingElementsSize() 514 return size_1; in MatchingElementsSize()
|
/external/tensorflow/tensorflow/lite/micro/kernels/ceva/ |
D | types.h | 649 const int size_1 = shape.FlatSize(); 651 TFLITE_CHECK_EQ(size_1, size_2); 652 return size_1; 658 const int size_1 = shape.FlatSize(); 661 TFLITE_CHECK_EQ(size_1, size_2); 663 return size_1;
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | reduce.cc | 436 const double size_1 = reduction_size / size_0; in BindArguments() local 437 RETURN_IF_ERROR(args->SetFloat("inv_multiplier_1", 1.0 / size_1)); in BindArguments()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcPixelStorageModesTests.cpp | 165 unsigned int size_1, unsigned int size_2, unsigned int size_3, 169 unsigned int size_1, unsigned int size_2, 340 unsigned int size_1, unsigned int size_2, unsigned int size_3, 350 const T max_1 = (1 << size_1) - 1; in write3Channel() 386 unsigned int size_1, unsigned int size_2, 398 T max_1 = (1 << size_1) - 1; in write4Channel()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1741 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int o… 1752 static const T max_1 = (1 << size_1) - 1; in read3Channel() 1802 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int s… 1813 static const T max_1 = (1 << size_1) - 1; in read4Channel() 1986 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int o… 1996 static const T max_1 = (1 << size_1) - 1; in write3Channel() 2047 template <typename T, unsigned int size_1, unsigned int size_2, unsigned int size_3, unsigned int s… 2057 static const T max_1 = (1 << size_1) - 1; in write4Channel()
|
/external/llvm-project/mlir/test/Conversion/StandardToLLVM/ |
D | convert-dynamic-memref-ops.mlir | 432 %size_1 : index, 437 offset: [%offset], sizes: [%size_0, %size_1],
|