Searched refs:FLOAT_ALIGN (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DataLayout.h | 55 FLOAT_ALIGN = 'f', enumerator
|
/third_party/python/Modules/_ctypes/ |
D | cfield.c | 1572 #define FLOAT_ALIGN (sizeof(s_float) - sizeof(float)) macro 1617 ffi_type ffi_type_float = { sizeof(float), FLOAT_ALIGN, FFI_TYPE_FLOAT };
|
/third_party/python/Modules/ |
D | _struct.c | 86 #define FLOAT_ALIGN (sizeof(st_float) - sizeof(float)) macro 798 {'f', sizeof(float), FLOAT_ALIGN, nu_float, np_float},
|