Searched refs:FLOAT_ALIGN (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A 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;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DataLayout.h | 55 FLOAT_ALIGN = 'f', enumerator
|
/third_party/python/Modules/ |
H A D | _struct.c | 90 #define FLOAT_ALIGN (sizeof(st_float) - sizeof(float)) macro 800 {'f', sizeof(float), FLOAT_ALIGN, nu_float, np_float},
|
Completed in 8 milliseconds