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

  /src/external/lgpl3/gmp/dist/
gmpxx.h 1523 __gmp_expr(float f) { init_d(f); } \
1524 __gmp_expr(double d) { init_d(d); }
1623 void init_d (double d) function in class:__gmp_expr
1781 void init_d (double d) { mpq_init(mp); assign_d (d); } function in class:__gmp_expr
1971 void init_d (double d) { mpf_init_set_d (mp, d); } function in class:__gmp_expr

Completed in 24 milliseconds