Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
Dgdtoaimp.h320 #define Ten_pmax 22 macro
359 #define Ten_pmax 22 macro
385 #define Ten_pmax 24 macro
Dstrtod.c366 if (e <= Ten_pmax) {
382 if (e <= Ten_pmax + i) {
413 else if (e >= -Ten_pmax) {
Dstrtodg.c584 if (e <= Ten_pmax) {
600 if (e <= Ten_pmax + i) {
632 else if (e >= -Ten_pmax) {
Ddtoa.c263 if (k >= 0 && k <= Ten_pmax) {
Dgdtoa.c260 if (k >= 0 && k <= Ten_pmax) {