/titanic_41/usr/src/lib/libm/common/R/ |
H A D | expf.c | 345 expf(float xf) { in expf() argument 349 hx = *(int *)&xf; in expf() 354 return (one + xf); in expf() 355 return (one + (xf + (xf * xf) * (p1 + xf * p2))); in expf() 364 return (xf * xf); /* exp(nan/inf) is nan or inf */ in expf() 390 xf = (float)((w * p) * (hx < 0 ? q * EN[n - 0x79] : q)); in expf() 397 return (xf * twom60); in expf() 400 return (xf); in expf()
|
H A D | rintf.c | 46 static const float xf[] = { variable 57 #define ZEROF xf[0] 58 #define TWO_23F xf[1] 59 #define MTWO_23F xf[2] 60 #define ONEF xf[3] 61 #define MONEF xf[4] 62 #define HALFF xf[5] 63 #define MHALFF xf[6] 64 #define HUGEF xf[7] 118 v = xf[((k - 150) >> 31) & (1 - (hx >> 31))]; in irintf() [all …]
|
H A D | floorf.c | 44 static const float xf[] = { variable 51 #define ZEROF xf[0] 52 #define ONEF xf[1] 53 #define MONEF xf[2] 54 #define HUGEF xf[3]
|
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | strxfrm.c | 40 strxfrm_l(char *_RESTRICT_KYWD xf, const char *_RESTRICT_KYWD src, in strxfrm_l() argument 49 *xf = '\0'; in strxfrm_l() 69 if ((xlen = _collate_sxfrm(wcs, xf, dlen, loc)) == (size_t)-1) in strxfrm_l() 76 xf[xlen] = 0; in strxfrm_l() 78 xf[dlen-1] = 0; in strxfrm_l() 87 (void) strlcpy(xf, src, dlen); in strxfrm_l() 93 strxfrm(char *_RESTRICT_KYWD xf, const char *_RESTRICT_KYWD src, size_t dlen) in strxfrm() argument 95 return (strxfrm_l(xf, src, dlen, uselocale(NULL))); in strxfrm()
|
H A D | collate.c | 375 _collate_wxfrm(const struct lc_collate *lcc, const wchar_t *src, wchar_t *xf, in _collate_wxfrm() argument 398 *xf++ = 1; in _collate_wxfrm() 444 *xf++ = pri; in _collate_wxfrm() 463 *xf++ = pri; in _collate_wxfrm() 525 _collate_sxfrm(const wchar_t *src, char *xf, size_t room, locale_t loc) in _collate_sxfrm() argument 550 *xf++ = XFRM_SEP; in _collate_sxfrm() 603 *xf++ = buf[b]; in _collate_sxfrm() 630 *xf++ = buf[b]; in _collate_sxfrm()
|
/titanic_41/usr/src/lib/libm/common/m9x/ |
H A D | tgammaf.c | 452 tgammaf(float xf) { in tgammaf() argument 458 hx = *(int *) &xf; in tgammaf() 461 x = (double) xf; in tgammaf() 463 return (1.0F / xf); /* |x| < 2**-24 */ in tgammaf() 466 return (xf * ((hx < 0)? 0.0F : xf)); /* +-Inf or NaN */ in tgammaf() 475 i = (int) xf; in tgammaf() 505 zf = xf - xf; in tgammaf()
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | run.c | 445 awkfloat xf; in format() local 532 xf = getfval(x); in format() 533 if (flag == 1) wsprintf(tbuf, fmt, xf); in format() 534 else if (flag == 2) wsprintf(tbuf, fmt, (long)xf); in format() 535 else if (flag == 3) wsprintf(tbuf, fmt, (int)xf); in format() 645 awkfloat xf; in incrdecr() local 648 xf = getfval(x); in incrdecr() 651 setfval(x, xf + k); in incrdecr() 655 setfval(z, xf); in incrdecr() 656 setfval(x, xf + k); in incrdecr() [all …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_missing_002_pos.ksh | 72 log_must $TAR xf $DEVICE_DIR/$DEVICE_ARCHIVE 126 log_must $TAR xf $DEVICE_DIR/$DEVICE_ARCHIVE 148 log_must $TAR xf $DEVICE_DIR/$DEVICE_ARCHIVE
|
H A D | zpool_import_missing_003_pos.ksh | 115 log_must $TAR xf $DEVICE_DIR/$DEVICE_ARCHIVE 167 log_must $TAR xf $DEVICE_DIR/$DEVICE_ARCHIVE
|
H A D | zpool_import_missing_001_pos.ksh | 134 log_must $TAR xf $DEVICE_DIR/$DEVICE_ARCHIVE
|
/titanic_41/usr/src/cmd/awk/ |
H A D | run.c | 1043 Awkfloat xf; in incrdecr() local 1046 xf = getfval(x); in incrdecr() 1049 (void) setfval(x, xf + k); in incrdecr() 1053 (void) setfval(z, xf); in incrdecr() 1054 (void) setfval(x, xf + k); in incrdecr() 1063 Awkfloat xf, yf; in assign() local 1082 xf = getfval(x); in assign() 1086 xf += yf; in assign() 1089 xf -= yf; in assign() 1092 xf *= yf; in assign() [all …]
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_002_pos.ksh | 121 log_must $TAR xf $TESTDIR/tarball.original.tar 124 log_must $TAR xf $TESTDIR/tarball.snapshot.tar
|
H A D | snapshot_006_pos.ksh | 119 log_must $TAR xf $TESTDIR1/tarball.original.tar 122 log_must $TAR xf $TESTDIR1/tarball.snapshot.tar
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uulog | 53 while getopts :xf:s:0123456789 FLAG; do
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/xattr/ |
H A D | xattr_011_pos.ksh | 173 log_must $TAR xf xattr.tar 183 log_must $TAR xf $TESTDIR/noxattr.tar
|
/titanic_41/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
H A D | zfs_acl_pax_006_pos.ksh | 82 log_must usr_exec $TAR xf@ $paxout
|
/titanic_41/usr/src/lib/libshell/misc/ |
H A D | buildksh93.readme | 57 $ gunzip -c <../INIT.2010-03-09.tgz | tar -xf - 58 $ gunzip -c <../ast-ksh.2010-03-09.tgz | tar -xf -
|
/titanic_41/usr/src/lib/libshell/common/ |
H A D | OBSOLETE | 85 .B \-xf 100 .B \-xf
|
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | ip.d.in | 224 ((I->ipha_version_and_hdr_length & 0xf) << 2); 242 ((((ipha_t *)I)->ipha_version_and_hdr_length & 0xf) << 2) : 273 ((((ipha_t *)I)->ipha_version_and_hdr_length & 0xf) << 2) : 309 ipv4_ihl = I != NULL ? (I->ipha_version_and_hdr_length & 0xf) << 2 : 0;
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | Makefile.in | 447 GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(AMTAR) xf - ;;\ 449 bunzip2 -c $(distdir).tar.bz2 | $(AMTAR) xf - ;;\ 451 uncompress -c $(distdir).tar.Z | $(AMTAR) xf - ;;\
|
/titanic_41/usr/src/grub/grub-0.97/util/ |
H A D | mkbimage | 363 $decompress $tarfile | tar -C ${image}1 $debug -xf -
|
/titanic_41/usr/src/lib/libast/common/features/ |
H A D | float | 250 float xf; 437 xf = f; 839 f = xf;
|
/titanic_41/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 960 ( cd "$ZONEROOT" && tar -xf "$insrc" )
|
/titanic_41/usr/src/tools/scripts/ |
H A D | Install.sh | 348 bzcat "$tarfile" | (cd "$ctop"; tar xf -)
|
/titanic_41/usr/src/cmd/fm/eversholt/files/i386/i86pc/ |
H A D | gcpu_amd.esc | 29 * in AMD family 0xf and 0x10.
|