Home
last modified time | relevance | path

Searched refs:erfc (Results 1 – 25 of 38) sorted by relevance

12

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_erf.c250 erfc(double x) in erfc() function
308 __weak_reference(erfc, erfcl);
/aosp12/bionic/libc/include/
H A Dmath.h209 double erfc(double __x);
211 long double erfcl(long double __x) __RENAME_LDBL(erfc, 3, 21);
/aosp12/bionic/tests/headers/posix/
H A Dtgmath_h.c79 TGMATH(erfc); in tgmath_h()
H A Dmath_h.c167 FUNCTION(erfc, double (*f)(double)); in math_h()
/aosp12/frameworks/compile/slang/tests/P_math_fp/
H A Dmath_fp.rscript92 TEST_FUNC_1(erfc);
/aosp12/bionic/libm/
H A Dlibm.map.txt93 erfc;
/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dapitest.rscript649 f = erfc(f);
650 f2 = erfc(f2);
651 f3 = erfc(f3);
652 f4 = erfc(f4);
H A Dmath.rscript265 TEST_FN_FUNC_FN(erfc);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript667 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 Dapitest.rscript669 f = erfc(f);
670 f2 = erfc(f2);
671 f3 = erfc(f3);
672 f4 = erfc(f4);
H A Dmath.rscript290 TEST_FN_FUNC_FN(erfc);
/aosp12/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A Dmath.rscript132 TEST_FN_FUNC_FN(erfc);
/aosp12/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
H A Dmath.rs.bak251 TEST_FN_FUNC_FN(erfc);
H A Dmath.rs.orig265 TEST_FN_FUNC_FN(erfc);
H A Dmath.rscript265 TEST_FN_FUNC_FN(erfc);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dmath_fp16.rscript138 TEST_HN_FUNC_HN(erfc);
H A Dmath.rscript288 TEST_FN_FUNC_FN(erfc);
/aosp12/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
H A Dmath.rscript265 TEST_FN_FUNC_FN(erfc);
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt201 erfc
/aosp12/bionic/tests/
H A Dmath_test.cpp999 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 Dcompute_benchmark.rscript335 BENCH_FN_FUNC_FN(erfc);
/aosp12/frameworks/rs/script_api/include/
H A Drs_math.rsh1390 * 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 Drs_cl.c441 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 Dall11.rscript2634 *(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 Dall12.rscript2634 *(float*)buf588 = erfc(*(float*)buf589);
2635 *(float2*)buf590 = erfc(*(float2*)buf591);
2636 *(float3*)buf592 = erfc(*(float3*)buf593);
2637 *(float4*)buf594 = erfc(*(float4*)buf595);

12