Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
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);