예제 #1
0
void
test_double_tan (void)
{
  int i;

  for (i = 0; i < SIZE; i++)
    d1[i] = __builtin_tan (d2[i]);
}
예제 #2
0
파일: 387-2.c 프로젝트: Alexpux/GCC
double f7(double x) { return __builtin_tan(x); }