Home
last modified time | relevance | path

Searched refs:LOG_TO_BASE_2_OF_10 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dbignum.h44 #define LOG_TO_BASE_2_OF_10 (3.3219280948873623478703194294893901758651) macro
H A Datof-generic.c332 / (LOG_TO_BASE_2_OF_10)) in atof_generic()
358 = ((((double) number_of_digits_to_use) * LOG_TO_BASE_2_OF_10) + 1); in atof_generic()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-20052518 * bignum.h (LOG_TO_BASE_2_OF_10): Remove.