HomeSort by: relevance | last modified time | path
    Searched refs:strtof (Results 1 - 25 of 129) sorted by relevancy

1 2 3 4 5 6

  /src/lib/libm/gen/
nanf.c 39 #define NAN_STRTOD strtof
  /src/lib/libc/gdtoa/
strtof.c 1 /* $NetBSD: strtof.c,v 1.7 2013/05/17 12:55:57 joerg Exp $ */
41 __weak_alias(strtof, _strtof)
97 strtof(CONST char *s, char **sp) function
strtof_vaxf.c 42 __weak_alias(strtof, _strtof)
84 strtof(CONST char *s, char **sp) function
makefile 53 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\
gdtoa.h 139 extern float strtof ANSI((CONST char *, char **));
  /src/external/gpl3/gcc/dist/fixincludes/tests/base/
stdlib.h 43 extern float strtof(const char *, char **);
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/
stdlib.h 43 extern float strtof(const char *, char **);
  /src/external/apache2/llvm/dist/libcxx/include/__support/android/
locale_bionic.h 46 return ::strtof(__nptr, __endptr);
  /src/external/apache2/llvm/dist/libcxx/include/__support/solaris/
xlocale.h 58 return strtof(__nptr, __endptr);
  /src/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
__strtonum_fallback.h 24 return ::strtof(nptr, endptr);
  /src/external/mit/expat/dist/xmlwf/
xmltchar.h 77 # define tcstof strtof
  /src/lib/libc/gdtoa/test/
ftest.c 32 /* Test program for g_ffmt, strtof, strtoIf, strtopf, and strtorf.
106 if (u.f != strtof(ibuf, &se1) || se != se1)
107 printf("***strtof and strtorf disagree!\n");
109 printf("strtof consumes %d bytes and returns %.8g = #%lx\n",
121 printf("fI[0] == fI[1] == strtof\n");
131 printf("fI[0] == strtof\n");
133 printf("fI[1] == strtof\n");
135 printf("**** Both differ from strtof ****\n");
  /src/sbin/mount_tmpfs/
mount_tmpfs.c 101 f = strtof(arg, &endp);
121 f = strtof(arg, &endp);
  /src/external/apache2/llvm/dist/libcxx/src/support/win32/
locale_win32.cpp 124 return strtof(nptr, endptr);
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/
c_locale.cc 93 __v = strtof(__s, &__sanity);
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/
c_locale.cc 93 __v = strtof(__s, &__sanity);
  /src/tests/lib/libc/stdlib/
t_strtod.c 159 atf_tc_set_md_var(tc, "descr", "A strtof(3) with INF (PR lib/33262)");
169 volatile float f = strtof(inf_strings[i], NULL);
219 atf_tc_set_md_var(tc, "descr", "A strtof(3) with NaN");
230 volatile float f = strtof(nan_string, &end);
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/
stdlib.d 116 float strtof(scope inout(char)* nptr, scope inout(char)** endptr);
  /src/include/
stdlib.h 226 float strtof(const char * __restrict, char ** __restrict);
  /src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
xlocale.h 281 return strtof(__nptr, __endptr);
  /src/tests/lib/libc/misc/
t_ubsan.c 811 volatile float a = strtof("1.5", NULL);
812 volatile float b = strtof("0.0", NULL);
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64/
symver-config.h 400 /* Define to 1 if you have the `strtof' function. */
1383 # define strtof _strtof macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/aarch64eb/
symver-config.h 400 /* Define to 1 if you have the `strtof' function. */
1383 # define strtof _strtof macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/alpha/
symver-config.h 400 /* Define to 1 if you have the `strtof' function. */
1383 # define strtof _strtof macro
  /src/external/gpl3/gcc.old/lib/libstdc++-v3/arch/arm/
symver-config.h 431 /* Define to 1 if you have the `strtof' function. */
1362 # define strtof _strtof macro

Completed in 54 milliseconds

1 2 3 4 5 6