/third_party/optimized-routines/math/test/testcases/directed/ |
D | erf.tst | 1 ; erf.tst - Directed test cases for erf 6 func=erf op1=7ff80000.00000001 result=7ff80000.00000001 errno=0 7 func=erf op1=fff80000.00000001 result=7ff80000.00000001 errno=0 8 func=erf op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i 9 func=erf op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i 10 func=erf op1=7ff00000.00000000 result=3ff00000.00000000 errno=0 11 func=erf op1=fff00000.00000000 result=bff00000.00000000 errno=0 12 func=erf op1=00000000.00000000 result=00000000.00000000 errno=ERANGE 13 func=erf op1=80000000.00000000 result=80000000.00000000 errno=ERANGE 14 func=erf op1=00000000.00000001 result=00000000.00000001 errno=0 status=ux [all …]
|
/third_party/python/Lib/test/ |
D | math_testcases.txt | 52 -- erf: error function -- 55 erf0000 erf 0.0 -> 0.0 56 erf0001 erf -0.0 -> -0.0 57 erf0002 erf inf -> 1.0 58 erf0003 erf -inf -> -1.0 59 erf0004 erf nan -> nan 62 erf0010 erf 1e-308 -> 1.1283791670955125e-308 63 erf0011 erf 5e-324 -> 4.9406564584124654e-324 64 erf0012 erf 1e-10 -> 1.1283791670955126e-10 67 erf0020 erf 1 -> 0.84270079294971489 [all …]
|
/third_party/optimized-routines/math/test/ |
D | runulp.sh | 77 t erf 0 0xffff000000000000 10000 78 t erf 0x1p-1022 0x1p-26 40000 79 t erf -0x1p-1022 -0x1p-26 40000 80 t erf 0x1p-26 0x1p3 40000 81 t erf -0x1p-26 -0x1p3 40000 82 t erf 0 inf 40000
|
/third_party/python/Lib/idlelib/ |
D | rpc.py | 110 erf = sys.__stderr__ 111 print('\n' + '-'*40, file=erf) 112 print('Unhandled server exception!', file=erf) 113 print('Thread: %s' % threading.current_thread().name, file=erf) 114 print('Client Address: ', client_address, file=erf) 115 print('Request: ', repr(request), file=erf) 116 traceback.print_exc(file=erf) 117 print('\n*** Unrecoverable, server exiting!', file=erf) 118 print('-'*40, file=erf)
|
D | run.py | 411 erf = sys.__stderr__ 418 """), file=erf) 419 traceback.print_exc(limit=-20, file=erf) 426 {'-'*40}"""), file=erf)
|
/third_party/musl/libc-test/src/api/ |
D | tgmath.c | 91 #ifdef erf in f() 92 {double r = erf(x);} in f() 94 #error no erf(x) in f()
|
/third_party/python/PC/ |
D | _msi.c | 263 ERF erf; in _msi_FCICreate_impl() local 302 hfci = FCICreate(&erf, cb_fileplaced, cb_alloc, cb_free, in _msi_FCICreate_impl() 307 PyErr_Format(PyExc_ValueError, "FCI error %d", erf.erfOper); in _msi_FCICreate_impl() 335 if(erf.fError) in _msi_FCICreate_impl() 336 PyErr_Format(PyExc_ValueError, "FCI error %d", erf.erfOper); /* XXX better error type */ in _msi_FCICreate_impl()
|
/third_party/musl/src/math/ |
D | erfl.c | 106 return erf(x); in erfl() 347 return erf(x); in erfl()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | erfl.c | 106 return erf(x); in erfl() 347 return erf(x); in erfl()
|
D | erf.c | 213 double erf(double x) in erf() function
|
/third_party/skia/third_party/externals/icu/source/samples/ucnv/ |
D | data01.txt | 14 Il-mistoqsija oħt il-għerf. (Asking is the sister of knowing.)
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/ucnv/ |
D | data01.txt | 14 Il-mistoqsija oħt il-għerf. (Asking is the sister of knowing.)
|
/third_party/icu/icu4c/source/samples/ucnv/ |
D | data01.txt | 14 Il-mistoqsija oħt il-għerf. (Asking is the sister of knowing.)
|
/third_party/ffmpeg/libavcodec/ |
D | aacenc_pred.c | 171 struct AACISError ph_err1, ph_err2, *erf; in ff_aac_adjust_common_pred() local 191 erf = ph_err1.error < ph_err2.error ? &ph_err1 : &ph_err2; in ff_aac_adjust_common_pred() 192 if (erf->pass) { in ff_aac_adjust_common_pred()
|
/third_party/musl/ndk_musl_include/ |
D | tgmath.h | 163 #undef erf 226 #define erf(x) __tg_real(erf, (x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | tgmath.h | 163 #undef erf 226 #define erf(x) __tg_real(erf, (x)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | tgmath.h | 163 #undef erf 226 #define erf(x) __tg_real(erf, (x)) macro
|
/third_party/musl/include/ |
D | tgmath.h | 163 #undef erf 226 #define erf(x) __tg_real(erf, (x)) macro
|
/third_party/ffmpeg/libavutil/ |
D | libm.h | 121 static inline double erf(double z) in erf() function 130 return -erf(-z); in erf()
|
/third_party/musl/libc-test/src/math/ |
D | erf.c | 26 y = erf(p->x); in main()
|
D | test_src_math.gni | 40 "erf",
|
/third_party/flutter/skia/tools/fonts/ |
D | generate_fir_coeff.py | 15 return math.erf(n / math.sqrt(2))
|
/third_party/skia/tools/fonts/ |
D | generate_fir_coeff.py | 18 return math.erf(n / math.sqrt(2))
|
/third_party/python/Lib/ |
D | statistics.py | 138 from math import hypot, sqrt, fabs, exp, erf, tau, log, fsum 1093 return 0.5 * (1.0 + erf((x - self._mu) / (self._sigma * sqrt(2.0)))) 1149 return 1.0 - erf(dm / (2.0 * X._sigma * sqrt(2.0)))
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | TestRandomWordsUDHR_de.txt | 254 erfüllen ihre schützen 482 Zielen erfüllen 786 Vereinten erfüllen 1290 erniedrigender erfüllen 2139 innerstaatliche Mann erfüllen 2767 erfüllen Persönlichkeit 2776 Eigentum erfüllen sowie 3244 erfüllen Welt 3416 internationalem erfüllen genommen 3464 erfüllen unschuldig verhängt [all …]
|