OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:erfcl
(Results
126 - 137
of
137
) sorted by null
1
2
3
4
5
6
/prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h
179
long double
erfcl
(long double x);
1043
inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return
erfcl
(__lcpp_x);}
[
all
...]
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/external/libcxx/include/
math.h
179
long double
erfcl
(long double x);
1058
inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::
erfcl
(__lcpp_x);}
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
math.h
179
long double
erfcl
(long double x);
1058
inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::
erfcl
(__lcpp_x);}
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h
179
long double
erfcl
(long double x);
1058
inline _LIBCPP_INLINE_VISIBILITY long double erfc(long double __lcpp_x) _NOEXCEPT {return ::
erfcl
(__lcpp_x);}
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h
908
extern long double __cdecl
erfcl
(long double);
[
all
...]
/external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp
[
all
...]
/external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp
[
all
...]
Completed in 411 milliseconds
1
2
3
4
5
6