OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:erfcl
(Results
101 - 125
of
137
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/
math.h
420
long double
erfcl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/
math.h
420
long double
erfcl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/
math.h
420
long double
erfcl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/
math.h
420
long double
erfcl
(long double) __NDK_FPABI_MATH__;
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/
math.h
420
long double
erfcl
(long double) __NDK_FPABI_MATH__;
/bionic/tests/
math_test.cpp
773
TEST(math,
erfcl
) {
774
ASSERT_DOUBLE_EQ(0.15729920705028513l,
erfcl
(1.0L));
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
388
static_assert((std::is_same<decltype(
erfcl
(0)), long double>::value), "");
/external/clang/lib/Headers/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h
666
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
tgmath.h
666
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
tgmath.h
666
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h
666
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h
666
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
tgmath.h
666
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
tgmath.h
666
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h
666
__tg_erfc(long double __x) {return
erfcl
(__x);}
/prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h
657
__tg_erfc(long double __x) {return
erfcl
(__x);}
Completed in 3381 milliseconds
1
2
3
4
5
6