Searched refs:sin (Results 1 - 25 of 101) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A Dpr54625-1_0.c5 double sin ();
9 a = sin (0);
H A Dpr54625-2_0.c5 double sin ();
9 a = sin (0);
H A D20080829_0.C3 /* The replacement of cos+sin with __builtin_cexpi done by
8 extern "C" { extern double cos (double); extern double sin (double); }
9 double func(double &in) { return cos(in) + sin(in); }
H A Dpr54625-1_1.C1 extern "C" double sin (double);
18 b.lookup (sin);
H A Dpr54625-2_1.C1 extern "C" double sin (double);
17 b.lookup (sin);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr60139.c6 double sin (double);
12 double d[] = { sin (1.0), /* { dg-warning "18:initializer element is not a constant expression" } */
13 8.8, sin (1.0), 2.6 }; /* { dg-warning "23:initializer element is not a constant expression" } */
H A Dc99-tgmath-2.c8 /* Test that invoking type-generic sin on a float invokes sinf. */
13 return sin(x);
H A Dbuiltins-30.c15 double sin (foo) /* { dg-warning "8:shadows a built-in" } */ function
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D387-7.c6 extern double sin (double);
11 return sin(x) + cos (x);
H A Dvectorize5.c6 extern double sin(double);
13 x[i] = sin(x[i]);
H A Dvectorize6.c6 extern double sin(double);
13 x[i] = sin(x[i]);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dbuiltin6.C8 extern "C" double sin(double) __asm("_fancy_sin");
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dd_sin.c4 double sin();
12 return( sin(*x) );
H A Dr_sin.c4 double sin();
12 return( sin(*x) );
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipa-icf-20.c9 return sin(12.4f);
15 return sin(12.4f);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/mpx/
H A Dsincos-1-nov.c12 d1 = sin(argc);
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr34966.c1 extern double sin (double), cos (double);
19 return cos (t) + sin (t);
H A D20080613-1.c23 struct sockaddr_in sin; member in union:__anon1426
34 if (src_addr.sin.sin_family) {
35 if (src_addr.sin.sin_family == 2) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpta-fp.c4 extern double sin (double);
12 fp = sin;
23 /* The points-to set of the final function pointer should be "sin cos" */
25 /* { dg-final { scan-tree-dump-times "{ sin cos }" 1 "alias"} } */
H A Dssa-pre-12.c4 double sin (double) __attribute__ ((const));
13 fp = sin;
H A Dssa-pre-13.c4 double sin (double) __attribute__ ((const));
13 fp = sin;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/manipulators/standard/char/
H A D2.cc37 istringstream sin(x);
41 sin >> resetiosflags(ios_base::dec)
48 VERIFY(sin.good());
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20030125-1.c3 double sin(double);
8 return sin(a);
46 sin(double a) function
/haiku-buildtools/binutils/ld/testsuite/ld-plugin/
H A Dlto-2.c9 printf ("%f\n", sin (d));
H A Dpr13201.c13 x = sin (x);

Completed in 238 milliseconds

12345