Searched refs:pa6 (Results 1 - 8 of 8) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_atfork/ |
H A D | 2-2.c | 88 6: NULL pa6 c6 (64) 117 static void pa6(void) in pa6() function 264 ret = pthread_atfork(NULL, pa6, c6); in main()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | erf.c | 133 pa6 = -2.16637559486879084300e-03, /* 0xBF61BF38, 0x0A96073F */ variable 182 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
H A D | erff.c | 43 pa6 = -2.1663755178e-03, /* 0xbb0df9c0 */ variable 92 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
/third_party/musl/src/math/ |
H A D | erf.c | 133 pa6 = -2.16637559486879084300e-03, /* 0xBF61BF38, 0x0A96073F */ variable 182 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
H A D | erff.c | 43 pa6 = -2.1663755178e-03, /* 0xbb0df9c0 */ variable 92 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_erfl.c | 76 pa6 = 5.70777694530755634864821094419982095e-03L, /* 0x3ff77610, 0x9b501e10, 0x4c978382, 0x742df68f */ variable 223 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*(pa6+s*(pa7+ in erfl() 287 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*(pa6+s*(pa7+ in erfcl()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | promiseType.js | 194 const pa6 = p.then(() => {throw 1}, () => {}); 424 const pa6 = p.then(() => { throw 1; }, () => { });
|
H A D | promiseTypeStrictNull.js | 194 const pa6 = p.then(() => {throw 1}, () => {}); 419 const pa6 = p.then(() => { throw 1; }, () => { });
|
Completed in 5 milliseconds