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

12

/freebsd-10.1-release/share/doc/psd/20.ipctut/
H A Dustreamwrite.c39 #define DATA "Half a league, half a league . . ."
H A Dstreamwrite.c40 #define DATA "Half a league, half a league . . ."
/freebsd-10.1-release/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 De_lgamma_r.c93 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
273 r = half*y+p/q;
289 r = (x-half)*(t-one)+w;
H A De_lgammaf_r.c26 half= 5.0000000000e-01, /* 0x3f000000 */ variable
201 r = half*y+p/q;
217 r = (x-half)*(t-one)+w;
H A Ds_erf.c118 half= 0.5, variable
272 r += (x-half);
273 return half - r ;
/freebsd-10.1-release/lib/msun/ld80/
H A Dk_sinl.c24 half = 0.5; variable
61 else return x-((z*(half*y-v*r)-y)-v*S1);
H A Ds_erfl.c34 half= 0.5, variable
301 r += (x-half);
302 RETURNI(half - r);
/freebsd-10.1-release/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-10.1-release/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-10.1-release/usr.bin/col/
H A Dcol.c67 #define RHLF '\010' /* ESC-010 reverse half-line feed */
68 #define FHLF '\011' /* ESC-011 forward half-line feed */
106 static int fine; /* if `fine' resolution (half lines) */
142 case 'f': /* allow half forward line feeds */
166 /* this value is in half lines */
359 * Print a number of newline/half newlines. If fine flag is set, nblank_lines
360 * is the number of half line feeds, otherwise it is the number of whole line
366 int half, i, nb; local
368 half = 0;
372 half
[all...]
/freebsd-10.1-release/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-10.1-release/sys/dev/cxgbe/tom/
H A Dt4_tom_l2t.c70 u_int hash, half = d->l2t_size / 2, start = 0; local
88 start = half;
93 hash %= half;
/freebsd-10.1-release/lib/libc/db/btree/
H A Dbt_split.c401 * instead of copying half the data to the right page and compacting
580 * l: page to put lower half of data
581 * r: page to put upper half of data
597 indx_t full, half, nxt, off, skip, top, used; local
610 half = full / 2;
663 if (used >= half) {
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl201 local($b,$tot,$end,$half);
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/x86/
H A Dcomba.pl189 local($b,$tot,$end,$half);
/freebsd-10.1-release/bin/sh/
H A Dexpand.c1332 int half; local
1337 half = len >> 1;
1339 for (n = half ; --n >= 0 ; ) {
1343 q->next = NULL; /* terminate first half of list */
1344 q = msort(list, half); /* sort first half of list */
1345 p = msort(p, len - half); /* sort second half */
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp1392 static float half2float (uint16_t half) argument
1398 int32_t v = (int16_t) half;
1890 uint16_t half = this->GetU16(&offset); local
1891 f = half2float(half);
/freebsd-10.1-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl25 # reason lower 32 bits are deposited to upper half of 64-bit register
217 mux2 $t0=A,0x44 };; // copy lower half to upper
517 mux2 $t0=A,0x44 };; // copy lower half to upper
/freebsd-10.1-release/sbin/ifconfig/
H A Difieee80211.c143 [IEEE80211_MODE_HALF] = "half",
3526 int i, half; local
3572 half = achans->ic_nchans / 2;
3574 half++;
3578 print_chaninfo(&achans->ic_chans[half+i], verb);
3620 int i, half; local
3643 half = achans->ic_nchans / 2;
3645 half++;
3649 print_txpow(&achans->ic_chans[half+i]);
/freebsd-10.1-release/contrib/ncurses/include/
H A DCaps.uwin316 down_half_line hd str hd - - YB-G- half a line down
322 enter_dim_mode dim str mh - - YB-G- turn on half-bright mode
429 up_half_line hu str hu - - YB-G- half a line up
689 # half_duplex OTHD bool HD - - -B--- terminal is half-duplex

Completed in 321 milliseconds

12