HomeSort by: relevance | last modified time | path
    Searched refs:pi_over_2 (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/m68k/
math-68881.h 136 double pi, pi_over_2; local
142 : "=f" (pi_over_2)
151 return pi_over_2 - atan (x / y);
158 return - pi_over_2 - atan (x / y);
168 return - pi_over_2 - atan (x / y);
175 return pi_over_2 - atan (x / y);
  /src/external/gpl3/gcc.old/dist/gcc/config/m68k/
math-68881.h 136 double pi, pi_over_2; local
142 : "=f" (pi_over_2)
151 return pi_over_2 - atan (x / y);
158 return - pi_over_2 - atan (x / y);
168 return - pi_over_2 - atan (x / y);
175 return pi_over_2 - atan (x / y);
  /src/external/lgpl3/mpc/dist/src/
acos.c 30 mpfr_t pi_over_2; local
196 mpfr_init2 (pi_over_2, p);
203 mpfr_set_prec (pi_over_2, p);
205 set_pi_over_2 (pi_over_2, +1, MPFR_RNDN);
206 e1 = 1; /* Exp(pi_over_2) */
211 mpfr_sub (mpc_realref(z1), pi_over_2, mpc_realref(z1), MPFR_RNDN); local
232 mpfr_clear (pi_over_2);
  /src/games/warp/
score.c 375 double power, effectscore, starscore, pi_over_2; local
384 pi_over_2 = 3.14159265 / 2.0;
399 atan2(power, (double) timer + 1.0) / pi_over_2;

Completed in 49 milliseconds