Home
last modified time | relevance | path

Searched refs:approx_sqrt (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/gcclibs/libcpp/
HDsymtab.c35 static double approx_sqrt (double);
308 exp_len, approx_sqrt (exp_len2 - exp2_len)); in ht_dump_statistics()
318 approx_sqrt (double x) in approx_sqrt() function
/NextBSD/contrib/gcc/
HDChangeLog-200313011 * hashtable.c (approx_sqrt): Make static.
13012 * hashtable.h: Don't prototype approx_sqrt.
18323 * tree.h: Remove declaration of approx_sqrt.
HDChangeLog-20003561 (approx_sqrt): Prototype.
3565 * toplev.c (approx_sqrt): New function.
HDChangeLog-200122434 * toplev.c (approx_sqrt): Move to hashtable.c.