| /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
|
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| store-int.h | 44 int (*trunc)(struct krb5_storage_data*, off_t); member in struct:krb5_storage_data
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| t-trunc.c | 42 check_one (mpf_srcptr src, mpf_srcptr trunc, mpf_srcptr ceil, mpf_srcptr floor) 46 mpf_init2 (got, mpf_get_prec (trunc)); 47 ASSERT_ALWAYS (PREC(got) == PREC(trunc)); 62 CHECK_SEP ("mpf_trunc", mpf_trunc, trunc); 77 CHECK_INPLACE ("mpf_trunc", mpf_trunc, trunc); 81 if (mpf_size (src) <= PREC(trunc)+1) 91 check_all (mpf_ptr src, mpf_ptr trunc, mpf_ptr ceil, mpf_ptr floor) 95 MPF_CHECK_FORMAT (trunc); 99 check_one (src, trunc, ceil, floor); 102 mpf_neg (trunc, trunc) 111 mpf_t src, trunc, ceil, floor; local [all...] |
| /src/lib/libm/noieee_src/ |
| n_floor.c | 50 __weak_alias(truncl, trunc) 230 trunc(double x) function
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_base64_test.c | 24 int trunc; member in struct:__anon660 94 int trunc, unsigned llen, unsigned wscnt, BIO *mem) 139 while (trunc-- > 0) 151 unsigned buflen, int trunc, char *encoded, unsigned llen, 165 || encode(buf, buflen, encoded, trunc, llen, wscnt, mem) <= 0 216 elen = genb64(t->prefix, t->suffix, raw, t->bytes, t->trunc, t->encoded, 287 if (t->trunc > 0 332 if (t->trunc) 333 fprintf(stderr, ", trunc=%d", t->trunc); [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| APSInt.h | 98 APSInt trunc(uint32_t width) const { function in class:llvm::APSInt 99 return APSInt(APInt::trunc(width), IsUnsigned);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| KnownBits.h | 150 KnownBits trunc(unsigned BitWidth) const { function in struct:llvm::KnownBits 151 return KnownBits(Zero.trunc(BitWidth), One.trunc(BitWidth)); 179 return trunc(BitWidth); 189 return trunc(BitWidth); 199 return trunc(BitWidth);
|
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| dnode_sync.c | 321 boolean_t trunc = B_FALSE; local 329 trunc = B_TRUE; 362 if (trunc) {
|
| dnode.c | 1537 int trunc = FALSE; local 1547 trunc = TRUE; 1614 if (trunc) 1644 ASSERT(trunc || IS_P2ALIGNED(len, blksz)); 1647 if (trunc) 1675 if (trunc)
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| unix.h | 38 int (* const trunc) (struct stream *, gfc_offset); member in struct:stream_vtable 83 return s->vptr->trunc (s, length);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/io/ |
| basic_file_stdio.cc | 85 trunc = std::ios_base::trunc, enumerator in enum:__anon14646::__anon14647 93 switch (mode & (in|out|trunc|app|binary|noreplace)) 97 case ( out|trunc ): return "w"; 98 case ( out|trunc |noreplace): return "wx"; 103 case (in|out|trunc ): return "w+"; 104 case (in|out|trunc |noreplace): return "w+x"; 112 case ( out|trunc |binary ): return "wb"; 115 case (in|out|trunc |binary ): return "w+b"; 116 case (in|out|trunc |binary|noreplace): return "w+bx" [all...] |
| /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
| ios.cc | 66 const ios_base::openmode ios_base::trunc; member in class:ios_base
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| unix.h | 38 int (* const trunc) (struct stream *, gfc_offset); member in struct:stream_vtable 83 return s->vptr->trunc (s, length);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/ |
| basic_file_stdio.cc | 79 trunc = std::ios_base::trunc, enumerator in enum:__anon17044::__anon17045 87 switch (mode & (in|out|trunc|app|binary|noreplace)) 91 case ( out|trunc ): return "w"; 92 case ( out|trunc |noreplace): return "wx"; 97 case (in|out|trunc ): return "w+"; 98 case (in|out|trunc |noreplace): return "w+x"; 106 case ( out|trunc |binary ): return "wb"; 109 case (in|out|trunc |binary ): return "w+b"; 110 case (in|out|trunc |binary|noreplace): return "w+bx" [all...] |
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/ |
| ios.cc | 66 const ios_base::openmode ios_base::trunc; member in class:ios_base
|
| /src/sys/crypto/nist_hash_drbg/ |
| nist_hash_drbg.c | 1081 const unsigned trunc = truncation[j]; 1108 sizeof(rnd_val) - trunc, 1113 ASSERT(sizeof(kat[i].rnd_val[0]) - trunc <= 1116 sizeof(kat[i].rnd_val[0]) - trunc); 1132 sizeof(rnd_val) - trunc, 1137 ASSERT(sizeof(kat[i].rnd_val[1]) - trunc <= 1140 sizeof(kat[i].rnd_val[1]) - trunc); 1063 const unsigned trunc = truncation[j]; local
|
| /src/bin/dd/ |
| dd.h | 94 uint64_t trunc; /* # of truncated records */ member in struct:__anon7
|
| /src/external/apache2/llvm/dist/libcxx/src/ |
| ios.cpp | 106 const ios_base::openmode ios_base::trunc; member in class:ios_base
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| tgmath.h | 117 #define trunc(x) __TGMATH_REAL(x, trunc) macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| tgmath.h | 117 #define trunc(x) __TGMATH_REAL(x, trunc) macro
|
| /src/include/ |
| tgmath.h | 186 #define trunc(a) __TG_FN1(trunc, (a)) macro
|
| /src/crypto/external/apache2/openssl/dist/crypto/bio/ |
| bss_dgram_pair.c | 894 size_t l, trunc = 0, saved_idx, saved_count; local 943 trunc = hdr.len - sz; 961 if (trunc > 0 && !ossl_assert(dgram_pair_read_inner(readb, NULL, trunc) == trunc))
|
| /src/external/gpl2/groff/dist/src/roff/troff/ |
| div.cpp | 297 vunits trunc = vertical_position + x - diversion_trap_pos; local 298 if (trunc > v.post) 299 trunc = v.post; 300 v.post -= trunc; 301 x -= trunc; 302 truncated_space = trunc; 571 // The optional parameter is for the .trunc register. 1191 number_reg_dictionary.define(".trunc",
|
| /src/libexec/tftpd/ |
| tftpd.c | 782 int trunc = 0; local 885 trunc = O_TRUNC; 895 fd = open(filename, mode == RRQ ? O_RDONLY : O_WRONLY | trunc | create,
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| tgmath.h | 1201 // trunc 1209 __tg_trunc(double __x) {return trunc(__x);} 1215 #undef trunc macro 1216 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
|