HomeSort by: relevance | last modified time | path
    Searched defs:trunc (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libm/src/
s_trunc.c 22 * trunc(x)
27 * Inexact flag raised if x not equal to trunc(x).
34 __strong_alias(_truncl, trunc)
35 __weak_alias(truncl, trunc)
41 trunc(double x) function in typeref:typename:double
  /src/lib/libm/noieee_src/
n_floor.c 50 __weak_alias(truncl, trunc)
230 trunc(double x) function in typeref:typename:double
  /src/bin/dd/
dd.h 94 uint64_t trunc; /* # of truncated records */ member in struct:__anona918b54a0208
  /src/sys/crypto/nist_hash_drbg/
nist_hash_drbg.c 1076 const unsigned trunc = truncation[j];
1103 sizeof(rnd_val) - trunc,
1108 ASSERT(sizeof(kat[i].rnd_val[0]) - trunc <=
1111 sizeof(kat[i].rnd_val[0]) - trunc);
1127 sizeof(rnd_val) - trunc,
1132 ASSERT(sizeof(kat[i].rnd_val[1]) - trunc <=
1135 sizeof(kat[i].rnd_val[1]) - trunc);
1058 const unsigned trunc = truncation[j]; local in function:nist_hash_drbg_initialize
  /src/include/
tgmath.h 186 #define trunc(a) __TG_FN1(trunc, (a)) macro
  /src/libexec/tftpd/
tftpd.c 782 int trunc = 0; local in function:validate_access
885 trunc = O_TRUNC;
895 fd = open(filename, mode == RRQ ? O_RDONLY : O_WRONLY | trunc | create,
  /src/sys/fs/nfs/client/
nfs_clstate.c 3150 int numops, taglen = -1, error = 0, trunc; local in function:nfscl_docb
3295 trunc = fxdr_unsigned(int, *tl);
  /src/usr.bin/mail/
def.h 417 #define trunc(stream) { \ macro

Completed in 50 milliseconds