/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/llvm-project/llvm/lib/IR/ |
D | DataLayout.cpp | 168 {FLOAT_ALIGN, 16, Align(2), Align(2)}, // half, bfloat 169 {FLOAT_ALIGN, 32, Align(4), Align(4)}, // float 170 {FLOAT_ALIGN, 64, Align(8), Align(8)}, // double 171 {FLOAT_ALIGN, 128, Align(16), Align(16)}, // ppcf128, quad, ... 375 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier() 779 auto I = findAlignmentLowerBound(FLOAT_ALIGN, BitWidth); in getAlignment() 780 if (I != Alignments.end() && I->AlignType == FLOAT_ALIGN && in getAlignment()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DataLayout.cpp | 165 {FLOAT_ALIGN, 16, Align(2), Align(2)}, // half 166 {FLOAT_ALIGN, 32, Align(4), Align(4)}, // float 167 {FLOAT_ALIGN, 64, Align(8), Align(8)}, // double 168 {FLOAT_ALIGN, 128, Align(16), Align(16)}, // ppcf128, quad, ... 332 case 'f': AlignType = FLOAT_ALIGN; break; in parseSpecifier() 739 AlignType = FLOAT_ALIGN; in getAlignment()
|
/external/llvm/include/llvm/IR/ |
D | DataLayout.h | 49 FLOAT_ALIGN = 'f', enumerator
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DataLayout.h | 55 FLOAT_ALIGN = 'f', enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 55 FLOAT_ALIGN = 'f', enumerator
|
/external/python/cpython3/Modules/_ctypes/ |
D | cfield.c | 1607 #define FLOAT_ALIGN (sizeof(s_float) - sizeof(float)) macro 1652 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/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/cpython3/Modules/ |
D | _struct.c | 84 #define FLOAT_ALIGN (sizeof(st_float) - sizeof(float)) macro 787 {'f', sizeof(float), FLOAT_ALIGN, nu_float, np_float},
|