HomeSort by relevance Sort by last modified time
    Searched refs:__GMP_CAST (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
376 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
380 these warnings, so __GMP_CAST only needs to be used on documented
384 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
386 #define __GMP_CAST(type, expr) ((type) (expr))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
376 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
380 these warnings, so __GMP_CAST only needs to be used on documented
384 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
386 #define __GMP_CAST(type, expr) ((type) (expr))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h 38 #define GMP_NUMB_MASK ((~ __GMP_CAST (mp_limb_t, 0)) >> GMP_NAIL_BITS)
376 /* __GMP_CAST allows us to use static_cast in C++, so our macros are clean
380 these warnings, so __GMP_CAST only needs to be used on documented
384 #define __GMP_CAST(type, expr) (static_cast<type> (expr))
386 #define __GMP_CAST(type, expr) ((type) (expr))
    [all...]

Completed in 65 milliseconds