Home
last modified time | relevance | path

Searched defs:hashdivrem_finish_later (Results 1 – 1 of 1) sorted by relevance

/dports/math/giacxcas/giac-1.6.0/src/
H A Dthreaded.h2600 inline bool hashdivrem_finish_later(longlong a){ return false;} in hashdivrem_finish_later() function
2601 inline bool hashdivrem_finish_later(double a){return false;} in hashdivrem_finish_later() function
2602 inline bool hashdivrem_finish_later(int a){ return false; } in hashdivrem_finish_later() function
2603 inline bool hashdivrem_finish_later(const vecteur & v){ return false; } in hashdivrem_finish_later() function
2604 inline bool hashdivrem_finish_later(const std::vector<int> & v){ return false; } in hashdivrem_finish_later() function
2606 inline bool hashdivrem_finish_later(int128_t a){return false;} in hashdivrem_finish_later() function
2609 inline bool hashdivrem_finish_later(const gen & a){return true;} in hashdivrem_finish_later() function
2610 inline bool hashdivrem_finish_later(const my_mpz & a){return true;} in hashdivrem_finish_later() function
2612 inline bool hashdivrem_finish_later(const mpz_class & a){return true;} in hashdivrem_finish_later() function