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

12345678

/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dtrunc.s1 # Source file used to test the trunc macros.
4 trunc.w.d $f4,$f6,$4
6 trunc.w.s $f4,$f6,$4
H A Dmips-macro-ill-nofp.s15 trunc.w.d $f4,$f6,$4
28 trunc.w.s $f4,$f6,$4
H A Dmips-macro-ill-sfp.s15 trunc.w.d $f4,$f6,$4
H A Dtrunc.d2 #name: MIPS trunc
5 # Test the trunc macros.
H A Dmips32-sf32.s11 trunc.w.d $f7,$f8
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mips/
H A Dtrunc.s1 # Source file used to test the trunc macros.
4 trunc.w.d $f4,$f6,$4
6 trunc.w.s $f4,$f6,$4
H A Dtrunc.d2 #name: MIPS trunc
5 # Test the trunc macros.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr45049-1.C8 void trunc ();
15 using n2::trunc;
/haiku-buildtools/gcc/gmp/tests/mpf/
H A Dt-trunc.c43 check_one (mpf_srcptr src, mpf_srcptr trunc, mpf_srcptr ceil, mpf_srcptr floor) argument
47 mpf_init2 (got, mpf_get_prec (trunc));
48 ASSERT_ALWAYS (PREC(got) == PREC(trunc));
63 CHECK_SEP ("mpf_trunc", mpf_trunc, trunc);
78 CHECK_INPLACE ("mpf_trunc", mpf_trunc, trunc);
82 if (ABSIZ(src) <= PREC(trunc)+1)
92 check_all (mpf_ptr src, mpf_ptr trunc, mpf_ptr ceil, mpf_ptr floor) argument
96 MPF_CHECK_FORMAT (trunc);
100 check_one (src, trunc, ceil, floor);
103 mpf_neg (trunc, trun
112 mpf_t src, trunc, ceil, floor; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltins-57.c9 extern double trunc (double);
15 if (floor (fabs (x)) != trunc (fabs (x)))
H A Dbuiltins-26.c13 extern double trunc(double);
27 if (trunc (trunc (x)) != trunc (x))
29 if (trunc (floor (x)) != floor (x))
31 if (trunc (ceil (x)) != ceil (x))
34 if (floor (trunc (x)) != trunc (x))
41 if (ceil (trunc (x)) != trunc (
[all...]
H A Dbuiltins-53.c19 extern double trunc(double);
52 return trunc(x);
57 return trunc(x);
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dmath.s35 .float $trunc(-1.5)
36 .float $trunc(1.5)
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dmath.s35 .float $trunc(-1.5)
36 .float $trunc(1.5)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-rounding-1.c20 TEST(trunc, 0, 0);
31 TEST(trunc, 6, 6);
42 TEST(trunc, -8, -8);
53 TEST(trunc, 3.2, 3);
64 TEST(trunc, -2.8, -2);
75 TEST(trunc, 0.01, 0);
86 TEST(trunc, -0.7, 0);
97 TEST(trunc, 2.5, 2);
108 TEST(trunc, -1.5, -1);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dsse4_1-trunc-vec.c18 extern double trunc (double);
56 r[i] = trunc (a[i]);
60 if (r[i] != trunc (a[i]))
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/char/
H A D45841.cc30 fb_in_out.open("tmp_underflow.tst", ios::in | ios::out | ios::trunc);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/underflow/wchar_t/
H A D45841.cc30 fb_in_out.open("tmp_underflow.tst", ios::in | ios::out | ios::trunc);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/
H A Dcase_label.cc45 case std::ios_base::trunc:
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dfcvt.x1 extern GPF SUFFIX(trunc) (GPF);
12 return SUFFIX(trunc)(x);
H A Dfrint.x1 extern GPF SUFFIX(trunc) (GPF);
15 return SUFFIX(trunc)(x);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/in_avail/char/
H A D9701-3.cc43 df2.open(name, ios_base::in | ios_base::out | ios_base::trunc);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/overflow/char/
H A D2-unbuf.cc45 fb.open(name_08, ios_base::out | ios_base::trunc);
H A D2.cc44 fb.open(name_08, ios_base::out | ios_base::trunc);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/sbumpc/char/
H A D9825.cc38 fbuf.open(name_06, ios_base::in|ios_base::out|ios_base::trunc);

Completed in 278 milliseconds

12345678