Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/
H A Dsincosf_data.c55 const uint32_t __inv_pio4[24] = variable
H A Dmath_config.h140 #define __inv_pio4 arm_math_inv_pio4 macro
656 extern const uint32_t __inv_pio4[] HIDDEN;
H A Dsincosf.h132 const uint32_t *arr = &__inv_pio4[(xi >> 26) & 15]; in reduce_large()
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dtanf_3u3.c65 const uint32_t *arr = &__inv_pio4[(xi >> 26) & 15]; in reduce_large()