Home
last modified time | relevance | path

Searched refs:attribute_copy (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/arm-optimized-routines/math/
H A Dmath_config.h78 # define attribute_copy(f) __attribute__ ((copy (f))) macro
80 # define attribute_copy(f) macro
83 extern __typeof (f) a __attribute__ ((alias (#f))) attribute_copy (f);
86 attribute_copy (f);
/freebsd-14.2/contrib/arm-optimized-routines/pl/math/
H A Dmath_config.h80 # define attribute_copy(f) __attribute__ ((copy (f))) macro
82 # define attribute_copy(f) macro
85 extern __typeof (f) a __attribute__ ((alias (#f))) attribute_copy (f);
88 attribute_copy (f);