Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexp.c34 #define SpecialBias1 0x7000000000000000 /* 0x1p769. */ macro
53 svfloat64_t s1 = svreinterpret_f64 (svsubr_x (pg, b, SpecialBias1)); in special_case()
H A Dexp2.c33 #define SpecialBias1 0x7000000000000000 /* 0x1p769. */ macro
51 svfloat64_t s1 = svreinterpret_f64 (svsubr_x (pg, b, SpecialBias1)); in special_case()
H A Dexp10.c39 #define SpecialBias1 0x7000000000000000 /* 0x1p769. */ macro
57 svfloat64_t s1 = svreinterpret_f64 (svsubr_x (pg, b, SpecialBias1)); in special_case()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexp2.c55 # define SpecialBias1 0x7000000000000000 /* 0x1p769. */ macro
64 float64x2_t s1 = vreinterpretq_f64_u64 (vsubq_u64 (v_u64 (SpecialBias1), b)); in special_case()
H A Dexp.c60 # define SpecialBias1 v_u64 (0x7000000000000000) /* 0x1p769. */ macro
68 float64x2_t s1 = vreinterpretq_f64_u64 (vsubq_u64 (SpecialBias1, b)); in special_case()
H A Dexp10.c64 # define SpecialBias1 v_u64 (0x7000000000000000) /* 0x1p769. */ macro
73 float64x2_t s1 = vreinterpretq_f64_u64 (vsubq_u64 (SpecialBias1, b)); in special_case()