Home
last modified time | relevance | path

Searched refs:strtod (Results 1 – 25 of 69) sorted by relevance

123

/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Datof.c31 strtod();
37 return strtod(cp, (char **) NULL);
H A Dstrtod.c34 strtod(cp, ptr) in strtod() function
/titanic_44/usr/src/cmd/audio/utilities/
H A Dhdr_misc.c87 val = strtod(str, &str2); /* get first numeric field */ in audio_str_to_secs()
94 val += strtod(str, &str2); /* another field is required */ in audio_str_to_secs()
102 val += strtod(str, &str2); /* another field is required */ in audio_str_to_secs()
/titanic_44/usr/src/cmd/powertop/common/
H A Dpowertop.c150 dump_count = (int)strtod(optarg, &endptr); in main()
165 interval = interval_usr = (double)strtod(optarg, in main()
190 g_observed_cpu = (uint_t)strtod(optarg, &endptr); in main()
/titanic_44/usr/src/head/
H A Dfloatingpoint.h200 extern double strtod __P((const char *, char **));
205 using std::strtod;
/titanic_44/usr/src/lib/libast/common/comp/
H A Dstrtod.c28 #define S2F_function strtod
/titanic_44/usr/src/lib/libc/port/gen/
H A Datof.c42 return (strtod(cp, (char **)NULL)); in atof()
H A Dstrtod.c43 strtod(const char *cp, char **ptr) in strtod() function
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dfloatingpoint.h195 extern double strtod();
/titanic_44/usr/src/lib/libast/common/tm/
H A Dtmxduration.c52 ns = strtod(s, &last) * TMX_RESOLUTION; in tmxduration()
/titanic_44/usr/src/lib/libast/common/features/
H A Dsfio106 extern double strtod _ARG_((const char*, char**));
113 strtod(0, 0);
H A Dlib43 lib,npt strtod,strtold,strtol,strtoll,strtoul,strtoull stdlib.h
578 std strtod stdlib.h note{ stuck with standard strtod }end nostatic{
581 double strtod(const char* s, char** e) { return 0.0; }
583 double strtod(s, e) char* s; char** e; { return 0.0; }
586 int main() { printf(""); return strtod("1",0) != 0; }
/titanic_44/usr/src/lib/libast/amd64/include/ast/
H A Dast_map.h452 #undef strtod
453 #define strtod _ast_strtod macro
458 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_map.h431 #undef strtod
432 #define strtod _ast_strtod macro
437 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
/titanic_44/usr/src/lib/libast/i386/include/ast/
H A Dast_map.h452 #undef strtod
453 #define strtod _ast_strtod macro
458 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_map.h431 #undef strtod
432 #define strtod _ast_strtod macro
437 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_map.h452 #undef strtod
453 #define strtod _ast_strtod macro
458 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_map.h431 #undef strtod
432 #define strtod _ast_strtod macro
437 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_map.h431 #undef strtod
432 #define strtod _ast_strtod macro
437 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
/titanic_44/usr/src/lib/libast/sparc/include/ast/
H A Dast_map.h452 #undef strtod
453 #define strtod _ast_strtod macro
458 extern __MANGLE__ double strtod __PROTO__((const char*, char**));
/titanic_44/usr/src/head/iso/
H A Dstdlib_iso.h156 extern double strtod(const char *_RESTRICT_KYWD, char **_RESTRICT_KYWD);
/titanic_44/usr/src/cmd/lp/lib/lp/
H A Dsdn.c171 sdn.val = strtod(str, &rest); in _getsdn()
H A Dset_pitch.c107 xpi = strtod(str, &rest);
/titanic_44/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l213 yylval.dval = strtod(yytext, (char **)NULL);
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dsleep.c70 d = strtod(cp, &last); in b_sleep()

123