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

12

/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h322 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
324 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h322 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
324 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68k/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/m68000/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/x86_64/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc64/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/vax/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
H A Dgmp.h320 #define __GMP_CAST(type, expr) (static_cast<type> (expr)) macro
322 #define __GMP_CAST(type, expr) ((type) (expr)) macro
[all...]

Completed in 384 milliseconds

12