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

12

/freebsd-11-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-11-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-11-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-11-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-11-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-11-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);
H A Ds_erfl.c31 half= 0.5, variable
283 r += (x-half);
284 return half - r;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dblock.c78 int bot, top, half; local
100 half = (top - bot + 1) >> 1;
101 b = BLOCKVECTOR_BLOCK (bl, bot + half);
103 bot += half;
105 top = bot + half;
/freebsd-11-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-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_extend.h50 #error Source should be half, single, or double precision!
/freebsd-11-stable/contrib/nvi/vi/
H A Dvs_split.c50 size_t half; local
74 /* Split the screen in half. */
75 half = sp->rows / 2;
76 if (ccl && half > 6)
77 half = 6;
92 * half of the current screen, the new screen goes under the current
97 * in half and update the shared information.
100 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (smp - HMAP) + 1) >= half;
101 if (splitup) { /* Old is bottom half. */
102 new->rows = sp->rows - half; /* Ne
[all...]
/freebsd-11-stable/usr.bin/col/
H A Dcol.c71 #define RHLF '8' /* ESC-8 reverse half-line feed */
72 #define FHLF '9' /* ESC-9 forward half-line feed */
111 static int fine; /* if `fine' resolution (half lines) */
112 static int max_bufd_lines; /* max # of half lines to keep in memory */
163 case 'f': /* allow half forward line feeds */
393 * Print a number of newline/half newlines. If fine flag is set, nblank_lines
394 * is the number of half line feeds, otherwise it is the number of whole line
400 int half, i, nb; local
402 half = 0;
406 half
[all...]
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c71 u_int hash, half = d->l2t_size / 2, start = 0; local
89 start = half;
94 hash %= half;
/freebsd-11-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;
597 uint16_t half = DE.GetU16(&offset); local
598 f = half2float(half);

Completed in 382 milliseconds

12