Home
last modified time | relevance | path

Searched refs:has_bignum (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/amp/jslib/src/
A Drepl.js48 var has_bignum = (typeof BigFloat === "function"); variable
1114 } else if (has_bignum && cmd === "p") {
1154 } else if (has_bignum && cmd === "digits") {
1165 } else if (has_bignum && cmd === "mode") {
1227 if (has_bignum) {
1286 if (has_bignum) {
1340 if (has_bignum) {
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Drepl.js47 var has_bignum = (typeof BigFloat === "function"); variable
1106 } else if (has_bignum && cmd === "p") {
1146 } else if (has_bignum && cmd === "digits") {
1157 } else if (has_bignum && cmd === "mode") {
1215 if (has_bignum) {
1265 if (has_bignum) {
1319 if (has_bignum) {

Completed in 8 milliseconds