Home
last modified time | relevance | path

Searched refs:DTyAlgTyAlign (Results 1 – 4 of 4) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dsymfun.h134 inline ISZ_T DTyAlgTyAlign(DTYPE dtype) { in DTyAlgTyAlign() function
515 #define DTyAlgTyAlign(D) DTY((D) + 4)
/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Ddtypeutl.cpp471 return DTyAlgTyAlign(dtype); in alignment()
979 DTyAlgTyTag(dtypeind), DTyAlgTyAlign(dtypeind)); in _dmp_dent()
H A Dllutil.cpp2674 if (DTyAlgTyAlign(dtype) > 3) in write_alt_struct_def()
3130 (DTyAlgTyAlign(dtype) + 1) * 8); in process_dtype_struct()
3179 (DTyAlgTyAlign(dtype) + 1) * 8); in process_ftn_dtype_struct()
H A Dmwd.cpp3145 putint("align", DTyAlgTyAlign(dtype)); in dumpdtype()