Searched refs:FLOAT_ALIGN (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/IR/ |
D | DataLayout.cpp | 169 { FLOAT_ALIGN, 16, 2, 2 }, // half 170 { FLOAT_ALIGN, 32, 4, 4 }, // float 171 { FLOAT_ALIGN, 64, 8, 8 }, // double 172 { FLOAT_ALIGN, 128, 16, 16 }, // ppcf128, quad, ... 299 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier() 665 AlignType = FLOAT_ALIGN; in getAlignment()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DataLayout.cpp | 171 { FLOAT_ALIGN, 16, 2, 2 }, // half 172 { FLOAT_ALIGN, 32, 4, 4 }, // float 173 { FLOAT_ALIGN, 64, 8, 8 }, // double 174 { FLOAT_ALIGN, 128, 16, 16 }, // ppcf128, quad, ... 335 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier() 709 AlignType = FLOAT_ALIGN; in getAlignment()
|
/external/swiftshader/third_party/LLVM/lib/Target/ |
D | TargetData.cpp | 150 setAlignment(FLOAT_ALIGN, 4, 4, 32); // float in init() 151 setAlignment(FLOAT_ALIGN, 8, 8, 64); // double in init() 197 case 'f': AlignType = FLOAT_ALIGN; break; in init() 481 AlignType = FLOAT_ALIGN; in getAlignment()
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetData.h | 43 FLOAT_ALIGN = 'f', ///< Floating point type alignment enumerator
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 49 FLOAT_ALIGN = 'f', enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 55 FLOAT_ALIGN = 'f', enumerator
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1606 #define FLOAT_ALIGN (sizeof(s_float) - sizeof(float)) macro 1651 ffi_type ffi_type_float = { sizeof(float), FLOAT_ALIGN, FFI_TYPE_FLOAT };
|
/external/python/cpython2/Modules/_ctypes/ |
D | cfield.c | 1705 #define FLOAT_ALIGN (sizeof(s_float) - sizeof(float)) macro 1752 ffi_type ffi_type_float = { sizeof(float), FLOAT_ALIGN, FFI_TYPE_FLOAT };
|
/external/python/cpython2/Modules/ |
D | _struct.c | 77 #define FLOAT_ALIGN (sizeof(st_float) - sizeof(float)) macro 710 {'f', sizeof(float), FLOAT_ALIGN, nu_float, np_float},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 73 #define FLOAT_ALIGN (sizeof(st_float) - sizeof(float)) macro 776 {'f', sizeof(float), FLOAT_ALIGN, nu_float, np_float},
|