/src/lib/libm/src/ |
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_llrintl.c | 11 #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_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_lroundf.c | 8 #define stype float macro
|
s_lroundl.c | 8 #define stype long double macro
|
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)
|
/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/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/arch/sparc64/dev/ |
viovar.h | 25 uint8_t stype; member in struct:vio_msg_tag 33 uint8_t stype; member in struct:vio_msg
|
ldcvar.h | 54 uint8_t stype; member in struct:ldc_pkt
|
/src/sys/dev/ieee1394/ |
iec68113.h | 87 stype:5, member in struct:ciphdr::__anon351a9aeb010a::__anon351a9aeb0208 91 stype:5,
|
/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/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/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)
|