HomeSort by: relevance | last modified time | path
    Searched defs:x_cos (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 1947 f7_t *x_cos = yy; local
1959 f7_horner (x_cos, yy, n_coeff_cos, coeff_cos, hh);
1965 x_cos = xx;
1977 x_cos->flags = sc.neg_cos;
1978 f7_copy (cc, x_cos);
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.c 1963 f7_t *x_cos = yy; local
1975 f7_horner (x_cos, yy, n_coeff_cos, coeff_cos, hh);
1981 x_cos = xx;
1993 x_cos->flags = sc.neg_cos;
1994 f7_copy (cc, x_cos);

Completed in 26 milliseconds