Home
last modified time | relevance | path

Searched refs:no_big_scale (Results 1 – 2 of 2) sorted by relevance

/src/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dexp2.c73 svbool_t no_big_scale = svacle (pg, x, d->big_bound); in exp2() local
74 svbool_t special = svnot_z (pg, no_big_scale); in exp2()
H A Dexp10.c79 svbool_t no_big_scale = svacle (pg, x, d->special_bound); in exp10() local
80 svbool_t special = svnot_z (pg, no_big_scale); in exp10()