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

  /src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
libf7.c 2268 bool have_acos : 1; // What we compute from rational approx p/q. member in struct:__anon14228::__anon14229
2304 flags.have_acos = 1;
2310 if (flags.have_acos)
2329 have_acos | acos (|A|) | -pi/2 + C | pi/2 - C | pi - C | C
2336 c_sign = do_acos ^ have_acos ^ a_sign
2337 n_pi2 = do_acos + have_acos * (a_sign ^ do_acos) ? (-1 : 1)
2345 if (flags.have_acos)
libf7.c 2268 bool have_acos : 1; // What we compute from rational approx p/q. member in struct:__anon14228::__anon14229
2304 flags.have_acos = 1;
2310 if (flags.have_acos)
2329 have_acos | acos (|A|) | -pi/2 + C | pi/2 - C | pi - C | C
2336 c_sign = do_acos ^ have_acos ^ a_sign
2337 n_pi2 = do_acos + have_acos * (a_sign ^ do_acos) ? (-1 : 1)
2345 if (flags.have_acos)
  /src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
libf7.c 2209 bool have_acos : 1; // What we compute from rational approx p/q. member in struct:__anon16641::__anon16642
2245 flags.have_acos = 1;
2251 if (flags.have_acos)
2270 have_acos | acos (|A|) | -pi/2 + C | pi/2 - C | pi - C | C
2277 c_sign = do_acos ^ have_acos ^ a_sign
2278 n_pi2 = do_acos + have_acos * (a_sign ^ do_acos) ? (-1 : 1)
2286 if (flags.have_acos)
libf7.c 2209 bool have_acos : 1; // What we compute from rational approx p/q. member in struct:__anon16641::__anon16642
2245 flags.have_acos = 1;
2251 if (flags.have_acos)
2270 have_acos | acos (|A|) | -pi/2 + C | pi/2 - C | pi - C | C
2277 c_sign = do_acos ^ have_acos ^ a_sign
2278 n_pi2 = do_acos + have_acos * (a_sign ^ do_acos) ? (-1 : 1)
2286 if (flags.have_acos)

Completed in 95 milliseconds