Home
last modified time | relevance | path

Searched refs:half (Results 26 – 50 of 140) sorted by relevance

123456

/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_ordering.c94 gssint_uint64 half; in after() local
104 half = 1 + (mask >> 1); in after()
115 if (diff < half) in after()
118 n1 &= half; in after()
/illumos-gate/usr/src/test/elf-tests/tests/tls/i386/ld/
H A Di386-ld-test.sh39 dis_test "call-->nop" main half-ldm \
42 ./half-ldm | grep_test 'half-ldm execution' \
/illumos-gate/usr/src/lib/libm/common/R/
H A Dcosf.c69 #define half C[10] macro
117 n = (int)(w - half); in cosf()
119 n = (int)(w + half); in cosf()
H A Dsinf.c69 #define half C[10] macro
117 n = (int)(w - half); in sinf()
119 n = (int)(w + half); in sinf()
H A Dtanf.c69 #define half C[12] macro
126 n = (int)(w - half); in tanf()
128 n = (int)(w + half); in tanf()
H A Dsincosf.c91 #define half C[10] macro
148 n = (int)(w - half); in sincosf()
150 n = (int)(w + half); in sincosf()
/illumos-gate/usr/src/lib/libm/common/LD/
H A Datanhl.c62 half = (GENERIC) 0.5, variable
72 return COPYSIGN(half,x)*LOG1P(t+t);
H A Dsinhl.c67 #define half C[0] macro
82 r = copysignl((t + t / (one + t)) * half, x); in sinhl()
H A Derfl.c104 half = 0.5L, variable
322 t = half-x;
324 return half+t;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Derfl.c105 half = 0.5L, variable
322 t = half-x;
324 return half+t;
H A Dsinhl.c69 half = 0.5L, variable
84 r = copysignl((t + t / (one + t)) * half, x); in sinhl()
H A Dasinl.c46 static const long double zero = 0.0L, small = 1.0e-20L, half = 0.5L, one = 1.0L; variable
61 else if (w <= half) { in asinl()
H A Dexp2l.c48 half = 0.5L, variable
67 if (t < half) { in exp2l()
H A Dremainderl.c49 half = 0.5L, variable
77 hp = half * p; in remainderl()
H A Datan2l.c68 half = 0.5L, variable
144 z = PIo2 + half * t; in atan2l()
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dmemcmp.S149 be .w2cmp ! s2 half aligned
164 srl %g1, 8, %g2 ! merge with the other half
187 srl %g1, 24, %g2 ! merge with the other half
209 srl %g1, 16, %g2 ! merge with the other half
216 sub %o1, 2, %o1 ! only used half of the last read word
H A Dstrcpy.S58 ! Methods exist to handle per-byte, half-word, and word sized
132 cmp %o1, 2 ! dst half word aligned?
133 be,a .storehalfword2 ! yup, store half word at a time
144 stb %g1, [%o2 - 4] ! store first byte; half-word aligned now
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemcmp.S146 be,pn %icc, .w2cmp ! s2 half aligned
161 srl %g1, 8, %g5 ! merge with the other half
184 srl %g1, 24, %g5 ! merge with the other half
205 srl %g1, 16, %g5 ! merge with the other half
212 sub %o1, 2, %o1 ! only used half of the last read word
/illumos-gate/usr/src/lib/libm/i386/src/
H A Disnanl.S46 cmpl $0x80000000,8(%esp) / what is first half of significand?
48 testl $0xffffffff,4(%esp) / is second half of significand 0?
/illumos-gate/usr/src/lib/libm/common/C/
H A Dremainder.c45 static const double zero = 0.0, half = 0.5; variable
77 halfp = half * p; in remainder()
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c60 #define half C[0].d macro
383 dxy[0] *= half; in __fmal()
384 dxy[1] *= half; in __fmal()
385 dxy[2] *= half; in __fmal()
386 dxy[3] *= half; in __fmal()
387 dxy[4] *= half; in __fmal()
388 dxy[5] *= half; in __fmal()
389 dxy[6] *= half; in __fmal()
390 dxy[7] *= half; in __fmal()
949 x *= half; in __fmal()
[all …]
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dccoshl.c36 static const long double zero = 0.0L, half = 0.5L; variable
75 t = expl(x) * half; in ccoshl()
H A Dcsinhl.c36 static const long double zero = 0.0L, half = 0.5L; variable
75 t = expl(x) * half; in csinhl()
H A Dccoshf.c38 static const float zero = 0.0F, half = 0.5F; variable
84 t = expf(x) * half; in ccoshf()
/illumos-gate/usr/src/cmd/audio/utilities/
H A DResample.cc67 int half = order >> 1; in sinc_coef() local
69 float center = half + 0.5; in sinc_coef()
70 for (i = 0; i <= half; i++) { in sinc_coef()
75 for (i = 0; i < half; i++) { in sinc_coef()
76 alpha = half - i; in sinc_coef()

123456