Searched refs:strtof (Results 1 - 23 of 23) sorted by relevance

/freebsd-10.3-release/lib/libc/mips/gdtoa/
H A DMakefile.inc4 SRCS+= strtof.c
/freebsd-10.3-release/contrib/gdtoa/
H A Dstrtof.c32 /* $FreeBSD: releng/10.3/contrib/gdtoa/strtof.c 227753 2011-11-20 14:45:42Z theraven $ */
87 strtof(s, sp) CONST char *s; char **sp; function
89 strtof(CONST char *s, char **sp)
H A Dmakefile53 strtodg.c strtof.c strtopQ.c strtopd.c strtopdd.c strtopf.c\
73 strtoIxL.c strtod.c strtodI.c strtodg.c strtodnrp.c strtof.c\
H A Dgdtoa.h111 extern float strtof ANSI((CONST char *, char **));
/freebsd-10.3-release/lib/libc/gdtoa/
H A DMakefile.inc9 strtod.c strtodg.c strtof.c strtord.c sum.c ulp.c
/freebsd-10.3-release/lib/msun/tests/
H A Dnan_test.c69 af[1] = strtof(nan_str, &end);
75 /* nanf("") == strtof("nan") */
76 af[3] = strtof("nan", NULL);
H A Dilogb_test.c63 f = strtof(buf, &end);
/freebsd-10.3-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdlib.h158 #undef strtof
198 using ::strtof;
216 using ::__gnu_cxx::strtof;
/freebsd-10.3-release/lib/libc/tests/stdio/
H A Dscanfloat_test.c294 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX);
297 ATF_REQUIRE(strtof("3.5e38", &endp) == INFINITY);
300 ATF_REQUIRE(strtof("3.5e38", &endp) == FLT_MAX);
303 ATF_REQUIRE(strtof("3.5e38", &endp) == INFINITY);
/freebsd-10.3-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.cc60 float __f = strtof(__s, &__sanity);
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtod.c136 atf_tc_set_md_var(tc, "descr", "A strtof(3) with INF (PR lib/33262)");
143 volatile float f = strtof(inf_strings[i], NULL);
196 atf_tc_set_md_var(tc, "descr", "A strtof(3) with NaN");
204 volatile float f = strtof(nan_string, &end);
/freebsd-10.3-release/lib/libc/stdlib/
H A DMakefile.inc46 MLINKS+=strtod.3 strtof.3 strtod.3 strtold.3
/freebsd-10.3-release/contrib/libstdc++/libmath/
H A Dmathconf.h303 # define strtof(s, e) strtod (s, e) macro
/freebsd-10.3-release/include/
H A Dstdlib.h107 float strtof(const char * __restrict, char ** __restrict);
/freebsd-10.3-release/contrib/gcc/config/
H A Ddfp-bit.h238 /* strtof is declared in <stdlib.h> only for C99. */
239 extern float strtof (const char *, char **);
242 #define STR_TO_BFP strtof
/freebsd-10.3-release/gnu/lib/libstdc++/
H A Dconfig.h319 /* Define to 1 if you have the `strtof' function. */
1086 # define strtof _strtof macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h572 /// float strtof(const char *nptr, char **endptr);
573 strtof, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/libc++/src/
H A Dstring.cpp207 return as_float_helper<float>( func, s, idx, strtof );
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp842 case LibFunc::strtof:
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2043 case LibFunc::strtof:
/freebsd-10.3-release/contrib/file/src/
H A Dapprentice.c2646 m->value.f = strtof(*p, &ep);
/freebsd-10.3-release/contrib/file/
H A Dconfigure14220 for ac_func in strerror strndup strtoul mkstemp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale setlocale
/freebsd-10.3-release/contrib/libstdc++/
H A Dconfigure7617 strtof("gnu", &tmp);
29367 echo "$as_me:$LINENO: checking for strtof declaration" >&5
29368 echo $ECHO_N "checking for strtof declaration... $ECHO_C" >&6
29392 strtof(0, 0);
29441 for ac_func in strtof
[all...]

Completed in 374 milliseconds