Searched refs:need_G (Results 1 – 4 of 4) sorted by relevance
/third_party/quickjs/examples/ |
D | pi.js | 16 function chud_bs(a, b, need_G) { argument 28 [P2, Q2, G2] = chud_bs(c, b, need_G); 31 if (need_G)
|
D | pi_bigfloat.js | 16 function chud_bs(a, b, need_G) { argument 28 [P2, Q2, G2] = chud_bs(c, b, need_G); 31 if (need_G)
|
D | pi_bigdecimal.js | 16 function chud_bs(a, b, need_G) { argument 29 [P2, Q2, G2] = chud_bs(c, b, need_G); 32 if (need_G)
|
D | pi_bigint.js | 59 function chud_bs(a, b, need_G) { argument 70 [P2, Q2, G2] = chud_bs(c, b, need_G); 73 if (need_G)
|