Home
last modified time | relevance | path

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

/freebsd-head/contrib/arm-optimized-routines/math/aarch64/advsimd/
HDlog10.c38 #define N (1 << V_LOG10_TABLE_BITS)
52 = (vgetq_lane_u64 (i, 0) >> (52 - V_LOG10_TABLE_BITS)) & IndexMask; in lookup()
54 = (vgetq_lane_u64 (i, 1) >> (52 - V_LOG10_TABLE_BITS)) & IndexMask; in lookup()
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/
HDlog10.c15 #define N (1 << V_LOG10_TABLE_BITS)
58 svuint64_t i = svlsr_x (pg, tmp, 51 - V_LOG10_TABLE_BITS); in SV_NAME_D1()
/freebsd-head/contrib/arm-optimized-routines/math/
HDmath_config.h609 #define V_LOG10_TABLE_BITS 7 macro
617 } table[1 << V_LOG10_TABLE_BITS];