Home
last modified time | relevance | path

Searched defs:wcstod (Results 1 – 18 of 18) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/stdlib/
H A Dwcstod.c56 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/stdlib/
H A Dwcstod.c56 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/stdlib/
H A Dwcstod.c57 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdlib/
H A Dwcstod.c70 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/stdlib/
H A Dwcstod.c70 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/stdlib/
H A Dwcstod.c70 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/stdlib/
H A Dwcstod.c71 double wcstod(const wchar_t *restrict s, wchar_t **restrict p) in wcstod() function
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdlib/
H A Dwcstod.c219 wcstod (const wchar_t *__restrict nptr, wchar_t **__restrict endptr) in wcstod() function
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dstdlib_h.ads330 …function wcstod (u_Str : access wchar_t; u_EndPtr : System.Address) return double; -- c:\home\och… subprogspec
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstdlib.h562 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ in wcstod() function
H A Dwchar.h1264 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ in wcstod() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dstdlib.h562 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ in wcstod() function
H A Dwchar.h1264 double __cdecl wcstod(const wchar_t * __restrict__ _Str,wchar_t ** __restrict__ _EndPtr){ in wcstod() function
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dreadclause.cpp413 float wcstod(const wchar_t *str, wchar_t **tailptr) in wcstod() function
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/include/
H A Dnamespace.h772 #define wcstod _wcstod macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/
H A Dlibc.S3900 wcstod: label
/dports/lang/zig/zig-0.9.0/lib/libc/musl/
H A Dlibc.S3900 wcstod: label
/dports/devel/texlab/texlab-3.3.0/cargo-crates/bibutils-sys-0.1.1/src/
H A Dffi.rs1935 pub fn wcstod(_String: *const wchar_t, _EndPtr: *mut *mut wchar_t) -> f64; in wcstod() function