Home
last modified time | relevance | path

Searched refs:DECCHECK (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libdecnumber/
H A DdecNumber.c281 #if DECCHECK
373 #if DECCHECK in decNumberFromString()
658 #if DECCHECK in decNumberAbs()
829 #if DECCHECK in decNumberMinus()
863 #if DECCHECK in decNumberPlus()
918 #if DECCHECK in decNumberNormalize()
1002 #if DECCHECK in decNumberPower()
1363 #if DECCHECK in decNumberSameQuantum()
1484 #if DECCHECK in decNumberSquareRoot()
1830 #if DECCHECK in decNumberToIntegralValue()
[all …]
H A Ddecimal64.c49 #if DECTRACE || DECCHECK
317 #if DECTRACE || DECCHECK
H A Ddecimal128.c49 #if DECTRACE || DECCHECK
326 #if DECTRACE || DECCHECK
H A Ddecimal32.c49 #if DECTRACE || DECCHECK
317 #if DECTRACE || DECCHECK
H A DdecNumberLocal.h61 #define DECCHECK 0 /* 1 to enable robust checking */ macro