Home | History | Annotate | Download | only in libdecnumber

Lines Matching refs:enable_decimal_float

632 enable_decimal_float
709 enable_decimal_float
4899 if test "${enable_decimal_float+set}" = set; then :
4900 enableval=$enable_decimal_float;
4901 case $enable_decimal_float in
4902 yes | no | bid | dpd) default_decimal_float=$enable_decimal_float ;;
4903 *) as_fn_error $? "'$enable_decimal_float' is an invalid value for --enable-decimal-float.
4915 enable_decimal_float=yes
4920 enable_decimal_float=no
4928 case x$enable_decimal_float in
4932 enable_decimal_float=bid
4935 enable_decimal_float=dpd
4938 default_decimal_float=$enable_decimal_float
4941 # ENABLE_DECIMAL_FLOAT is set to 0. But we have to have proper
4951 enable_decimal_float=$default_decimal_float
4954 if test x$enable_decimal_float = xbid; then
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_decimal_float" >&5
4961 $as_echo "$enable_decimal_float" >&6; }