Searched refs:exp (Results 1 - 25 of 1165) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dbuiltins-22.c6 double exp(double x);
10 return exp(exp(x));
H A Dpr39867.c8 int exp = -1; local
10 if ((exp < 2 ? 2U : (unsigned int) exp) != 2)
H A Dbuiltins-17.c13 extern double exp(double);
18 if (exp (1.0) < 2.71 || exp (1.0) > 2.72)
20 if (exp (2.0) < 7.38 || exp (2.0) > 7.39)
22 if (exp (-2.0) < 0.13 || exp (-2.0) > 0.14)
H A Dbconstp-4.c8 #define X(exp) (__builtin_choose_expr(1, __builtin_constant_p(exp), 1) ? (exp) : -1)
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dpr12942a.h5 int exp = -1; local
6 if ((exp < 2 ? 2U : (unsigned int) exp) != 2)
/haiku-buildtools/gcc/mpfr/src/
H A Duceil_exp2.c31 long exp; local
39 exp = (long) d;
40 if (d != (double) exp)
41 exp++;
42 /* now exp = ceil(d) */
45 x.s.exp = exp <= -1022 ? 1 : 1023 + exp;
47 if (exp >= 0)
49 while (exp !
[all...]
H A Dscale2.c1 /* mpfr_scale2 -- multiply a double float by 2^exp
29 /* multiplies 1/2 <= d <= 1 by 2^exp */
31 mpfr_scale2 (double d, int exp) argument
40 exp ++;
46 MPFR_ASSERTD (-1073 <= exp && exp <= 1025);
49 if (MPFR_UNLIKELY (exp < -1021)) /* subnormal case */
51 x.s.exp += exp + 52;
56 x.s.exp
[all...]
H A Duceil_log2.c31 long exp; local
36 exp = x.s.exp - 1023;
37 x.s.exp = 1023; /* value for 1 <= d < 2 */
39 exp++;
40 return exp;
50 exp = 0;
52 exp++;
56 exp = 1;
58 exp
[all...]
H A Dufloor_log2.c33 return (long) x.s.exp - 1023;
35 long exp;
41 exp = -1;
43 exp++;
47 exp = 0;
49 exp--;
51 return exp;
/haiku-buildtools/gcc/mpc/src/
H A Duceil_log2.c28 mpfr_prec_t exp; local
30 for (exp = 0; d > 1; d = (d + 1) / 2)
31 exp++;
32 return exp;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr32461-2.c6 unsigned char exp[256]; member in struct:__anon2448
14 unsigned char *exp = expbap->exp; local
19 if (exp[i + 1] == exp[i] - 2)
21 else if (lowcomp && (exp[i + 1] > exp[i]))
25 while ((i < 3) || ((i < 7) && (exp[i] > exp[i - 1])));
H A Dpr32461-1.c6 unsigned exp[256]; member in struct:__anon2447
14 unsigned *exp = expbap->exp; local
17 while (i < 3 || exp[i] > exp[i - 1]);
20 if (exp[i + 1] == exp[i])
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dvcvtps2ph-1.c12 short exp[8]; local
19 exp[0] = 0x3c00;
20 exp[1] = 0xc000;
21 exp[2] = 0xbc00;
22 exp[3] = 0x4000;
23 exp[4] = 0;
24 exp[5] = 0;
25 exp[6] = 0;
26 exp[7] = 0;
30 if (check_union128i_w (res, exp))
[all...]
H A Dvcvtph2ps-1.c12 float exp[4]; local
14 exp[0] = 1;
15 exp[1] = -2;
16 exp[2] = -1;
17 exp[3] = 2;
26 if (check_union128 (res, exp))
H A Dvcvtph2ps-2.c12 float exp[8]; local
14 exp[0] = 1;
15 exp[1] = 2;
16 exp[2] = 4;
17 exp[3] = 8;
18 exp[4] = -1;
19 exp[5] = -2;
20 exp[6] = -4;
21 exp[7] = -8;
34 if (check_union256 (res, exp))
[all...]
/haiku-buildtools/legacy/gcc/libio/testsuite/libio.tests/
H A Dtiomanip.exp1 test_libio tiomanip.cc "" "" tiomanip.exp ""
H A Dtiomisc.exp1 test_libio tiomisc.cc "-w" "" tiomisc.exp ""
H A Dtstdiomisc.exp1 test_libio tstdiomisc.c "" "" tstdiomisc.exp ""
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/
H A Dfprintf.x1 load_lib target-supports.exp
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dbackspace.x1 load_lib target-supports.exp
H A Dlist_read_1.x1 load_lib target-supports.exp
H A Dread_null_string.x1 load_lib target-supports.exp
H A Dseq_io.x1 load_lib target-supports.exp
H A Dslash_edit.x1 load_lib target-supports.exp
H A Dunopened_unit_1.x1 load_lib target-supports.exp

Completed in 204 milliseconds

1234567891011>>