HomeSort by: relevance | last modified time | path
    Searched refs:Ten_pmax (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoaimp.h 336 /* Ten_pmax = floor(P*log(2)/log(5)) */
355 #define Ten_pmax 22
394 #define Ten_pmax 22
420 #define Ten_pmax 24
strtodg.c 559 if (e <= Ten_pmax) {
572 if (e <= Ten_pmax + i) {
601 else if (e >= -Ten_pmax) {
strtod.c 363 if (e <= Ten_pmax) {
379 if (e <= Ten_pmax + i) {
410 else if (e >= -Ten_pmax) {
dtoa.c 267 if (k >= 0 && k <= Ten_pmax) {
gdtoa.c 266 if (k >= 0 && k <= Ten_pmax) {

Completed in 17 milliseconds