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

1 2

  /src/external/lgpl3/gmp/dist/mpn/generic/
scan1.c 0 /* mpn_scan1 -- Scan from a given bit position for the next set bit.
39 mpn_scan1 (mp_srcptr up, mp_bitcnt_t starting_bit) function
  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.c 725 mpn_scan1 (mp_srcptr ptr, mp_bitcnt_t bit)
2702 /* Count trailing zeros, equivalent to mpn_scan1, because we know that there is a 1 */
722 mpn_scan1 (mp_srcptr ptr, mp_bitcnt_t bit) function
  /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/arm/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
gmp.h 1560 #define mpn_scan1 __MPN(scan1) macro
1561 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/i386/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/or1k/
gmp.h 1560 #define mpn_scan1 __MPN(scan1) macro
1561 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/powerpc64/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;
  /src/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
gmp.h 1589 #define mpn_scan1 __MPN(scan1) macro
1590 __GMP_DECLSPEC mp_bitcnt_t mpn_scan1 (mp_srcptr, mp_bitcnt_t) __GMP_ATTRIBUTE_PURE;

Completed in 81 milliseconds

1 2