Home
last modified time | relevance | path

Searched refs:half (Results 1 – 22 of 22) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A De_cosh.c36 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
62 return half*t+half/t; in __ieee754_cosh()
66 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x)); in __ieee754_cosh()
72 w = __ieee754_exp(half*fabs(x)); in __ieee754_cosh()
73 t = half*w; in __ieee754_cosh()
A Dk_sin.c44 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
64 else return x-((z*(half*y-v*r)-y)-v*S1); in __kernel_sin()
A De_rem_pio2.c59 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
107 n = (int32_t) (t*invpio2+half); in __ieee754_rem_pio2()
A Ds_erf.c111 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
258 r += (x-half); in libm_hidden_def()
259 return half - r ; in libm_hidden_def()
A De_lgamma_r.c84 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
274 r = half*y+p/q; in __ieee754_lgamma_r()
290 r = (x-half)*(t-one)+w; in __ieee754_lgamma_r()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/sparcv7/
A Dumul.S98 add %o4, %o0, %o4 ! %o4 += %o0 (add y to upper half)
99 1: rd %y, %o0 ! get lower half of product
101 addcc %o4, %g0, %o1 ! put upper half in place and set Z for %o1==0
106 rd %y, %o0 ! get lower half of product
108 addcc %o4, %o2, %o1 ! add compensation and put upper half in place
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/std/
A Dratio80 // Let c = 2^(half # of bits in an intmax_t)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/std/
A Dratio80 // Let c = 2^(half # of bits in an intmax_t)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/std/
A Dratio80 // Let c = 2^(half # of bits in an intmax_t)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/std/
A Dratio80 // Let c = 2^(half # of bits in an intmax_t)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dratio81 // Let c = 2^(half # of bits in an intmax_t)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/std/
A Dratio80 // Let c = 2^(half # of bits in an intmax_t)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dratio81 // Let c = 2^(half # of bits in an intmax_t)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dratio78 // Let c = 2^(half # of bits in an intmax_t)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/tr1/
A Dregex1101 * The iterators that make up the pair are the usual half-open interval
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/tr1/
A Dregex1101 * The iterators that make up the pair are the usual half-open interval
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/tr1/
A Dregex1101 * The iterators that make up the pair are the usual half-open interval
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/tr1/
A Dregex1101 * The iterators that make up the pair are the usual half-open interval
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/tr1/
A Dregex1098 * The iterators that make up the pair are the usual half-open interval
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/tr1/
A Dregex1098 * The iterators that make up the pair are the usual half-open interval
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/tr1/
A Dregex1098 * The iterators that make up the pair are the usual half-open interval
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/tr1/
A Dregex1098 * The iterators that make up the pair are the usual half-open interval

Completed in 70 milliseconds