Home
last modified time | relevance | path

Searched refs:Thres (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexpf.c15 #define Thres 0x1.5d5e2ap+6f macro
23 .thres = Thres,
48 TEST_SYM_INTERVAL (SV_NAME_F1 (exp), 0, Thres, 50000)
49 TEST_SYM_INTERVAL (SV_NAME_F1 (exp), Thres, inf, 50000)
H A Dexp2f.c12 #define Thres 0x1.5d5e2ap+6f macro
29 .thres = Thres,
81 TEST_SYM_INTERVAL (SV_NAME_F1 (exp2), 0, Thres, 50000)
82 TEST_SYM_INTERVAL (SV_NAME_F1 (exp2), Thres, inf, 50000)
H A Dexp10f.c16 #define Thres 37.9 macro
39 .thres = Thres,
98 TEST_SYM_INTERVAL (SV_NAME_F1 (exp10), 0, Thres, 50000)
99 TEST_SYM_INTERVAL (SV_NAME_F1 (exp10), Thres, inf, 50000)
H A Dhypotf.c13 #define Thres 0x73000000 /* 0x70000000 - TinyBound. */ macro
32 pg, svsub_x (pg, svreinterpret_u32 (sqsum), TinyBound), Thres); in SV_NAME_F2()
H A Dacosh.c15 #define Thres (0x1ff0000000000000) /* asuint64 (0x1p511) - One. */ macro
32 svbool_t special = svcmpge (pg, svsub_x (pg, ix, One), Thres); in SV_NAME_D1()
H A Dacoshf.c12 #define Thres 0x20000000 /* asuint(0x1p64) - One. */ macro
33 svbool_t special = svcmpge (pg, svsub_x (pg, ix, One), Thres); in SV_NAME_F1()
H A Dlog10f.c36 #define Thres 0x7f000000 /* asuint32(inf) - 0x00800000. */ macro
60 svbool_t special = svcmpge (pg, svsub_x (pg, u_off, d->lower), Thres); in SV_NAME_F1()
H A Dlog10.c14 #define Thres 0x7fe0000000000000 /* Max - Min. */ macro
52 svbool_t special = svcmpge (pg, svsub_x (pg, ix, Min), Thres); in SV_NAME_D1()
H A Dasinh.c14 #define Thres (0x5fe0000000000000) /* asuint64 (0x1p511). */ macro
117 svbool_t special = svcmpge (pg, iax, Thres); in SV_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dexp2.c42 # define Thres 0x2080000000000000 /* asuint64(512.0) - TinyBound. */ macro
86 cmp = vcgeq_u64 (vsubq_u64 (ia, v_u64 (TinyBound)), v_u64 (Thres)); in V_NAME_D1()
H A Dexp10f.c54 # define Thres v_u32 (0x22180000) /* BigBound - TinyBound. */ macro
97 vsubq_u32 (vreinterpretq_u32_f32 (vabsq_f32 (x)), TinyBound), Thres); in V_NAME_F1()
H A Dexp10.c50 # define Thres v_u64 (0x2070000000000000) /* BigBound - TinyBound. */ macro
98 cmp = vcgeq_u64 (vsubq_u64 (iax, TinyBound), Thres); in V_NAME_D1()
H A Derfcf.c41 #define Thres 0xbe000000 /* asuint(infinity) << 1 - TinyBound. */ macro