/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | expf.c | 15 #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 D | exp2f.c | 12 #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 D | exp10f.c | 16 #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 D | hypotf.c | 13 #define Thres 0x73000000 /* 0x70000000 - TinyBound. */ macro 32 pg, svsub_x (pg, svreinterpret_u32 (sqsum), TinyBound), Thres); in SV_NAME_F2()
|
H A D | acosh.c | 15 #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 D | acoshf.c | 12 #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 D | log10f.c | 36 #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 D | log10.c | 14 #define Thres 0x7fe0000000000000 /* Max - Min. */ macro 52 svbool_t special = svcmpge (pg, svsub_x (pg, ix, Min), Thres); in SV_NAME_D1()
|
H A D | asinh.c | 14 #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 D | exp2.c | 42 # 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 D | exp10f.c | 54 # 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 D | exp10.c | 50 # define Thres v_u64 (0x2070000000000000) /* BigBound - TinyBound. */ macro 98 cmp = vcgeq_u64 (vsubq_u64 (iax, TinyBound), Thres); in V_NAME_D1()
|
H A D | erfcf.c | 41 #define Thres 0xbe000000 /* asuint(infinity) << 1 - TinyBound. */ macro
|