| /freebsd-9-stable/contrib/gdtoa/ |
| D | changes | 24 strtod return HUGE_VAL only if __STDC__ is defined; otherwise have it 30 dtoa.c: tweak strtod (one-line addition) so the end-pointer = start 34 dtoa.c: adjust treatment of exponent field (in strtod) to behave 58 dtoa.c: fix bug in strtod's handling of numbers with very 60 fix storage leak in strtod with underflows and overflows near 96 (or the equivalent) on 80x87 machines before calling strtod or dtoa. 100 strtod check (case insensitively) for "Infinity" and "NaN" on machines 110 dtoa.c: strtod: on IEEE systems, scale to avoid intermediate 118 dtoa.c: strtod: fix a glitch introduced with the scaling of 19970212 126 dtoa.c: strtod: fix another glitch with scaling to avoid underflow [all …]
|
| D | README | 16 are generalizations of the strtod and dtoa routines described in 64 strtod 99 Functions strtod and strtof have "natural" return types, float and 100 double -- strtod is specified by the C standard, and strtof appears 113 Source files g_ddfmt.c, misc.c, smisc.c, strtod.c, strtodg.c, and ulp.c 132 By default, the core routine strtodg and strtod set errno to ERANGE 136 Routine strtod is based on netlib's "dtoa.c from fp", and 137 (f = strtod(s,se)) is more efficient for some conversions than, say, 138 strtord(s,se,1,&f). Parts of strtod require true IEEE double 149 Source file strtodnrp.c gives a strtod that does not require 53-bit [all …]
|
| D | strtodnrp.c | 42 strtod(s, sp) CONST char *s; char **sp; in strtod() function 44 strtod(CONST char *s, char **sp)
|
| D | makefile | 50 strtoIf.c strtoIg.c strtoIx.c strtoIxL.c strtod.c strtodI.c\ 71 strtoIxL.c strtod.c strtodI.c strtodg.c strtodnrp.c strtof.c\
|
| /freebsd-9-stable/contrib/llvm/lib/Support/ |
| D | FileUtilities.cpp | 104 V1 = strtod(F1P, const_cast<char**>(&F1NumEnd)); in CompareNumbers() 105 V2 = strtod(F2P, const_cast<char**>(&F2NumEnd)); in CompareNumbers() 113 V1 = strtod(&StrTmp[0], const_cast<char**>(&F1NumEnd)); in CompareNumbers() 123 V2 = strtod(&StrTmp[0], const_cast<char**>(&F2NumEnd)); in CompareNumbers()
|
| /freebsd-9-stable/tools/regression/lib/libc/stdio/ |
| D | test-scanfloat.c | 276 assert(strtod("0xy", &endp) == 0); in main() 282 assert(strtod("2e308", &endp) == DBL_MAX); in main() 285 assert(strtod("2e308", &endp) == INFINITY); in main() 288 assert(strtod("2e308", &endp) == DBL_MAX); in main() 291 assert(strtod("2e308", &endp) == INFINITY); in main()
|
| /freebsd-9-stable/lib/libc/stdlib/ |
| D | Makefile.inc | 28 realpath.3 strfmon.3 strtod.3 strtol.3 strtonum.3 strtoul.3 system.3 \ 47 MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3
|
| D | atof.c | 48 return strtod(ascii, (char **)NULL);
|
| /freebsd-9-stable/tools/regression/lib/msun/ |
| D | test-nan.c | 82 ad[1] = strtod(nan_str, &end); in testnan() 89 ad[3] = strtod("nan", NULL); in testnan()
|
| D | test-ilogb.c | 51 d = strtod(buf, &end); in main()
|
| /freebsd-9-stable/contrib/libstdc++/config/locale/generic/ |
| D | c_locale.cc | 62 double __d = strtod(__s, &__sanity); in _GLIBCXX_BEGIN_NAMESPACE() 96 double __d = strtod(__s, &__sanity); in __convert_to_v()
|
| /freebsd-9-stable/usr.bin/systat/ |
| D | cmds.c | 92 t = strtod(tmpstr1, NULL) * 1000000.0; in command() 99 t = strtod(cp, NULL) * 1000000.0; in command()
|
| /freebsd-9-stable/contrib/libstdc++/include/c_std/ |
| D | std_cstdlib.h | 97 #undef strtod 133 using ::strtod;
|
| /freebsd-9-stable/contrib/libreadline/ |
| D | ansi_stdlib.h | 30 extern double strtod ();
|
| /freebsd-9-stable/lib/libc/gdtoa/ |
| D | Symbol.map | 9 strtod;
|
| D | Makefile.inc | 9 strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c
|
| /freebsd-9-stable/contrib/libstdc++/include/c_compatibility/ |
| D | stdlib.h | 60 using std::strtod;
|
| /freebsd-9-stable/contrib/ntp/util/ |
| D | timetrim.c | 90 value = strtod(argv[0], &rem); in main()
|
| /freebsd-9-stable/contrib/binutils/libiberty/ |
| D | strtod.c | 50 strtod (char *str, char **ptr) in strtod() function
|
| /freebsd-9-stable/contrib/gcclibs/libiberty/ |
| D | strtod.c | 50 strtod (char *str, char **ptr) in strtod() function
|
| /freebsd-9-stable/games/random/ |
| D | random.c | 125 denom = strtod(*argv, &ep); in main()
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cstdlib | 39 double strtod (const char* restrict nptr, char** restrict endptr); 109 using ::strtod;
|
| /freebsd-9-stable/contrib/gcc/config/ |
| D | dfp-bit.h | 247 #define STR_TO_BFP strtod 255 #define STR_TO_BFP strtod
|
| /freebsd-9-stable/usr.bin/calendar/ |
| D | calendar.c | 116 UTCOffset = strtod(optarg, NULL); in main()
|
| /freebsd-9-stable/usr.bin/rctl/ |
| D | rctl.c | 66 id = strtod(s, &end); in parse_user() 87 id = strtod(s, &end); in parse_group()
|