Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/gmp/
H A Dgmp.h391 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
393 #define __GMP_CAST(type, expr) ((type) (expr)) macro