Searched refs:half (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-13-stable/share/doc/psd/20.ipctut/
H A Dustreamwrite.c35 #define DATA "Half a league, half a league . . ."
H A Dstreamwrite.c36 #define DATA "Half a league, half a league . . ."
/freebsd-13-stable/contrib/libdivsufsort/lib/
H A Dutils.c36 saidx_t half, i; local
37 for(i = 0, half = size >> 1;
39 size = half, half >>= 1) {
40 if(A[i + half] < value) {
41 i += half + 1;
42 half -= (size & 1) ^ 1;
263 saidx_t size, lsize, rsize, half; local
275 for(i = j = k = 0, lmatch = rmatch = 0, size = SAsize, half = size >> 1;
277 size = half, hal
332 saidx_t size, lsize, rsize, half; local
[all...]
H A Dsssort.c507 saidx_t len, half; local
514 for(a = first, len = middle - first, half = len >> 1, r = -1;
516 len = half, half >>= 1) {
517 b = a + half;
521 half -= (len & 1) ^ 1;
671 saidx_t m, len, half; local
694 for(m = 0, len = MIN(middle - first, last - middle), half = len >> 1;
696 len = half, half >>
[all...]
/freebsd-13-stable/lib/msun/src/
H A De_cosh.c43 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
69 return half*t+half/t;
72 /* |x| in [22, log(maxdouble)] return half*exp(|x|) */
73 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x));
H A De_coshf.c22 static const float one = 1.0, half=0.5, huge = 1.0e30; variable
47 return half*t+half/t;
50 /* |x| in [9, log(maxfloat)] return half*exp(|x|) */
51 if (ix < 0x42b17217) return half*__ieee754_expf(fabsf(x));
H A Dk_sin.c51 half = 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
69 else return x-((z*(half*y-v*r)-y)-v*S1);
H A Ds_erff.c26 half= 0.5, variable
150 r += (x-half);
151 return half - r ;
H A Ds_erf.c118 half= 0.5, variable
272 r += (x-half);
273 return half - r ;
H A De_lgammaf_r.c27 half= 0.5, variable
209 r = (x-half)*(t-one)+w;
H A De_lgamma_r.c92 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
293 r = (x-half)*(t-one)+w;
H A De_pow.c69 half = 0.5, variable
204 w = (t*t)*(half-t*(thrd-t*qrtr));
H A De_powf.c27 half = 0.5, variable
144 w = (t*t)*(half-t*(thrd-t*qrtr));
/freebsd-13-stable/lib/msun/ld80/
H A Dk_sinl.c24 half = 0.5; variable
61 else return x-((z*(half*y-v*r)-y)-v*S1);
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_closefrom.c84 int buf[16], cur, half; local
88 * Open a buffer of descriptors, close the half of
104 half = STDERR_FILENO + __arraycount(buf) / 2;
105 ATF_REQUIRE(closefrom(half) == 0);
108 ATF_REQUIRE(cur == half - 1);
/freebsd-13-stable/lib/msun/ld128/
H A Dk_sinl.c24 half = 0.5; variable
58 else return x-((z*(half*y-v*r)-y)-v*S1);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h5458 // Convert half types to non-double types.
5459 uchar __ovld __cnfn convert_uchar(half);
5460 uchar __ovld __cnfn convert_uchar_rte(half);
5461 uchar __ovld __cnfn convert_uchar_rtp(half);
5462 uchar __ovld __cnfn convert_uchar_rtn(half);
5463 uchar __ovld __cnfn convert_uchar_rtz(half);
5464 uchar __ovld __cnfn convert_uchar_sat(half);
5465 uchar __ovld __cnfn convert_uchar_sat_rte(half);
5466 uchar __ovld __cnfn convert_uchar_sat_rtp(half);
5467 uchar __ovld __cnfn convert_uchar_sat_rtn(half);
[all...]
H A Dopencl-c-base.h112 typedef half half2 __attribute__((ext_vector_type(2)));
113 typedef half half3 __attribute__((ext_vector_type(3)));
114 typedef half half4 __attribute__((ext_vector_type(4)));
115 typedef half half8 __attribute__((ext_vector_type(8)));
116 typedef half half16 __attribute__((ext_vector_type(16)));
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h50 #error Source should be half, single, or double precision!
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Dsha512-armv4.S22 @ This code is ~4.5 (four and a half) times faster than code generated
/freebsd-13-stable/usr.bin/col/
H A Dcol.c74 #define RHLF '8' /* ESC-8 reverse half-line feed */
75 #define FHLF '9' /* ESC-9 forward half-line feed */
114 static int fine; /* if `fine' resolution (half lines) */
115 static int max_bufd_lines; /* max # of half lines to keep in memory */
157 case 'f': /* allow half forward line feeds */
377 * number of half line feeds between the final flushed line
402 * Print a number of newline/half newlines.
403 * nblank_lines is the number of half line feeds.
408 int half, i, nb; local
410 half
[all...]
/freebsd-13-stable/contrib/nvi/vi/
H A Dvs_split.c46 size_t half; local
70 /* Split the screen in half. */
71 half = sp->rows / 2;
72 if (ccl && half > 6)
73 half = 6;
88 * half of the current screen, the new screen goes under the current
93 * in half and update the shared information.
96 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (smp - HMAP) + 1) >= half;
97 if (splitup) { /* Old is bottom half. */
98 new->rows = sp->rows - half; /* Ne
[all...]
/freebsd-13-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c73 u_int hash, half = d->l2t_size / 2, start = 0; local
91 start = half;
96 hash %= half;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Core/
H A DDumpDataExtractor.cpp48 static float half2float(uint16_t half) { argument
53 int32_t v = (int16_t)half;
563 uint16_t half = DE.GetU16(&offset); local
564 f = half2float(half);
/freebsd-13-stable/crypto/openssl/crypto/chacha/asm/
H A Dchacha-armv4.pl274 @ at this point we have first half of 512-bit result in
275 @ @x[0-7] and second half at sp+4*(16+8)
377 ldmia @x[0],{@x[0]-@x[7]} @ load second half
489 ldmia @x[0],{@x[0]-@x[7]} @ load second half
768 @ at this point we have first half of 512-bit result in
769 @ @x[0-7] and second half at sp+4*(16+8)
884 ldmia @x[0],{@x[0]-@x[7]} @ load second half
1104 ldmia @x[0],{@x[0]-@x[7]} @ load second half

Completed in 340 milliseconds

12