/illumos-gate/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]
|
/illumos-gate/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 | 374 _collate_wxfrm(const struct lc_collate *lcc, const wchar_t *src, wchar_t *xf, in _collate_wxfrm() argument 397 *xf++ = 1; in _collate_wxfrm() 444 *xf++ = pri; in _collate_wxfrm() 464 *xf++ = pri; in _collate_wxfrm() 523 _collate_sxfrm(const wchar_t *src, char *xf, size_t room, locale_t loc) in _collate_sxfrm() argument 548 *xf++ = XFRM_SEP; in _collate_sxfrm() 602 *xf++ = buf[b]; in _collate_sxfrm() 630 *xf++ = buf[b]; in _collate_sxfrm()
|
/illumos-gate/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()
|
/illumos-gate/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 …]
|
/illumos-gate/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
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/awk/ |
H A D | run.c | 1226 Awkfloat xf; in incrdecr() local 1229 xf = getfval(x); in incrdecr() 1232 (void) setfval(x, xf + k); in incrdecr() 1236 (void) setfval(z, xf); in incrdecr() 1237 (void) setfval(x, xf + k); in incrdecr() 1248 Awkfloat xf, yf; in assign() local 1273 xf = getfval(x); in assign() 1277 xf += yf; in assign() 1280 xf -= yf; in assign() 1283 xf *= yf; in assign() [all …]
|
/illumos-gate/usr/src/test/util-tests/tests/dis/i386/ |
H A D | 32.movdir.out | 4 libdis_test+0xf: 67 66 0f 38 f8 1d movdir64b (%di),%bx
|
H A D | 32.xsave.out | 6 libdis_test+0xf: 0f c7 18 xrstors (%eax)
|
H A D | 64.xsave.out | 6 libdis_test+0xf: 0f c7 18 xrstors (%rax)
|
H A D | 64.fsbase.out | 4 libdis_test+0xf: f3 48 0f ae da wrgsbase %rdx
|
H A D | 32.aes.out | 4 libdis_test+0xf: 66 0f 38 dd 0b aesenclast (%ebx),%xmm1
|
H A D | 64.aes.out | 4 libdis_test+0xf: 66 0f 38 dd 0b aesenclast (%rbx),%xmm1
|
H A D | 32.bmi2.out | 4 libdis_test+0xf: c4 e2 63 f6 08 mulx (%eax),%ebx,%ecx
|
/illumos-gate/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
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | uulog | 53 while getopts :xf:s:0123456789 FLAG; do
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/trivial/ |
H A D | zfs_acl_pax_006_pos.ksh | 86 log_must usr_exec tar xf@ $paxout
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | OBSOLETE | 85 .B \-xf 100 .B \-xf
|
/illumos-gate/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;
|