Home
last modified time | relevance | path

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

/math/
A Datest-sincos.c79 #define add_shift_mulh(d,x,s1,s2,sh,n) \ in sincosx_mpn() argument
82 if (sh > 0) { \ in sincosx_mpn()
83 assert (sh < mpbpl); \ in sincosx_mpn()
84 mpn_lshift (tmp, s1, SZ, sh); \ in sincosx_mpn()
98 assert(N+sh < mpbpl); \ in sincosx_mpn()
99 if (N+sh > 0) mpn_rshift(d,d,2*SZ,N+sh); \ in sincosx_mpn()
A DREADME.libm-test72 ./testrun.sh math/test-double -u --ignore-max-ulp=yes

Completed in 3 milliseconds