Searched refs:num2 (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/ada/acats/tests/cxb/
H A Dcxb30130.c31 -- name, and returns the square of parameters num2, num3, and num4
44 -- pointed to by the remaining three parameters (num2, num3, num4),
50 -- Parameters num2-num4 now point to values that are the squared results
60 int CXB30130 (int num1, short* num2, float* num3, double* num4) argument
70 /* int CXB30130 (num1, num2, num3, num4) */
72 /* short* num2; */
81 *num2 = *num2 * *num2; /* Return square of these parameters through */
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr17286.f907 integer num1 , num2 , num3 , num4 variable in program:bug3
10 namelist /mynml1/ num1,num2 local in program:bug3
15 write(10,'(A)') "&mynml1,num1= 16,num2=32,&end"
25 num2 = -1
27 if (num1.eq.16.and.num2.eq.32) then
30 if (dbg) print *, 'expected 16 32 got ',num1,num2
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr39335_1.c3 void crash_me(int num1, int num2, char * in, char * out) argument
7 for (i = 0; i < num2; i++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20020607-1.c14 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high)
/haiku-buildtools/gcc/gmp/mpq/
H A Dcmp_ui.c27 _mpq_cmp_ui (const MP_RAT *op1, unsigned long int num2, unsigned long int den2) argument
38 if ((num2 | den2) > GMP_NUMB_MAX)
42 mpz_set_ui (mpq_numref (op2), num2); local
57 return -(num2 != 0);
60 if (num2 == 0)
82 (mp_limb_t) num2);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/bitset/cons/
H A D3.cc37 const unsigned long long num2 = 215ULL; local
38 std::bitset<64> bs2(num2);
39 VERIFY( bs2.to_ullong() == num2 );
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-builtin1.C20 constexpr long double num2 = isinf(1.l); // Error. local
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20040703-1.c88 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high)
/haiku-buildtools/cloog/source/
H A Dclast.c1922 int concat_if_new(void **list1, int num1, void *list2, int num2, int size) argument
1926 for (i=0; i<num2; i++) {
1938 int list_compare(const int *list1, int num1, const int *list2, int num2) argument
1943 for (j=0; j<num2; j++) {
1946 if (j==num2) break;
1949 if (num1 == num2) {
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-h8300.c963 unsigned int num, num2; local
980 len = parse_reg (++ptr, &mode, &num2, SRC);
988 num = num2 - num;
996 num2 = num, num = 0;
1005 operand[1].reg = num2;
/haiku-buildtools/binutils/gas/config/
H A Dtc-h8300.c1020 unsigned int num, num2; local
1037 len = parse_reg (++ptr, &mode, &num2, SRC);
1045 num = num2 - num;
1053 num2 = num, num = 0;
1062 operand[1].reg = num2;
/haiku-buildtools/gcc/libcpp/
H A Dexpr.c39 #define num_eq(num1, num2) (num1.low == num2.low && num1.high == num2.high)

Completed in 226 milliseconds