Searched defs:mpfr_l2_du__tab (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/src/ |
H A D | constant.c | 53 static const mp_limb_t mpfr_l2_du__tab[] = { 0xac, 0x79, 0xcf, 0xd1, 0xf7, 0x17, 0x72, 0xb1 }; variable 55 static const mp_limb_t mpfr_l2_du__tab[] = { 0x79ac, 0xd1cf, 0x17f7, 0xb172 }; variable 57 static const mp_limb_t mpfr_l2_du__tab[] = { 0xd1cf79ac, 0xb17217f7}; variable 59 static const mp_limb_t mpfr_l2_du__tab[] = { 0xb17217f7d1cf79ac }; variable 61 static const mp_limb_t mpfr_l2_du__tab[] = { 0xb17217f7d1cf79ac00000000 }; variable 63 static const mp_limb_t mpfr_l2_du__tab[] = { 0xb17217f7d1cf79ac0000000000000000 }; variable 65 static const mp_limb_t mpfr_l2_du__tab[] = { 0xb17217f7d1cf79ac000000000000000000000000000000000000… variable
|