Searched refs:twothird (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | erf.c | 79 svfloat64_t twothird = svmul_x (pg, third, 2.0); in SV_NAME_D1() local 81 svfloat64_t p2 = svmls_x (pg, third, r2, twothird); in SV_NAME_D1()
|
H A D | erfc.c | 109 svfloat64_t twothird = svmul_x (pg, third, 2.0); in SV_NAME_D1() local 111 svfloat64_t p2 = svmls_x (pg, third, r2, twothird); in SV_NAME_D1()
|