Searched refs:pa4 (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 | 86 4: p4 pa4 NULL (16) 112 static void pa4(void) in pa4() function 250 ret = pthread_atfork(p4, pa4, NULL); in main()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | erf.c | 131 pa4 = -1.10894694282396677476e-01, /* 0xBFBC6398, 0x3D3E28EC */ variable 182 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
H A D | erff.c | 41 pa4 = -1.1089469492e-01, /* 0xbde31cc2 */ 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 | 131 pa4 = -1.10894694282396677476e-01, /* 0xBFBC6398, 0x3D3E28EC */ variable 182 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
H A D | erff.c | 41 pa4 = -1.1089469492e-01, /* 0xbde31cc2 */ 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 | 74 pa4 = 8.02069252143016600110972019232995528e-02L, /* 0x3ffb4887, 0x0e8b548e, 0x3230b417, 0x11b553b3 */ 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 | 192 const pa4 = p.then(() => {throw 1}, () => undefined); 422 const pa4 = p.then(() => { throw 1; }, () => undefined);
|
H A D | promiseTypeStrictNull.js | 192 const pa4 = p.then(() => {throw 1}, () => undefined); 417 const pa4 = p.then(() => { throw 1; }, () => undefined);
|
Completed in 5 milliseconds