Home
last modified time | relevance | path

Searched refs:chud_bs (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/examples/
A Dpi_bigdecimal.js16 function chud_bs(a, b, need_G) { function
28 [P1, Q1, G1] = chud_bs(a, c, true);
29 [P2, Q2, G2] = chud_bs(c, b, need_G);
43 [P, Q, G] = chud_bs(0n, n, false);
A Dpi_bigfloat.js16 function chud_bs(a, b, need_G) { function
27 [P1, Q1, G1] = chud_bs(a, c, true);
28 [P2, Q2, G2] = chud_bs(c, b, need_G);
42 [P, Q, G] = chud_bs(0n, n, false);
A Dpi_bigint.js59 function chud_bs(a, b, need_G) { function
69 [P1, Q1, G1] = chud_bs(a, c, true);
70 [P2, Q2, G2] = chud_bs(c, b, need_G);
84 [P, Q, G] = chud_bs(0n, n, false);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c4066 static void chud_bs(bf_t *P, bf_t *Q, bf_t *G, int64_t a, int64_t b, int need_g, in chud_bs() function
4101 chud_bs(P, Q, G, a, c, 1, prec); in chud_bs()
4102 chud_bs(&P2, &Q2, &G2, c, b, need_g, prec); in chud_bs()
4138 chud_bs(&P, Q, &G, 0, n, 0, BF_PREC_INF); in bf_const_pi_internal()

Completed in 19 milliseconds