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.c369 if (e <= Ten_pmax) {
385 if (e <= Ten_pmax + i) {
416 else if (e >= -Ten_pmax) {
Dstrtodg.c587 if (e <= Ten_pmax) {
603 if (e <= Ten_pmax + i) {
635 else if (e >= -Ten_pmax) {
Ddtoa.c263 if (k >= 0 && k <= Ten_pmax) {
Dgdtoa.c260 if (k >= 0 && k <= Ten_pmax) {