Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexp.c35 #define SpecialBias2 0x3010000000000000 /* 0x1p-254. */ macro
57 svadd_x (pg, svsub_x (pg, svreinterpret_u64 (s), SpecialBias2), b)); in special_case()
H A Dexp2.c34 #define SpecialBias2 0x3010000000000000 /* 0x1p-254. */ macro
54 svadd_x (pg, svsub_x (pg, svreinterpret_u64 (s), SpecialBias2), b)); in special_case()
H A Dexp10.c40 #define SpecialBias2 0x3010000000000000 /* 0x1p-254. */ macro
60 svadd_x (pg, svsub_x (pg, svreinterpret_u64 (s), SpecialBias2), b)); in special_case()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexp2.c56 # define SpecialBias2 0x3010000000000000 /* 0x1p-254. */ macro
66 vsubq_u64 (vreinterpretq_u64_f64 (s), v_u64 (SpecialBias2)), b)); in special_case()
H A Dexp.c61 # define SpecialBias2 v_u64 (0x3010000000000000) /* 0x1p-254. */ macro
70 vaddq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (s), SpecialBias2), b)); in special_case()
H A Dexp10.c65 # define SpecialBias2 v_u64 (0x3010000000000000) /* 0x1p-254. */ macro
75 vaddq_u64 (vsubq_u64 (vreinterpretq_u64_f64 (s), SpecialBias2), b)); in special_case()