Home
last modified time | relevance | path

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

/freebsd-head/contrib/arm-optimized-routines/math/aarch64/advsimd/
HDexp2.c15 #define BigBound 1022.0 macro
29 .scale_big_bound = V2 (BigBound),
126 TEST_SYM_INTERVAL (V_NAME_D1 (exp2), TinyBound, BigBound, 10000)
127 TEST_SYM_INTERVAL (V_NAME_D1 (exp2), BigBound, UOFlowBound, 5000)
HDatanf.c32 #define BigBound 0x4e800000 /* asuint(0x1p30). */ macro
59 v_u32 (BigBound - TinyBound)); in V_NAME_F1()
HDatan.c35 #define BigBound 0x4340000000000000 /* asuint64(0x1p53). */ macro
60 v_u64 (BigBound - TinyBound)); in V_NAME_D1()
HDexp2f.c39 # define BigBound v_u32 (0x42800000) /* asuint (0x1p6). */ macro
HDexp.c45 # define BigBound v_u64 (0x4080000000000000) /* asuint64 (0x1p9). */ macro
HDexp10f.c53 # define BigBound v_u32 (0x42180000) /* asuint (SpecialBound). */ macro
HDexp10.c49 # define BigBound v_u64 (0x4070000000000000) /* asuint64 (0x1p8). */ macro
HDexpf.c43 # define BigBound v_u32 (0x42800000) /* asuint (0x1p6). */ macro
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/sve/
HDexp2.c14 #define BigBound 1022 macro
28 .big_bound = BigBound,
108 TEST_SYM_INTERVAL (SV_NAME_D1 (exp2), 0, BigBound, 1000)
109 TEST_SYM_INTERVAL (SV_NAME_D1 (exp2), BigBound, UOFlowBound, 100000)
HDasinhf.c14 #define BigBound 0x5f800000 /* asuint(0x1p64). */ macro
36 svbool_t special = svcmpge (pg, iax, BigBound); in SV_NAME_F1()
/freebsd-head/contrib/arm-optimized-routines/math/aarch64/experimental/
HDatanf_2u9.c15 #define BigBound 0x4e800000 /* asuint(0x1p30). */ macro
35 if (unlikely (ia > BigBound)) in atanf()
HDatan_2u5.c15 #define BigBound 0x434 /* top12(asuint64(0x1p53)). */ macro
31 if (unlikely (ia12 >= BigBound || ia12 < TinyBound)) in atan()
HDexpm1_2u5.c20 #define BigBound 0x1.63108c75a1937p+9 macro