Searched refs:trunc (Results 1 - 18 of 18) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/arm64/
H A Dtrunc.c3 double trunc(double x) function
/haiku/src/system/libroot/posix/musl/math/
H A Dtrunc.c3 double trunc(double x) function
H A Dtruncl.c6 return trunc(x);
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dfloor.s48 .global trunc
49 .type trunc,@function
50 trunc: label
H A Dexpl.s21 # if |x|>=0x1p14 or nan return 2^trunc(x)
/haiku/src/tools/gensyscalls/
H A Dgensyscalls.cpp324 ofstream file(filename, ofstream::out | ofstream::trunc);
348 ofstream file(filename, ofstream::out | ofstream::trunc);
393 ofstream file(filename, ofstream::out | ofstream::trunc);
420 ofstream file(filename, ofstream::out | ofstream::trunc);
505 ofstream file(filename, ofstream::out | ofstream::trunc);
H A Dgensyscallinfos.cpp349 ofstream file(filename, ofstream::out | ofstream::trunc);
420 ofstream file(filename, ofstream::out | ofstream::trunc);
/haiku/src/libs/stdc++/legacy/
H A Dfilebuf.cc106 if ((mode & (int)ios::trunc) || mode == (int)ios::out)
H A Deditbuf.cc561 set_current(buf_ptr, !(mode & ios::out+ios::trunc+ios::app));
562 if (_mode & ios::trunc)
/haiku/src/add-ons/print/transports/lpr/
H A DLprTransport.cpp71 fStream.open(fFile, ios::in | ios::out | ios::binary | ios::trunc);
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s21 # if |x|>=0x1p14 or nan return 2^trunc(x)
/haiku/src/add-ons/print/transports/ipp/
H A DIppTransport.cpp70 __fs.open(__file, ios::in | ios::out | ios::binary | ios::trunc);
/haiku/src/system/libroot/posix/glibc/math/bits/
H A Dmathcalls.h297 __MATHCALLX (trunc,, (_Mdouble_ __x), (__const__));
/haiku/headers/posix/
H A Dmath.h254 extern double trunc(double x);
/haiku/headers/cpp/
H A Dstreambuf.h144 trunc = _IO_TRUNC, enumerator in enum:ios::open_mode
/haiku/src/bin/network/ping/
H A Dping6.c2610 goto trunc;
2674 goto trunc;
2677 goto trunc;
2682 trunc:
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2604 void trunc() {} function
H A Dlibroot_stubs_legacy.c2589 void trunc() {} function

Completed in 410 milliseconds