HomeSort by: relevance | last modified time | path
    Searched refs:stype (Results 1 - 25 of 25) sorted by relevancy

  /src/lib/libm/src/
s_lround.c 34 #ifndef stype
40 #define stype double macro
49 * If stype has more precision than dtype, the endpoints dtype_(min|max) are
51 * from 0. On the other hand, if stype has less precision than dtype, then
56 static const stype dtype_min = DTYPE_MIN - 0.5;
57 static const stype dtype_max = DTYPE_MAX + 0.5;
62 fn(stype x)
s_lrint.c 33 #ifndef stype
39 #define stype double macro
49 * significant bits than 'stype'. Hence, we bend over backwards for the
53 fn(stype x)
s_llrint.c 8 #define stype double macro
s_llrintf.c 8 #define stype float macro
s_lrintf.c 8 #define stype float macro
s_lrintl.c 10 #define stype long double macro
s_llround.c 8 #define stype double macro
s_llroundf.c 8 #define stype float macro
s_llroundl.c 8 #define stype long double macro
s_lroundf.c 8 #define stype float macro
s_lroundl.c 8 #define stype long double macro
s_llrintl.c 11 #define stype long double macro
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_suppressions.cc 103 static uptr IsSuppressed(const char *stype, const AddressInfo &info,
105 if (suppression_ctx->Match(info.function, stype, sp) ||
106 suppression_ctx->Match(info.file, stype, sp) ||
107 suppression_ctx->Match(info.module, stype, sp)) {
120 const char *stype = conv(typ); local in function:__tsan::IsSuppressed
121 if (0 == internal_strcmp(stype, kSuppressionNone))
125 uptr pc = IsSuppressed(stype, frame->info, sp);
129 if (0 == internal_strcmp(stype, kSuppressionRace) && stack->frames != nullptr)
139 const char *stype = conv(typ); local in function:__tsan::IsSuppressed
140 if (0 == internal_strcmp(stype, kSuppressionNone)
    [all...]
  /src/usr.sbin/envstat/
envstat.c 902 const char *invalid = "N/A", *degrees, *tmpstr, *stype; local in function:print_sensors
910 tmpstr = stype = d = e = NULL;
1046 stype = degrees;
1061 (void)printf("%*s", (int)ilen - 3, stype);
1066 stype = "RPM";
1108 (void)printf(" %*s", (int)ilen - 3, stype);
1113 stype = "none";
1163 (void)printf("%*s", (int)ilen - 3, stype);
1181 stype = "lux";
1223 (void)printf(" %*s", (int)ilen - 3, stype);
1367 const char *degrees, *tmpstr, *stype; local in function:print_sensors_json
    [all...]
  /src/sys/dev/ieee1394/
iec68113.h 87 stype:5, member in struct:ciphdr::__anon351a9aeb010a::__anon351a9aeb0208
91 stype:5,
  /src/sys/arch/sparc64/dev/
ldc.c 67 DPRINTF(("CTRL/0x%02x/0x%02x\n", lp->stype, lp->ctrl));
76 switch (lp->stype) {
105 DPRINTF(("CTRL/0x%02x/VERS\n", lp->stype));
114 switch (lp->stype) {
137 DPRINTF(("CTRL/0x%02x/RTS\n", lp->stype));
146 switch (lp->stype) {
170 DPRINTF(("CTRL/0x%02x/RTR\n", lp->stype));
179 switch (lp->stype) {
202 DPRINTF(("CTRL/0x%02x/RDX\n", lp->stype));
213 if (lp->stype != LDC_INFO)
    [all...]
viovar.h 25 uint8_t stype; member in struct:vio_msg_tag
33 uint8_t stype; member in struct:vio_msg
vnet.c 443 __func__, lp->type, lp->stype, lp->ctrl));
521 __func__, tag->stype, tag->stype_env);
531 switch (vi->tag.stype) {
541 vi->tag.stype = VIO_SUBTYPE_NACK;
549 vi->tag.stype = VIO_SUBTYPE_NACK;
556 vi->tag.stype = VIO_SUBTYPE_ACK;
573 DPRINTF(("CTRL/0x%02x/VER_INFO\n", vi->tag.stype));
587 switch (ai->tag.stype) {
591 ai->tag.stype = VIO_SUBTYPE_ACK;
607 DPRINTF(("CTRL/0x%02x/ATTR_INFO\n", ai->tag.stype));
    [all...]
vdsk.c 526 DPRINTF(("%0x02/%0x02/%0x02\n", lp->type, lp->stype,
589 DPRINTF(("CTRL/0x%02x/0x%04x\n", tag->stype, tag->stype_env));
599 switch (vi->tag.stype) {
616 DPRINTF(("CTRL/0x%02x/VER_INFO\n", vi->tag.stype));
629 switch (ai->tag.stype) {
652 DPRINTF(("CTRL/0x%02x/ATTR_INFO\n", ai->tag.stype));
666 switch (dr->tag.stype) {
685 DPRINTF(("CTRL/0x%02x/DRING_REG\n", dr->tag.stype));
696 switch(tag->stype) {
734 DPRINTF(("CTRL/0x%02x/RDX (VIO)\n", tag->stype));
    [all...]
ldcvar.h 54 uint8_t stype; member in struct:ldc_pkt
  /src/bin/ksh/
eval.c 151 short stype; /* [=+-?%#] action after expanded word */ member in struct:SubType
289 int stype; local in function:expand
294 type = varsub(&x, varname, sp, &stype, &slen);
322 st->stype = stype;
328 if (stype)
330 switch (stype & 0x7f) {
389 switch (st->stype&0x7f) {
400 dp, st->stype);
706 int stype; /* substitution type * local in function:varsub
    [all...]
  /src/lib/libc/gen/
popen.c 100 int stype = flags ? (SOCK_STREAM | SOCK_CLOEXEC) : SOCK_STREAM; local in function:pdes_get
102 if (socketpair(AF_LOCAL, stype, 0, pdes) < 0)
  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 545 #define container_of(p, stype, field) ((stype *)(((uint8_t *)(p)) - offsetof(stype, field)))
  /src/usr.sbin/ldpd/
socketops.c 87 static int bind_socket(int s, int stype);
336 bind_socket(int s, int stype)
340 assert (stype == AF_INET || stype == AF_INET6);
343 if (stype == AF_INET) {
350 else if (stype == AF_INET6) {
  /src/sys/dev/ic/
bwfm.c 1322 uint8_t stype, sztype, wraptype; local in function:bwfm_chip_dmp_get_regaddr
1369 stype = (val & BWFM_DMP_SLAVE_TYPE) >> BWFM_DMP_SLAVE_TYPE_S;
1370 if (*base == 0 && stype == BWFM_DMP_SLAVE_TYPE_SLAVE)
1372 if (*wrap == 0 && stype == wraptype)

Completed in 57 milliseconds