Searched refs:eval (Results 1 - 25 of 85) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020413-1.c1 void test(long double val, int *eval) argument
24 *eval = i;
29 int eval; local
31 test(3.0, &eval);
32 test(3.5, &eval);
33 test(4.0, &eval);
34 test(5.0, &eval);
H A D930408-1.c5 E eval; member in struct:__anon1733
15 switch (s.eval)
24 s.eval = e1;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dexternal_procedures_2.f909 function eval (func, x1) function in module:mod1
10 real :: eval, func, x1 local in function:eval
12 eval = func (x1)
13 end function eval
17 use mod1, only : eval
24 x0 = eval (extfunc, x1)
H A Dproc_ptr_comp_39.f9025 pure integer function eval(a) function in program:prog
27 eval = a%pf()
28 eval = a%nf() ! { dg-error "Reference to impure function" }
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/lto/
H A Dpr41521_1.f901 subroutine atom(sol,k,eval)
4 real, intent(out) :: eval(2) local in subroutine:atom
7 eval(1)=sol**2/sqrt(t1)-sol**2
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dcond2.C6 Term *eval();
9 IsZero::eval() function in class:IsZero
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWconversion4.C8 void eval() function in class:Test
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr36078.f901 subroutine foo(func,p,eval)
3 logical(kind=kind(.true.)), dimension(5,5,5) :: eval local in subroutine:foo
18 spread(reshape(eval,(/125/)),dim=2,ncopies=3)), &
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvirtual3.C17 BugStream& eval();
21 static struct Eval_ { } eval; variable in typeref:struct:Eval_
24 BugStream& BugStream::eval() function in class:BugStream
29 // eval the command and set the status
43 return ((BugStream&)os).eval();
48 bs << "PASS" << eval; local
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dloop.s8 .eval 0,x
11 .eval x+1,x
H A Dasg.s1 * asg/eval test substitution symbols
2 * .eval value, symbol
22 .eval x+1,x
36 .eval counter + 1, counter
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dloop.s8 .eval 0,x
11 .eval x+1,x
H A Dasg.s1 * asg/eval test substitution symbols
2 * .eval value, symbol
22 .eval x+1,x
36 .eval counter + 1, counter
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dpartial4.C3 template < typename eval >
5 typedef typename eval::enum_type Enum;
H A Dmemclass4.C44 void eval() { function in class:Eval
45 eval<V> (int_<0>());
57 void eval(int_<0>) { function in class:Eval
65 static void eval(const Mtrl& mtrl) { function in class:Foo
67 h.eval<0> ();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec1.C16 double eval(double) { return 0; } function in struct:Operation
20 mem_fun1_t<double, Operation> m(&Operation::eval);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-noexcept2.C12 void eval() noexcept(value(is_funny<T>::value)) {}
14 constexpr bool ok = noexcept(eval<int>()); // line 12
H A Dvariadic-lambda.C54 struct eval struct
60 struct eval<Arg0, _1> struct
66 struct eval<Arg0, T<Pack...> > struct
68 typedef T< typename eval<Arg0, Pack>::type... > type;
71 static_assert(is_same<eval<int, tuple<float, _1, double>>::type,
72 tuple<float, int, double>>::value, "eval tuple");
73 static_assert(is_same<eval<int, pair<_1, double>>::type,
74 pair<int, double>>::value, "eval pair");
75 static_assert(is_same<eval<int,
79 "recursive eval");
[all...]
H A Dalias-decl-50.C29 template < typename T > using eval = typename T::type;
36 template < typename T > using has_type = eval < detail::has_type_ < T >>;
44 eval < Trans_NS_extension_apply_list < List >>;
54 eval < detail::_if_ < Args ... >>;
56 eval < detail::_if_ < bool_ < If >, Args ... >>;
68 template < typename ... >using and_ = eval < detail::_and_ <>>;
69 template < typename > using or_ = eval < detail::_or_ <>>;
87 eval < detail::concat_ < Lists ... >>;
97 template < typename > using repeat_n = eval < detail::repeat_n_c_ < 0 >>;
99 eval < detai
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dref9.C6 ex eval() const;
18 ex basic::eval() const { function in class:basic
25 const ex & tmpex = b.eval();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/conversion/
H A Dbase1.C16 void eval (const TexCoords &coords) function
/haiku-buildtools/gcc/gmp/
H A Dgmpxx.h52 static void eval(mpz_ptr z, mpz_srcptr w) { mpz_set(z, w); } function in struct:__gmp_unary_plus
53 static void eval(mpq_ptr q, mpq_srcptr r) { mpq_set(q, r); } function in struct:__gmp_unary_plus
54 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_set(f, g); } function in struct:__gmp_unary_plus
59 static void eval(mpz_ptr z, mpz_srcptr w) { mpz_neg(z, w); } function in struct:__gmp_unary_minus
60 static void eval(mpq_ptr q, mpq_srcptr r) { mpq_neg(q, r); } function in struct:__gmp_unary_minus
61 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_neg(f, g); } function in struct:__gmp_unary_minus
66 static void eval(mpz_ptr z, mpz_srcptr w) { mpz_com(z, w); } function in struct:__gmp_unary_com
71 static void eval(mpz_ptr z, mpz_srcptr w, mpz_srcptr v) function in struct:__gmp_binary_plus
74 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_plus
76 static void eval(mpz_pt function in struct:__gmp_binary_plus
78 static void eval(mpz_ptr z, mpz_srcptr w, signed long int l) function in struct:__gmp_binary_plus
85 static void eval(mpz_ptr z, signed long int l, mpz_srcptr w) function in struct:__gmp_binary_plus
92 static void eval(mpz_ptr z, mpz_srcptr w, double d) function in struct:__gmp_binary_plus
99 static void eval(mpz_ptr z, double d, mpz_srcptr w) function in struct:__gmp_binary_plus
107 static void eval(mpq_ptr q, mpq_srcptr r, mpq_srcptr s) function in struct:__gmp_binary_plus
110 static void eval(mpq_ptr q, mpq_srcptr r, unsigned long int l) function in struct:__gmp_binary_plus
112 static void eval(mpq_ptr q, unsigned long int l, mpq_srcptr r) function in struct:__gmp_binary_plus
114 static void eval(mpq_ptr q, mpq_srcptr r, signed long int l) function in struct:__gmp_binary_plus
122 static void eval(mpq_ptr q, signed long int l, mpq_srcptr r) function in struct:__gmp_binary_plus
130 static void eval(mpq_ptr q, mpq_srcptr r, double d) function in struct:__gmp_binary_plus
138 static void eval(mpq_ptr q, double d, mpq_srcptr r) function in struct:__gmp_binary_plus
147 static void eval(mpq_ptr q, mpq_srcptr r, mpz_srcptr z) function in struct:__gmp_binary_plus
149 static void eval(mpq_ptr q, mpz_srcptr z, mpq_srcptr r) function in struct:__gmp_binary_plus
152 static void eval(mpf_ptr f, mpf_srcptr g, mpf_srcptr h) function in struct:__gmp_binary_plus
155 static void eval(mpf_ptr f, mpf_srcptr g, unsigned long int l) function in struct:__gmp_binary_plus
157 static void eval(mpf_ptr f, unsigned long int l, mpf_srcptr g) function in struct:__gmp_binary_plus
159 static void eval(mpf_ptr f, mpf_srcptr g, signed long int l) function in struct:__gmp_binary_plus
166 static void eval(mpf_ptr f, signed long int l, mpf_srcptr g) function in struct:__gmp_binary_plus
173 static void eval(mpf_ptr f, mpf_srcptr g, double d) function in struct:__gmp_binary_plus
181 static void eval(mpf_ptr f, double d, mpf_srcptr g) function in struct:__gmp_binary_plus
193 static void eval(mpz_ptr z, mpz_srcptr w, mpz_srcptr v) function in struct:__gmp_binary_minus
196 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_minus
198 static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w) function in struct:__gmp_binary_minus
200 static void eval(mpz_ptr z, mpz_srcptr w, signed long int l) function in struct:__gmp_binary_minus
207 static void eval(mpz_ptr z, signed long int l, mpz_srcptr w) function in struct:__gmp_binary_minus
217 static void eval(mpz_ptr z, mpz_srcptr w, double d) function in struct:__gmp_binary_minus
224 static void eval(mpz_ptr z, double d, mpz_srcptr w) function in struct:__gmp_binary_minus
232 static void eval(mpq_ptr q, mpq_srcptr r, mpq_srcptr s) function in struct:__gmp_binary_minus
235 static void eval(mpq_ptr q, mpq_srcptr r, unsigned long int l) function in struct:__gmp_binary_minus
237 static void eval(mpq_ptr q, unsigned long int l, mpq_srcptr r) function in struct:__gmp_binary_minus
239 static void eval(mpq_ptr q, mpq_srcptr r, signed long int l) function in struct:__gmp_binary_minus
247 static void eval(mpq_ptr q, signed long int l, mpq_srcptr r) function in struct:__gmp_binary_minus
255 static void eval(mpq_ptr q, mpq_srcptr r, double d) function in struct:__gmp_binary_minus
263 static void eval(mpq_ptr q, double d, mpq_srcptr r) function in struct:__gmp_binary_minus
272 static void eval(mpq_ptr q, mpq_srcptr r, mpz_srcptr z) function in struct:__gmp_binary_minus
274 static void eval(mpq_ptr q, mpz_srcptr z, mpq_srcptr r) function in struct:__gmp_binary_minus
277 static void eval(mpf_ptr f, mpf_srcptr g, mpf_srcptr h) function in struct:__gmp_binary_minus
280 static void eval(mpf_ptr f, mpf_srcptr g, unsigned long int l) function in struct:__gmp_binary_minus
282 static void eval(mpf_ptr f, unsigned long int l, mpf_srcptr g) function in struct:__gmp_binary_minus
284 static void eval(mpf_ptr f, mpf_srcptr g, signed long int l) function in struct:__gmp_binary_minus
291 static void eval(mpf_ptr f, signed long int l, mpf_srcptr g) function in struct:__gmp_binary_minus
299 static void eval(mpf_ptr f, mpf_srcptr g, double d) function in struct:__gmp_binary_minus
307 static void eval(mpf_ptr f, double d, mpf_srcptr g) function in struct:__gmp_binary_minus
319 static void eval(mpz_ptr z, mpz_srcptr w, mpz_srcptr v) function in struct:__gmp_binary_multiplies
322 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_multiplies
324 static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w) function in struct:__gmp_binary_multiplies
326 static void eval(mpz_ptr z, mpz_srcptr w, signed long int l) function in struct:__gmp_binary_multiplies
328 static void eval(mpz_ptr z, signed long int l, mpz_srcptr w) function in struct:__gmp_binary_multiplies
330 static void eval(mpz_ptr z, mpz_srcptr w, double d) function in struct:__gmp_binary_multiplies
337 static void eval(mpz_ptr z, double d, mpz_srcptr w) function in struct:__gmp_binary_multiplies
345 static void eval(mpq_ptr q, mpq_srcptr r, mpq_srcptr s) function in struct:__gmp_binary_multiplies
348 static void eval(mpq_ptr q, mpq_srcptr r, unsigned long int l) function in struct:__gmp_binary_multiplies
356 static void eval(mpq_ptr q, unsigned long int l, mpq_srcptr r) function in struct:__gmp_binary_multiplies
364 static void eval(mpq_ptr q, mpq_srcptr r, signed long int l) function in struct:__gmp_binary_multiplies
372 static void eval(mpq_ptr q, signed long int l, mpq_srcptr r) function in struct:__gmp_binary_multiplies
380 static void eval(mpq_ptr q, mpq_srcptr r, double d) function in struct:__gmp_binary_multiplies
388 static void eval(mpq_ptr q, double d, mpq_srcptr r) function in struct:__gmp_binary_multiplies
397 static void eval(mpf_ptr f, mpf_srcptr g, mpf_srcptr h) function in struct:__gmp_binary_multiplies
400 static void eval(mpf_ptr f, mpf_srcptr g, unsigned long int l) function in struct:__gmp_binary_multiplies
402 static void eval(mpf_ptr f, unsigned long int l, mpf_srcptr g) function in struct:__gmp_binary_multiplies
404 static void eval(mpf_ptr f, mpf_srcptr g, signed long int l) function in struct:__gmp_binary_multiplies
414 static void eval(mpf_ptr f, signed long int l, mpf_srcptr g) function in struct:__gmp_binary_multiplies
424 static void eval(mpf_ptr f, mpf_srcptr g, double d) function in struct:__gmp_binary_multiplies
432 static void eval(mpf_ptr f, double d, mpf_srcptr g) function in struct:__gmp_binary_multiplies
444 static void eval(mpz_ptr z, mpz_srcptr w, mpz_srcptr v) function in struct:__gmp_binary_divides
447 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_divides
449 static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w) function in struct:__gmp_binary_divides
470 static void eval(mpz_ptr z, mpz_srcptr w, signed long int l) function in struct:__gmp_binary_divides
480 static void eval(mpz_ptr z, signed long int l, mpz_srcptr w) function in struct:__gmp_binary_divides
491 static void eval(mpz_ptr z, mpz_srcptr w, double d) function in struct:__gmp_binary_divides
498 static void eval(mpz_ptr z, double d, mpz_srcptr w) function in struct:__gmp_binary_divides
506 static void eval(mpq_ptr q, mpq_srcptr r, mpq_srcptr s) function in struct:__gmp_binary_divides
509 static void eval(mpq_ptr q, mpq_srcptr r, unsigned long int l) function in struct:__gmp_binary_divides
517 static void eval(mpq_ptr q, unsigned long int l, mpq_srcptr r) function in struct:__gmp_binary_divides
525 static void eval(mpq_ptr q, mpq_srcptr r, signed long int l) function in struct:__gmp_binary_divides
533 static void eval(mpq_ptr q, signed long int l, mpq_srcptr r) function in struct:__gmp_binary_divides
541 static void eval(mpq_ptr q, mpq_srcptr r, double d) function in struct:__gmp_binary_divides
549 static void eval(mpq_ptr q, double d, mpq_srcptr r) function in struct:__gmp_binary_divides
558 static void eval(mpf_ptr f, mpf_srcptr g, mpf_srcptr h) function in struct:__gmp_binary_divides
561 static void eval(mpf_ptr f, mpf_srcptr g, unsigned long int l) function in struct:__gmp_binary_divides
563 static void eval(mpf_ptr f, unsigned long int l, mpf_srcptr g) function in struct:__gmp_binary_divides
565 static void eval(mpf_ptr f, mpf_srcptr g, signed long int l) function in struct:__gmp_binary_divides
575 static void eval(mpf_ptr f, signed long int l, mpf_srcptr g) function in struct:__gmp_binary_divides
585 static void eval(mpf_ptr f, mpf_srcptr g, double d) function in struct:__gmp_binary_divides
593 static void eval(mpf_ptr f, double d, mpf_srcptr g) function in struct:__gmp_binary_divides
605 static void eval(mpz_ptr z, mpz_srcptr w, mpz_srcptr v) function in struct:__gmp_binary_modulus
608 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_modulus
610 static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w) function in struct:__gmp_binary_modulus
628 static void eval(mpz_ptr z, mpz_srcptr w, signed long int l) function in struct:__gmp_binary_modulus
632 static void eval(mpz_ptr z, signed long int l, mpz_srcptr w) function in struct:__gmp_binary_modulus
643 static void eval(mpz_ptr z, mpz_srcptr w, double d) function in struct:__gmp_binary_modulus
650 static void eval(mpz_ptr z, double d, mpz_srcptr w) function in struct:__gmp_binary_modulus
684 static void eval(mpz_ptr z, mpz_srcptr w, mpz_srcptr v) function in struct:__gmp_binary_and
687 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_and
689 static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w) function in struct:__gmp_binary_and
691 static void eval(mpz_ptr z, mpz_srcptr w, signed long int l) function in struct:__gmp_binary_and
693 static void eval(mpz_ptr z, signed long int l, mpz_srcptr w) function in struct:__gmp_binary_and
695 static void eval(mpz_ptr z, mpz_srcptr w, double d) function in struct:__gmp_binary_and
697 static void eval(mpz_ptr z, double d, mpz_srcptr w) function in struct:__gmp_binary_and
703 static void eval(mpz_ptr z, mpz_srcptr w, mpz_srcptr v) function in struct:__gmp_binary_ior
705 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_ior
707 static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w) function in struct:__gmp_binary_ior
709 static void eval(mpz_ptr z, mpz_srcptr w, signed long int l) function in struct:__gmp_binary_ior
711 static void eval(mpz_ptr z, signed long int l, mpz_srcptr w) function in struct:__gmp_binary_ior
713 static void eval(mpz_ptr z, mpz_srcptr w, double d) function in struct:__gmp_binary_ior
715 static void eval(mpz_ptr z, double d, mpz_srcptr w) function in struct:__gmp_binary_ior
721 static void eval(mpz_ptr z, mpz_srcptr w, mpz_srcptr v) function in struct:__gmp_binary_xor
723 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_xor
725 static void eval(mpz_ptr z, unsigned long int l, mpz_srcptr w) function in struct:__gmp_binary_xor
727 static void eval(mpz_ptr z, mpz_srcptr w, signed long int l) function in struct:__gmp_binary_xor
729 static void eval(mpz_ptr z, signed long int l, mpz_srcptr w) function in struct:__gmp_binary_xor
731 static void eval(mpz_ptr z, mpz_srcptr w, double d) function in struct:__gmp_binary_xor
733 static void eval(mpz_ptr z, double d, mpz_srcptr w) function in struct:__gmp_binary_xor
739 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_lshift
741 static void eval(mpq_ptr q, mpq_srcptr r, unsigned long int l) function in struct:__gmp_binary_lshift
743 static void eval(mpf_ptr f, mpf_srcptr g, unsigned long int l) function in struct:__gmp_binary_lshift
749 static void eval(mpz_ptr z, mpz_srcptr w, unsigned long int l) function in struct:__gmp_binary_rshift
751 static void eval(mpq_ptr q, mpq_srcptr r, unsigned long int l) function in struct:__gmp_binary_rshift
753 static void eval(mpf_ptr f, mpf_srcptr g, unsigned long int l) function in struct:__gmp_binary_rshift
759 static bool eval(mpz_srcptr z, mpz_srcptr w) { return mpz_cmp(z, w) == 0; } function in struct:__gmp_binary_equal
761 static bool eval(mpz_srcptr z, unsigned long int l) function in struct:__gmp_binary_equal
763 static bool eval(unsigned long int l, mpz_srcptr z) function in struct:__gmp_binary_equal
765 static bool eval(mpz_srcptr z, signed long int l) function in struct:__gmp_binary_equal
767 static bool eval(signed long int l, mpz_srcptr z) function in struct:__gmp_binary_equal
769 static bool eval(mpz_srcptr z, double d) function in struct:__gmp_binary_equal
771 static bool eval(double d, mpz_srcptr z) function in struct:__gmp_binary_equal
774 static bool eval(mpq_srcptr q, mpq_srcptr r) function in struct:__gmp_binary_equal
777 static bool eval(mpq_srcptr q, unsigned long int l) function in struct:__gmp_binary_equal
779 static bool eval(unsigned long int l, mpq_srcptr q) function in struct:__gmp_binary_equal
781 static bool eval(mpq_srcptr q, signed long int l) function in struct:__gmp_binary_equal
783 static bool eval(signed long int l, mpq_srcptr q) function in struct:__gmp_binary_equal
785 static bool eval(mpq_srcptr q, double d) function in struct:__gmp_binary_equal
795 static bool eval(double d, mpq_srcptr q) function in struct:__gmp_binary_equal
806 static bool eval(mpf_srcptr f, mpf_srcptr g) { return mpf_cmp(f, g) == 0; } function in struct:__gmp_binary_equal
808 static bool eval(mpf_srcptr f, unsigned long int l) function in struct:__gmp_binary_equal
810 static bool eval(unsigned long int l, mpf_srcptr f) function in struct:__gmp_binary_equal
812 static bool eval(mpf_srcptr f, signed long int l) function in struct:__gmp_binary_equal
814 static bool eval(signed long int l, mpf_srcptr f) function in struct:__gmp_binary_equal
816 static bool eval(mpf_srcptr f, double d) function in struct:__gmp_binary_equal
818 static bool eval(double d, mpf_srcptr f) function in struct:__gmp_binary_equal
824 static bool eval(mpz_srcptr z, mpz_srcptr w) { return mpz_cmp(z, w) != 0; } function in struct:__gmp_binary_not_equal
826 static bool eval(mpz_srcptr z, unsigned long int l) function in struct:__gmp_binary_not_equal
828 static bool eval(unsigned long int l, mpz_srcptr z) function in struct:__gmp_binary_not_equal
830 static bool eval(mpz_srcptr z, signed long int l) function in struct:__gmp_binary_not_equal
832 static bool eval(signed long int l, mpz_srcptr z) function in struct:__gmp_binary_not_equal
834 static bool eval(mpz_srcptr z, double d) function in struct:__gmp_binary_not_equal
836 static bool eval(double d, mpz_srcptr z) function in struct:__gmp_binary_not_equal
839 static bool eval(mpq_srcptr q, mpq_srcptr r) function in struct:__gmp_binary_not_equal
842 static bool eval(mpq_srcptr q, unsigned long int l) function in struct:__gmp_binary_not_equal
844 static bool eval(unsigned long int l, mpq_srcptr q) function in struct:__gmp_binary_not_equal
846 static bool eval(mpq_srcptr q, signed long int l) function in struct:__gmp_binary_not_equal
848 static bool eval(signed long int l, mpq_srcptr q) function in struct:__gmp_binary_not_equal
850 static bool eval(mpq_srcptr q, double d) function in struct:__gmp_binary_not_equal
860 static bool eval(double d, mpq_srcptr q) function in struct:__gmp_binary_not_equal
871 static bool eval(mpf_srcptr f, mpf_srcptr g) { return mpf_cmp(f, g) != 0; } function in struct:__gmp_binary_not_equal
873 static bool eval(mpf_srcptr f, unsigned long int l) function in struct:__gmp_binary_not_equal
875 static bool eval(unsigned long int l, mpf_srcptr f) function in struct:__gmp_binary_not_equal
877 static bool eval(mpf_srcptr f, signed long int l) function in struct:__gmp_binary_not_equal
879 static bool eval(signed long int l, mpf_srcptr f) function in struct:__gmp_binary_not_equal
881 static bool eval(mpf_srcptr f, double d) function in struct:__gmp_binary_not_equal
883 static bool eval(double d, mpf_srcptr f) function in struct:__gmp_binary_not_equal
889 static bool eval(mpz_srcptr z, mpz_srcptr w) { return mpz_cmp(z, w) < 0; } function in struct:__gmp_binary_less
891 static bool eval(mpz_srcptr z, unsigned long int l) function in struct:__gmp_binary_less
893 static bool eval(unsigned long int l, mpz_srcptr z) function in struct:__gmp_binary_less
895 static bool eval(mpz_srcptr z, signed long int l) function in struct:__gmp_binary_less
897 static bool eval(signed long int l, mpz_srcptr z) function in struct:__gmp_binary_less
899 static bool eval(mpz_srcptr z, double d) function in struct:__gmp_binary_less
901 static bool eval(double d, mpz_srcptr z) function in struct:__gmp_binary_less
904 static bool eval(mpq_srcptr q, mpq_srcptr r) { return mpq_cmp(q, r) < 0; } function in struct:__gmp_binary_less
906 static bool eval(mpq_srcptr q, unsigned long int l) function in struct:__gmp_binary_less
908 static bool eval(unsigned long int l, mpq_srcptr q) function in struct:__gmp_binary_less
910 static bool eval(mpq_srcptr q, signed long int l) function in struct:__gmp_binary_less
912 static bool eval(signed long int l, mpq_srcptr q) function in struct:__gmp_binary_less
914 static bool eval(mpq_srcptr q, double d) function in struct:__gmp_binary_less
924 static bool eval(double d, mpq_srcptr q) function in struct:__gmp_binary_less
935 static bool eval(mpf_srcptr f, mpf_srcptr g) { return mpf_cmp(f, g) < 0; } function in struct:__gmp_binary_less
937 static bool eval(mpf_srcptr f, unsigned long int l) function in struct:__gmp_binary_less
939 static bool eval(unsigned long int l, mpf_srcptr f) function in struct:__gmp_binary_less
941 static bool eval(mpf_srcptr f, signed long int l) function in struct:__gmp_binary_less
943 static bool eval(signed long int l, mpf_srcptr f) function in struct:__gmp_binary_less
945 static bool eval(mpf_srcptr f, double d) function in struct:__gmp_binary_less
947 static bool eval(double d, mpf_srcptr f) function in struct:__gmp_binary_less
953 static bool eval(mpz_srcptr z, mpz_srcptr w) { return mpz_cmp(z, w) <= 0; } function in struct:__gmp_binary_less_equal
955 static bool eval(mpz_srcptr z, unsigned long int l) function in struct:__gmp_binary_less_equal
957 static bool eval(unsigned long int l, mpz_srcptr z) function in struct:__gmp_binary_less_equal
959 static bool eval(mpz_srcptr z, signed long int l) function in struct:__gmp_binary_less_equal
961 static bool eval(signed long int l, mpz_srcptr z) function in struct:__gmp_binary_less_equal
963 static bool eval(mpz_srcptr z, double d) function in struct:__gmp_binary_less_equal
965 static bool eval(double d, mpz_srcptr z) function in struct:__gmp_binary_less_equal
968 static bool eval(mpq_srcptr q, mpq_srcptr r) { return mpq_cmp(q, r) <= 0; } function in struct:__gmp_binary_less_equal
970 static bool eval(mpq_srcptr q, unsigned long int l) function in struct:__gmp_binary_less_equal
972 static bool eval(unsigned long int l, mpq_srcptr q) function in struct:__gmp_binary_less_equal
974 static bool eval(mpq_srcptr q, signed long int l) function in struct:__gmp_binary_less_equal
976 static bool eval(signed long int l, mpq_srcptr q) function in struct:__gmp_binary_less_equal
978 static bool eval(mpq_srcptr q, double d) function in struct:__gmp_binary_less_equal
988 static bool eval(double d, mpq_srcptr q) function in struct:__gmp_binary_less_equal
999 static bool eval(mpf_srcptr f, mpf_srcptr g) { return mpf_cmp(f, g) <= 0; } function in struct:__gmp_binary_less_equal
1001 static bool eval(mpf_srcptr f, unsigned long int l) function in struct:__gmp_binary_less_equal
1003 static bool eval(unsigned long int l, mpf_srcptr f) function in struct:__gmp_binary_less_equal
1005 static bool eval(mpf_srcptr f, signed long int l) function in struct:__gmp_binary_less_equal
1007 static bool eval(signed long int l, mpf_srcptr f) function in struct:__gmp_binary_less_equal
1009 static bool eval(mpf_srcptr f, double d) function in struct:__gmp_binary_less_equal
1011 static bool eval(double d, mpf_srcptr f) function in struct:__gmp_binary_less_equal
1017 static bool eval(mpz_srcptr z, mpz_srcptr w) { return mpz_cmp(z, w) > 0; } function in struct:__gmp_binary_greater
1019 static bool eval(mpz_srcptr z, unsigned long int l) function in struct:__gmp_binary_greater
1021 static bool eval(unsigned long int l, mpz_srcptr z) function in struct:__gmp_binary_greater
1023 static bool eval(mpz_srcptr z, signed long int l) function in struct:__gmp_binary_greater
1025 static bool eval(signed long int l, mpz_srcptr z) function in struct:__gmp_binary_greater
1027 static bool eval(mpz_srcptr z, double d) function in struct:__gmp_binary_greater
1029 static bool eval(double d, mpz_srcptr z) function in struct:__gmp_binary_greater
1032 static bool eval(mpq_srcptr q, mpq_srcptr r) { return mpq_cmp(q, r) > 0; } function in struct:__gmp_binary_greater
1034 static bool eval(mpq_srcptr q, unsigned long int l) function in struct:__gmp_binary_greater
1036 static bool eval(unsigned long int l, mpq_srcptr q) function in struct:__gmp_binary_greater
1038 static bool eval(mpq_srcptr q, signed long int l) function in struct:__gmp_binary_greater
1040 static bool eval(signed long int l, mpq_srcptr q) function in struct:__gmp_binary_greater
1042 static bool eval(mpq_srcptr q, double d) function in struct:__gmp_binary_greater
1052 static bool eval(double d, mpq_srcptr q) function in struct:__gmp_binary_greater
1063 static bool eval(mpf_srcptr f, mpf_srcptr g) { return mpf_cmp(f, g) > 0; } function in struct:__gmp_binary_greater
1065 static bool eval(mpf_srcptr f, unsigned long int l) function in struct:__gmp_binary_greater
1067 static bool eval(unsigned long int l, mpf_srcptr f) function in struct:__gmp_binary_greater
1069 static bool eval(mpf_srcptr f, signed long int l) function in struct:__gmp_binary_greater
1071 static bool eval(signed long int l, mpf_srcptr f) function in struct:__gmp_binary_greater
1073 static bool eval(mpf_srcptr f, double d) function in struct:__gmp_binary_greater
1075 static bool eval(double d, mpf_srcptr f) function in struct:__gmp_binary_greater
1081 static bool eval(mpz_srcptr z, mpz_srcptr w) { return mpz_cmp(z, w) >= 0; } function in struct:__gmp_binary_greater_equal
1083 static bool eval(mpz_srcptr z, unsigned long int l) function in struct:__gmp_binary_greater_equal
1085 static bool eval(unsigned long int l, mpz_srcptr z) function in struct:__gmp_binary_greater_equal
1087 static bool eval(mpz_srcptr z, signed long int l) function in struct:__gmp_binary_greater_equal
1089 static bool eval(signed long int l, mpz_srcptr z) function in struct:__gmp_binary_greater_equal
1091 static bool eval(mpz_srcptr z, double d) function in struct:__gmp_binary_greater_equal
1093 static bool eval(double d, mpz_srcptr z) function in struct:__gmp_binary_greater_equal
1096 static bool eval(mpq_srcptr q, mpq_srcptr r) { return mpq_cmp(q, r) >= 0; } function in struct:__gmp_binary_greater_equal
1098 static bool eval(mpq_srcptr q, unsigned long int l) function in struct:__gmp_binary_greater_equal
1100 static bool eval(unsigned long int l, mpq_srcptr q) function in struct:__gmp_binary_greater_equal
1102 static bool eval(mpq_srcptr q, signed long int l) function in struct:__gmp_binary_greater_equal
1104 static bool eval(signed long int l, mpq_srcptr q) function in struct:__gmp_binary_greater_equal
1106 static bool eval(mpq_srcptr q, double d) function in struct:__gmp_binary_greater_equal
1116 static bool eval(double d, mpq_srcptr q) function in struct:__gmp_binary_greater_equal
1127 static bool eval(mpf_srcptr f, mpf_srcptr g) { return mpf_cmp(f, g) >= 0; } function in struct:__gmp_binary_greater_equal
1129 static bool eval(mpf_srcptr f, unsigned long int l) function in struct:__gmp_binary_greater_equal
1131 static bool eval(unsigned long int l, mpf_srcptr f) function in struct:__gmp_binary_greater_equal
1133 static bool eval(mpf_srcptr f, signed long int l) function in struct:__gmp_binary_greater_equal
1135 static bool eval(signed long int l, mpf_srcptr f) function in struct:__gmp_binary_greater_equal
1137 static bool eval(mpf_srcptr f, double d) function in struct:__gmp_binary_greater_equal
1139 static bool eval(double d, mpf_srcptr f) function in struct:__gmp_binary_greater_equal
1145 static void eval(mpz_ptr z) { mpz_add_ui(z, z, 1); } function in struct:__gmp_unary_increment
1146 static void eval(mpq_ptr q) function in struct:__gmp_unary_increment
1148 static void eval(mpf_ptr f) { mpf_add_ui(f, f, 1); } function in struct:__gmp_unary_increment
1153 static void eval(mpz_ptr z) { mpz_sub_ui(z, z, 1); } function in struct:__gmp_unary_decrement
1154 static void eval(mpq_ptr q) function in struct:__gmp_unary_decrement
1156 static void eval(mpf_ptr f) { mpf_sub_ui(f, f, 1); } function in struct:__gmp_unary_decrement
1161 static void eval(mpz_ptr z, mpz_srcptr w) { mpz_abs(z, w); } function in struct:__gmp_abs_function
1162 static void eval(mpq_ptr q, mpq_srcptr r) { mpq_abs(q, r); } function in struct:__gmp_abs_function
1163 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_abs(f, g); } function in struct:__gmp_abs_function
1168 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_trunc(f, g); } function in struct:__gmp_trunc_function
1173 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_floor(f, g); } function in struct:__gmp_floor_function
1178 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_ceil(f, g); } function in struct:__gmp_ceil_function
1183 static void eval(mpz_ptr z, mpz_srcptr w) { mpz_sqrt(z, w); } function in struct:__gmp_sqrt_function
1184 static void eval(mpf_ptr f, mpf_srcptr g) { mpf_sqrt(f, g); } function in struct:__gmp_sqrt_function
1189 static void eval(mpf_ptr f, mpf_srcptr g, mpf_srcptr h) function in struct:__gmp_hypot_function
1200 static void eval(mpf_ptr f, mpf_srcptr g, unsigned long int l) function in struct:__gmp_hypot_function
1211 static void eval(mpf_ptr f, unsigned long int l, mpf_srcptr g) function in struct:__gmp_hypot_function
1222 static void eval(mpf_ptr f, mpf_srcptr g, signed long int l) function in struct:__gmp_hypot_function
1233 static void eval(mpf_ptr f, signed long int l, mpf_srcptr g) function in struct:__gmp_hypot_function
1244 static void eval(mpf_ptr f, mpf_srcptr g, double d) function in struct:__gmp_hypot_function
1255 static void eval(mpf_ptr f, double d, mpf_srcptr g) function in struct:__gmp_hypot_function
1270 static int eval(mpz_srcptr z) { return mpz_sgn(z); } function in struct:__gmp_sgn_function
1271 static int eval(mpq_srcptr q) { return mpq_sgn(q); } function in struct:__gmp_sgn_function
1272 static int eval(mpf_srcptr f) { return mpf_sgn(f); } function in struct:__gmp_sgn_function
1277 static int eval(mpz_srcptr z, mpz_srcptr w) { return mpz_cmp(z, w); } function in struct:__gmp_cmp_function
1279 static int eval(mpz_srcptr z, unsigned long int l) function in struct:__gmp_cmp_function
1281 static int eval(unsigned long int l, mpz_srcptr z) function in struct:__gmp_cmp_function
1283 static int eval(mpz_srcptr z, signed long int l) function in struct:__gmp_cmp_function
1285 static int eval(signed long int l, mpz_srcptr z) function in struct:__gmp_cmp_function
1287 static int eval(mpz_srcptr z, double d) function in struct:__gmp_cmp_function
1289 static int eval(double d, mpz_srcptr z) function in struct:__gmp_cmp_function
1292 static int eval(mpq_srcptr q, mpq_srcptr r) { return mpq_cmp(q, r); } function in struct:__gmp_cmp_function
1294 static int eval(mpq_srcptr q, unsigned long int l) function in struct:__gmp_cmp_function
1296 static int eval(unsigned long int l, mpq_srcptr q) function in struct:__gmp_cmp_function
1298 static int eval(mpq_srcptr q, signed long int l) function in struct:__gmp_cmp_function
1300 static int eval(signed long int l, mpq_srcptr q) function in struct:__gmp_cmp_function
1302 static int eval(mpq_srcptr q, double d) function in struct:__gmp_cmp_function
1312 static int eval(double d, mpq_srcptr q) function in struct:__gmp_cmp_function
1323 static int eval(mpf_srcptr f, mpf_srcptr g) { return mpf_cmp(f, g); } function in struct:__gmp_cmp_function
1325 static int eval(mpf_srcptr f, unsigned long int l) function in struct:__gmp_cmp_function
1327 static int eval(unsigned long int l, mpf_srcptr f) function in struct:__gmp_cmp_function
1329 static int eval(mpf_srcptr f, signed long int l) function in struct:__gmp_cmp_function
1331 static int eval(signed long int l, mpf_srcptr f) function in struct:__gmp_cmp_function
1333 static int eval(mpf_srcptr f, double d) function in struct:__gmp_cmp_function
1335 static int eval(double d, mpf_srcptr f) function in struct:__gmp_cmp_function
1341 static void eval(mpz_ptr z, gmp_randstate_t s, unsigned long int l) function in struct:__gmp_rand_function
1343 static void eval(mpz_ptr z, gmp_randstate_t s, mpz_srcptr w) function in struct:__gmp_rand_function
1345 static void eval(mpf_ptr f, gmp_randstate_t s, mp_bitcnt_t prec) function in struct:__gmp_rand_function
2256 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2275 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2277 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2309 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2336 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2355 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2378 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2383 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2411 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2416 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2444 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2449 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2477 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2482 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2512 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2517 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2539 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2544 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2570 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2575 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2603 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2608 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
2636 void eval(typename __gmp_resolve_expr<T>::ptr_type p) const function in class:__gmp_expr
2641 void eval(typename __gmp_resolve_expr<T>::ptr_type p, function in class:__gmp_expr
3225 void eval(mpz_ptr z) const { __gmp_rand_function::eval(z, state, bits); } function in class:__gmp_expr
3237 void eval(mpz_ptr z) const function in class:__gmp_expr
3250 void eval(mpf_ptr f, mp_bitcnt_t prec) const function in class:__gmp_expr
[all...]
/haiku-buildtools/gcc/gmp/tests/
H A Damd64call.asm64 define(`WANT_RBX', eval(8*0)($1))
65 define(`WANT_RBP', eval(8*1)($1))
66 define(`WANT_R12', eval(8*2)($1))
67 define(`WANT_R13', eval(8*3)($1))
68 define(`WANT_R14', eval(8*4)($1))
69 define(`WANT_R15', eval(8*5)($1))
71 define(`JUNK_RAX', eval(8*6)($1))
72 define(`JUNK_R10', eval(8*7)($1))
73 define(`JUNK_R11', eval(8*8)($1))
75 define(`SAVE_RBX', eval(
[all...]
/haiku-buildtools/gcc/mpfr/examples/
H A Ddivworst.c45 eval (mpfr_t x, mpfr_t y, mpfr_t z, mpfr_t t, mpfr_rnd_t rnd) function
87 rz = eval (x, y, z, t, MPFR_RNDZ);
88 rn = eval (x, y, z, t, MPFR_RNDN);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr56694.C24 void eval(GVector* m_gradient, GVector* vect_cpy_grad, int n) function

Completed in 287 milliseconds

1234