Home
last modified time | relevance | path

Searched defs:MPFR_DIV_THRESHOLD (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/lgpl3/mpfr/dist/src/x86_64/
H A Dmparam.h226 #define MPFR_DIV_THRESHOLD 3 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/src/generic/
H A Dmparam.h44 # define MPFR_DIV_THRESHOLD 25 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/src/arm/
H A Dmparam.h226 #define MPFR_DIV_THRESHOLD 3 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/src/sparc64/
H A Dmparam.h227 #define MPFR_DIV_THRESHOLD 4 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/src/mips/
H A Dmparam.h226 #define MPFR_DIV_THRESHOLD 5 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/src/powerpc64/
H A Dmparam.h226 #define MPFR_DIV_THRESHOLD 3 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/src/x86/
H A Dmparam.h227 #define MPFR_DIV_THRESHOLD 3 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/src/x86_64/core2/
H A Dmparam.h225 #define MPFR_DIV_THRESHOLD 5 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/src/amd/
H A Dmparam.h226 #define MPFR_DIV_THRESHOLD 3 /* limbs */ macro
/netbsd-src/external/lgpl3/mpfr/dist/tune/
H A Dtuneup.c293 #define MPFR_DIV_THRESHOLD mpfr_div_threshold macro