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

12

/freebsd-9.3-release/lib/msun/src/
H A De_cosh.c41 static const double one = 1.0, half=0.5, huge = 1.0e300; variable
68 return half*t+half/t;
71 /* |x| in [22, log(maxdouble)] return half*exp(|x|) */
72 if (ix < 0x40862E42) return half*__ieee754_exp(fabs(x));
78 w = __ieee754_exp(half*fabs(x));
79 t = half*w;
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));
55 w = __ieee754_expf(half*fabsf(x));
56 t = half*w;
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 De_lgamma_r.c91 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
276 r = half*y+p/q;
292 r = (x-half)*(t-one)+w;
H A De_lgammaf_r.c24 half= 5.0000000000e-01, /* 0x3f000000 */ variable
209 r = half*y+p/q;
225 r = (x-half)*(t-one)+w;
H A Ds_erf.c116 half= 5.00000000000000000000e-01, /* 0x3FE00000, 0x00000000 */ variable
264 r += (x-half);
265 return half - r ;
H A Ds_erff.c24 half= 5.0000000000e-01, /* 0x3F000000 */ variable
173 r += (x-half);
174 return half - r ;
/freebsd-9.3-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-9.3-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);
/freebsd-9.3-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);
/freebsd-9.3-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-9.3-release/contrib/nvi/vi/
H A Dvs_split.c45 size_t half; local
61 half = sp->rows / 2;
62 if (ccl && half > 6)
63 half = 6;
85 * half of the current screen, the new screen goes under the current
90 * in half and update the shared information.
93 !ccl && (vs_sm_cursor(sp, &smp) ? 0 : (smp - HMAP) + 1) >= half;
94 if (splitup) { /* Old is bottom half. */
95 new->rows = sp->rows - half; /* New. */
97 sp->rows = half; /* Ol
[all...]
/freebsd-9.3-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 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-9.3-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-9.3-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-9.3-release/crypto/openssl/crypto/bn/asm/
H A Dco-586.pl200 local($b,$tot,$end,$half);
/freebsd-9.3-release/crypto/openssl/crypto/bn/asm/x86/
H A Dcomba.pl189 local($b,$tot,$end,$half);
/freebsd-9.3-release/bin/sh/
H A Dexpand.c1354 int half; local
1359 half = len >> 1;
1361 for (n = half ; --n >= 0 ; ) {
1365 q->next = NULL; /* terminate first half of list */
1366 q = msort(list, half); /* sort first half of list */
1367 p = msort(p, len - half); /* sort second half */
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir_leaf.c1083 * NOTE: if new block is empty, then it will get the upper half of old block.
1224 int count, max, totallen, half; local
1242 half = (max+1) * (uint)(sizeof(*entry)+sizeof(xfs_dir_leaf_entry_t)-1);
1243 half += INT_GET(hdr1->namebytes, ARCH_CONVERT) + INT_GET(hdr2->namebytes, ARCH_CONVERT) + state->args->namelen;
1244 half /= 2;
1256 if (XFS_DIR_ABS(half - tmp) > lastdelta)
1258 lastdelta = XFS_DIR_ABS(half - tmp);
1276 if (XFS_DIR_ABS(half - tmp) > lastdelta)
1278 lastdelta = XFS_DIR_ABS(half - tmp);
H A Dxfs_attr_leaf.c1228 * NOTE: if new block is empty, then it will get the upper half of the
1412 int count, max, index, totallen, half; local
1430 half = (max+1) * sizeof(*entry);
1431 half += be16_to_cpu(hdr1->usedbytes) +
1437 half /= 2;
1452 if (XFS_ATTR_ABS(half - tmp) > lastdelta)
1454 lastdelta = XFS_ATTR_ABS(half - tmp);
1473 if (XFS_ATTR_ABS(half - tmp) > lastdelta)
1475 lastdelta = XFS_ATTR_ABS(half - tmp);
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c143 [IEEE80211_MODE_HALF] = "half",
3490 int i, half; local
3536 half = achans->ic_nchans / 2;
3538 half++;
3542 print_chaninfo(&achans->ic_chans[half+i], verb);
3584 int i, half; local
3607 half = achans->ic_nchans / 2;
3609 half++;
3613 print_txpow(&achans->ic_chans[half+i]);
/freebsd-9.3-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-9.3-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
H A DCaps348 down_half_line hd str hd - - YB-G- half a line down
354 enter_dim_mode dim str mh - - YB-G- turn on half-bright mode
461 up_half_line hu str hu - - YB-G- half a line up
863 # half_duplex OTHD bool HD - - -B--- terminal is half-duplex

Completed in 352 milliseconds

12