Searched refs:pa5 (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | erf.c | 132 pa5 = 3.54783043256182359371e-02, /* 0x3FA22A36, 0x599795EB */ variable 182 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
H A D | erff.c | 42 pa5 = 3.5478305072e-02, /* 0x3d1151b3 */ 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 | 132 pa5 = 3.54783043256182359371e-02, /* 0x3FA22A36, 0x599795EB */ variable 182 P = pa0+s*(pa1+s*(pa2+s*(pa3+s*(pa4+s*(pa5+s*pa6))))); in erfc1()
|
H A D | erff.c | 42 pa5 = 3.5478305072e-02, /* 0x3d1151b3 */ 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 | 75 pa5 = -1.02729816533435279443621120242391295e-02L, /* 0xbff850a0, 0x041de3ee, 0xd5bca6c9, 0x4ef5f9f2 */ 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 | 193 const pa5 = p.then(() => {throw 1}, () => null); 423 const pa5 = p.then(() => { throw 1; }, () => null);
|
H A D | promiseTypeStrictNull.js | 193 const pa5 = p.then(() => {throw 1}, () => null); 418 const pa5 = p.then(() => { throw 1; }, () => null);
|
Completed in 5 milliseconds