/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | s_erf.c | 250 erfc(double x) in erfc() function 308 __weak_reference(erfc, erfcl);
|
/aosp12/bionic/libc/include/ |
H A D | math.h | 209 double erfc(double __x); 211 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
|
/aosp12/bionic/tests/headers/posix/ |
H A D | tgmath_h.c | 79 TGMATH(erfc); in tgmath_h()
|
H A D | math_h.c | 167 FUNCTION(erfc, double (*f)(double)); in math_h()
|
/aosp12/frameworks/compile/slang/tests/P_math_fp/ |
H A D | math_fp.rscript | 92 TEST_FUNC_1(erfc);
|
/aosp12/bionic/libm/ |
H A D | libm.map.txt | 93 erfc;
|
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
H A D | apitest.rscript | 649 f = erfc(f); 650 f2 = erfc(f2); 651 f3 = erfc(f3); 652 f4 = erfc(f4);
|
H A D | math.rscript | 265 TEST_FN_FUNC_FN(erfc);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/ |
H A D | apitest.rscript | 667 f = erfc(f); 668 f2 = erfc(f2); 669 f3 = erfc(f3); 670 f4 = erfc(f4);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
H A D | apitest.rscript | 669 f = erfc(f); 670 f2 = erfc(f2); 671 f3 = erfc(f3); 672 f4 = erfc(f4);
|
H A D | math.rscript | 290 TEST_FN_FUNC_FN(erfc);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/ |
H A D | math.rscript | 132 TEST_FN_FUNC_FN(erfc);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/ |
H A D | math.rs.bak | 251 TEST_FN_FUNC_FN(erfc);
|
H A D | math.rs.orig | 265 TEST_FN_FUNC_FN(erfc);
|
H A D | math.rscript | 265 TEST_FN_FUNC_FN(erfc);
|
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
H A D | math_fp16.rscript | 138 TEST_HN_FUNC_HN(erfc);
|
H A D | math.rscript | 288 TEST_FN_FUNC_FN(erfc);
|
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/ |
H A D | math.rscript | 265 TEST_FN_FUNC_FN(erfc);
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 201 erfc
|
/aosp12/bionic/tests/ |
H A D | math_test.cpp | 999 TEST(MATH_TEST, erfc) { in TEST() argument 1000 ASSERT_DOUBLE_EQ(0.15729920705028513, erfc(1.0)); in TEST()
|
/aosp12/frameworks/rs/tests/java_api/ComputeBenchmark/src/com/example/android/rs/computebench/ |
H A D | compute_benchmark.rscript | 335 BENCH_FN_FUNC_FN(erfc);
|
/aosp12/frameworks/rs/script_api/include/ |
H A D | rs_math.rsh | 1390 * erfc: Mathematical complementary error function 1395 erfc(float v); 1398 erfc(float2 v); 1401 erfc(float3 v); 1404 erfc(float4 v); 1408 erfc(half v); 1413 erfc(half2 v); 1418 erfc(half3 v); 1423 erfc(half4 v);
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_cl.c | 441 float __attribute__((overloadable)) erfc(float v) { in erfc() function 444 FN_FUNC_FN(erfc) 1925 HN_FUNC_HN(erfc);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_11/ |
H A D | all11.rscript | 2634 *(float*)buf588 = erfc(*(float*)buf589); 2635 *(float2*)buf590 = erfc(*(float2*)buf591); 2636 *(float3*)buf592 = erfc(*(float3*)buf593); 2637 *(float4*)buf594 = erfc(*(float4*)buf595);
|
/aosp12/frameworks/compile/slang/tests/P_all_api_12/ |
H A D | all12.rscript | 2634 *(float*)buf588 = erfc(*(float*)buf589); 2635 *(float2*)buf590 = erfc(*(float2*)buf591); 2636 *(float3*)buf592 = erfc(*(float3*)buf593); 2637 *(float4*)buf594 = erfc(*(float4*)buf595);
|