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

/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h390 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
392 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h390 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
392 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h388 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
390 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h384 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
386 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h388 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
390 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]

Completed in 315 milliseconds