| /external/gemmlowp/meta/generators/ |
| D | gemv_1xMxK_neon.py | 62 def GenerateZipVector(emitter, aligned, leftovers): argument 83 def GenerateMulCols(emitter, result_type, lhs_add, rhs_add, aligned, cols, argument 127 def GenerateQuantized8BitMul(emitter, aligned, cols, leftovers): argument 136 def GenerateFullMul(emitter, result_type, aligned, cols, leftovers): argument 140 def BuildName(output_type, aligned, cols, leftover): argument 170 def GenerateGemv(emitter, output_type, aligned, cols, leftovers): argument 197 def GenerateGemvCall(emitter, output_type, aligned, m_mod, leftovers): argument 204 def GenerateGemvSwitch2(emitter, output_type, aligned, n_mod): argument 218 def GenerateGemvSwitch1(emitter, output_type, aligned): argument
|
| D | gemm_NxMxK_neon.py | 76 def ZipName(rows, leftovers, aligned): argument 80 def GenerateZipRhs(emitter, aligned, cols, leftovers): argument 109 def GenerateMulRows(emitter, result, result_type, lhs_add, rhs_add, aligned, argument 134 def GenerateQuantized8BitMul(emitter, aligned, rows, cols, leftovers): argument 159 def GenerateFullMul(emitter, result_type, aligned, rows, cols, leftovers): argument 173 def BuildName(output_type, aligned, rows, cols, leftover): argument 209 def GenerateGemm(emitter, output_type, aligned, rows, cols, leftovers): argument 237 def GenerateGemmCall(emitter, output_type, aligned, m_mod, n_mod, leftovers): argument 244 def GenerateGemmSwitch3(emitter, output_type, aligned, m_mod, n_mod): argument 258 def GenerateGemmSwitch2(emitter, output_type, aligned, m_mod): argument [all …]
|
| D | qnt_Nx8_neon.py | 26 def BuildName(lanes, leftovers, aligned): argument 269 def GenerateQntNx8(emitter, qnt_lanes, leftovers, aligned): argument 335 def BuildMultiQuantizeName(aligned, rows): argument 342 def GenerateMultiQuantize(emitter, aligned, rows): argument
|
| D | zip_Nx8_neon.py | 55 def BuildName(zip_lanes, leftovers, aligned): argument 224 def GenerateZipNx8(emitter, zip_lanes, leftovers, aligned): argument
|
| /external/deqp/framework/referencerenderer/ |
| D | rrVertexAttrib.cpp | 62 SrcScalarType aligned[4]; in readOrder() local 76 SrcScalarType aligned[4]; in readUnormOrder() local 91 SrcScalarType aligned[4]; in readSnormClamp() local 106 SrcScalarType aligned[4]; in readSnormScale() local 117 deUint16 aligned[4]; in readHalf() local 128 deInt32 aligned[4]; in readFixed() local 139 double aligned[4]; in readDouble() local 157 deUint32 aligned; in readUint2101010Rev() local 169 deUint32 aligned; in readInt2101010Rev() local 184 deUint32 aligned; in readUnorm2101010RevOrder() local [all …]
|
| /external/swiftshader/src/Common/ |
| D | Memory.cpp | 57 unsigned char *aligned = nullptr; in allocateRaw() local 106 unsigned char *aligned = (unsigned char*)memory; in deallocate() local
|
| /external/swiftshader/src/System/ |
| D | Memory.cpp | 58 unsigned char *aligned = nullptr; in allocateRaw() local 105 unsigned char *aligned = (unsigned char *)memory; in deallocate() local
|
| /external/llvm/test/MC/ARM/ |
| D | directive-align.s | 13 aligned: label
|
| /external/llvm-project/llvm/test/MC/ARM/ |
| D | directive-align.s | 13 aligned: label
|
| /external/clang/test/CodeGenObjC/ |
| D | block-over-align.m | 7 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary typedef
|
| /external/llvm-project/clang/test/CodeGenObjC/ |
| D | block-over-align.m | 7 } GAXBackboardState __attribute__ ((aligned(32))); // minimum alignment is 32-byte boundary typedef
|
| /external/llvm-project/polly/lib/External/isl/ |
| D | isl_multi_align_templ.c | 17 isl_bool aligned; in MULTI() local
|
| D | isl_multi_apply_templ.c | 59 isl_bool aligned; in MULTI() local
|
| /external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
| D | cppcoreguidelines-no-malloc-custom.cpp | 25 int *aligned = (int *)align_malloc(20 * sizeof(int), 16); in malloced_array() local
|
| /external/compiler-rt/test/asan/TestCases/Darwin/ |
| D | malloc_set_zone_name-mprotect.cc | 26 bool aligned = false; in main() local
|
| /external/llvm-project/compiler-rt/test/asan/TestCases/Darwin/ |
| D | malloc_set_zone_name-mprotect.cpp | 26 bool aligned = false; in main() local
|
| /external/deqp/modules/gles2/stress/ |
| D | es2sVertexArrayTests.cpp | 88 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 228 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && (offsets[… in init() local 296 …const bool aligned = ((stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0) && ((offsets… in init() local
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_gather.c | 84 boolean aligned, in lp_build_gather_elem() 169 boolean aligned, in lp_build_gather_elem_vec() 413 boolean aligned, in lp_build_gather()
|
| /external/llvm-project/clang/test/SemaCXX/ |
| D | cxx11-gnu-attrs.cpp | 34 [[gnu::aligned(8)]] int aligned; variable
|
| /external/clang/test/SemaCXX/ |
| D | cxx11-gnu-attrs.cpp | 35 [[gnu::aligned(8)]] int aligned; variable
|
| /external/llvm-project/mlir/tools/mlir-rocm-runner/ |
| D | rocm-runtime-wrappers.cpp | 161 mgpuMemGetDeviceMemRef1dFloat(float *allocated, float *aligned, int64_t offset, in mgpuMemGetDeviceMemRef1dFloat() 169 mgpuMemGetDeviceMemRef1dInt32(int32_t *allocated, int32_t *aligned, in mgpuMemGetDeviceMemRef1dInt32()
|
| /external/deqp/modules/gles3/stress/ |
| D | es3sVertexArrayTests.cpp | 87 const bool aligned = (stride % Array::inputTypeSize(inputTypes[inputTypeNdx])) == 0; in init() local 295 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local 396 const bool aligned = ((stride % alignment) == 0) && ((offsets[offsetNdx] % alignment) == 0); in init() local
|
| /external/clang/test/SemaObjC/ |
| D | method-attributes.m | 67 -(id)method2 __attribute__((aligned(16))); 76 -(id)method1 __attribute__((aligned(16))) {
|
| /external/llvm-project/clang/test/SemaObjC/ |
| D | method-attributes.m | 67 -(id)method2 __attribute__((aligned(16))); 76 -(id)method1 __attribute__((aligned(16))) {
|
| /external/oboe/samples/RhythmGame/third_party/glm/detail/ |
| D | precision.hpp | 20 aligned = aligned_highp, enumerator
|