Home
last modified time | relevance | path

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

12

/glibc-2.36/sysdeps/ieee754/flt-32/
De_coshf.c21 static const float one = 1.0, half=0.5; variable
44 return half*t+half/t; in __ieee754_coshf()
48 if (ix < 0x42b17180) return half*__ieee754_expf(fabsf(x)); in __ieee754_coshf()
52 w = __ieee754_expf(half*fabsf(x)); in __ieee754_coshf()
53 t = half*w; in __ieee754_coshf()
De_lgammaf_r.c23 half= 5.0000000000e-01, /* 0x3f000000 */ variable
217 r = half*y+p/q; in __ieee754_lgammaf_r()
233 r = (x-half)*(t-one)+w; in __ieee754_lgammaf_r()
Ds_erff.c30 half= 5.0000000000e-01, /* 0x3F000000 */ variable
184 r += (x-half); in libm_alias_float()
185 return half - r ; in libm_alias_float()
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
De_coshl.c38 static const long double one = 1.0L, half=0.5L, huge = 1.0e300L; variable
66 return half*t+half/t; in __ieee754_coshl()
70 if (ix < 0x40862e42fefa39efLL) return half*__ieee754_expl(fabsl(x)); in __ieee754_coshl()
74 w = __ieee754_expl(half*fabsl(x)); in __ieee754_coshl()
75 t = half*w; in __ieee754_coshl()
/glibc-2.36/sysdeps/ieee754/dbl-64/
De_cosh.c38 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
63 return half*t+half/t; in __ieee754_cosh()
67 if (ix < 0x40862e42) return half*__ieee754_exp(fabs(x)); in __ieee754_cosh()
74 w = __ieee754_exp(half*fabs(x)); in __ieee754_cosh()
75 t = half*w; in __ieee754_cosh()
De_lgamma_r.c88 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
282 r = half*y+p/q; in __ieee754_lgamma_r()
298 r = (x-half)*(t-one)+w; in __ieee754_lgamma_r()
Ds_erf.c126 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
338 r += (x - half); in libm_alias_double()
339 return half - r; in libm_alias_double()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
De_coshl.c58 static const _Float128 one = 1.0, half = 0.5, huge = L(1.0e4900), variable
93 return half * t + half / t; in __ieee754_coshl()
98 return half * __ieee754_expl (u.value); in __ieee754_coshl()
103 w = __ieee754_expl (half * u.value); in __ieee754_coshl()
104 t = half * w; in __ieee754_coshl()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
De_coshl.c41 static const long double one = 1.0, half=0.5, huge = 1.0e4900L; variable
66 return half*t+half/t; in __ieee754_coshl()
71 return half*__ieee754_expl(fabsl(x)); in __ieee754_coshl()
77 w = __ieee754_expl(half*fabsl(x)); in __ieee754_coshl()
78 t = half*w; in __ieee754_coshl()
De_lgammal_r.c100 half = 0.5L, variable
256 y = __cosl (pi * (half - y)); in sin_pi()
376 r += half * y + y * p1/p2; in __ieee754_lgammal_r()
387 r += (-half * y + p1 / p2); in __ieee754_lgammal_r()
399 r = half * y + p / q; in __ieee754_lgammal_r()
425 r = (x - half) * (t - one) + w; in __ieee754_lgammal_r()
Ds_erfl.c116 half = 0.5L, variable
374 r += (x - half); in libm_alias_ldouble()
375 return half - r; in libm_alias_ldouble()
/glibc-2.36/sunrpc/
Dtst-xdrmem2.c32 uintptr_t half = -1; in do_test() local
36 half = (half >> 1) & ~(uintptr_t) (ps - 1); in do_test()
37 buf = mmap ((void *) half, 2 * ps, PROT_READ | PROT_WRITE, in do_test()
39 if (buf == MAP_FAILED || buf != (void *) half) in do_test()
/glibc-2.36/sysdeps/i386/fpu/
De_atanh.S26 .type half,@object
27 half: .double 0.5 label
28 ASM_SIZE_DIRECTIVE(half)
66 fcoml MO(half) // |x| : 0.5*ln2
De_atanhf.S26 .type half,@object
27 half: .double 0.5 label
28 ASM_SIZE_DIRECTIVE(half)
66 fcoml MO(half) // |x| : 0.5*ln2
De_atanhl.S28 .type half,@object
29 half: .double 0.5 label
30 ASM_SIZE_DIRECTIVE(half)
80 fcoml MO(half) // |x| : 0.5*ln2
/glibc-2.36/elf/
Ddl-find_object.c327 size_t half = size >> 1; in _dlfo_lookup() local
328 struct dl_find_object_internal *middle = first + half; in _dlfo_lookup()
332 size -= half + 1; in _dlfo_lookup()
335 size = half; in _dlfo_lookup()
/glibc-2.36/sysdeps/ia64/fpu/
Dlibm_support.h685 t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
688 t1=xhi-t8; t1=t1-t9; t1=t1+xlo; t1=(t1)*(half); \
701 t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
704 (x)->ldhi *= half; \
705 (x)->ldlo *= half; \
710 t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9)
720 t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9) \ argument
726 __LIBM_SQRTL_K80(r,x, t32,half,t1,t2,t3,t4,t5,t6,t7,t8,t9)
/glibc-2.36/timezone/
Dsystemv8 # using the System V "TZ" scheme (half-hour offset), or anything outside
Daustralasia851 # Australia does not. The two states are one and a half hours apart. The
1096 # Lord Howe Island is located off the New South Wales coast, and is half an
1138 # with a consistent half hour time difference with NSW, Victoria, Tasmania and
Dnorthamerica478 # standard time was changed by half an hour in 1947;
828 # city obeyed, half refused. After considerable debate, the decision
1300 # This means they spend about half the time on central time and
1301 # the other half on eastern time.
/glibc-2.36/crypt/
DREADME.ufc-crypt115 sb ['number of 12 bit segment']['12 bit index']['48 bit half index']
/glibc-2.36/localedata/charmaps/
DISO_8859-1,GL245 <one-half> \d189 VULGAR FRACTION ONE HALF
/glibc-2.36/manual/
Dfdl-1.3.texi354 copies of the Document, then if the Document is less than one half of
/glibc-2.36/math/
Dauto-libm-test-in192 # Cases where larger argument is half way between two values of a
220 # half way between two representable values. In particular, verify
4860 # to half way between two representable values in a narrower format,
6690 # close to half way between two representable values in a narrower
7529 # Cases where larger argument is half way between two values of a
7557 # close to half way between two representable values. In particular,
/glibc-2.36/iconvdata/testdata/
Dsuntzus695 and only half your force will reach the goal.
882 It will be best to let half the army get across,

12