Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/pl/math/
H A Dv_exp_tail_inline.h50 #define SpecialBias1 v_u64 (0x7000000000000000) /* 0x1p769. */ macro
58 float64x2_t s1 = vreinterpretq_f64_u64 (vsubq_u64 (SpecialBias1, b)); in v_exp_tail_special_case()
H A Dsv_exp10_1u5.c37 #define SpecialBias1 0x7000000000000000 /* 0x1p769. */ macro
55 svfloat64_t s1 = svreinterpret_f64 (svsubr_x (pg, b, SpecialBias1)); in special_case()
H A Dsv_exp2_2u.c34 #define SpecialBias1 0x7000000000000000 /* 0x1p769. */ macro
52 svfloat64_t s1 = svreinterpret_f64 (svsubr_x (pg, b, SpecialBias1)); in special_case()
H A Dsv_exp_1u5.c32 #define SpecialBias1 0x7000000000000000 /* 0x1p769. */ macro
51 svsubr_x (pg, b, SpecialBias1)); /* 0x70...0 - b. */ in special_case()
H A Dv_exp2_2u.c55 # define SpecialBias1 0x7000000000000000 /* 0x1p769. */ macro
64 float64x2_t s1 = vreinterpretq_f64_u64 (vsubq_u64 (v_u64 (SpecialBias1), b)); in special_case()
H A Dv_exp10_2u.c63 # define SpecialBias1 v_u64 (0x7000000000000000) /* 0x1p769. */ macro
72 float64x2_t s1 = vreinterpretq_f64_u64 (vsubq_u64 (SpecialBias1, b)); in special_case()
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dv_exp.c58 # define SpecialBias1 v_u64 (0x7000000000000000) /* 0x1p769. */ macro
66 float64x2_t s1 = vreinterpretq_f64_u64 (vsubq_u64 (SpecialBias1, b)); in special_case()