Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Gusarich committed Mar 5, 2024
1 parent b4fb803 commit 14963bb
Showing 1 changed file with 72 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2972,6 +2972,30 @@ return b.end_cell().begin_parse();",
"name": "__tact_float_to_string",
"signature": "slice __tact_float_to_string(int src, int digits)",
},
{
"code": {
"code": "asm "UBITSIZE DEC"",
"kind": "asm",
},
"comment": null,
"context": "stdlib",
"depends": Set {},
"flags": Set {},
"name": "__tact_log2",
"signature": "int __tact_log2(int num)",
},
{
"code": {
"code": "return __tact_log2(num) / __tact_log2(base);",
"kind": "generic",
},
"comment": null,
"context": "stdlib",
"depends": Set {},
"flags": Set {},
"name": "__tact_log",
"signature": "int __tact_log(int num, int base)",
},
{
"code": {
"code": "var (v'a, v'b, v'c, v'd, v'e, v'f, v'g) = v;
Expand Down Expand Up @@ -6795,6 +6819,30 @@ return b.end_cell().begin_parse();",
"name": "__tact_float_to_string",
"signature": "slice __tact_float_to_string(int src, int digits)",
},
{
"code": {
"code": "asm "UBITSIZE DEC"",
"kind": "asm",
},
"comment": null,
"context": "stdlib",
"depends": Set {},
"flags": Set {},
"name": "__tact_log2",
"signature": "int __tact_log2(int num)",
},
{
"code": {
"code": "return __tact_log2(num) / __tact_log2(base);",
"kind": "generic",
},
"comment": null,
"context": "stdlib",
"depends": Set {},
"flags": Set {},
"name": "__tact_log",
"signature": "int __tact_log(int num, int base)",
},
{
"code": {
"code": "var (v'a, v'b, v'c, v'd, v'e, v'f, v'g) = v;
Expand Down Expand Up @@ -10618,6 +10666,30 @@ return b.end_cell().begin_parse();",
"name": "__tact_float_to_string",
"signature": "slice __tact_float_to_string(int src, int digits)",
},
{
"code": {
"code": "asm "UBITSIZE DEC"",
"kind": "asm",
},
"comment": null,
"context": "stdlib",
"depends": Set {},
"flags": Set {},
"name": "__tact_log2",
"signature": "int __tact_log2(int num)",
},
{
"code": {
"code": "return __tact_log2(num) / __tact_log2(base);",
"kind": "generic",
},
"comment": null,
"context": "stdlib",
"depends": Set {},
"flags": Set {},
"name": "__tact_log",
"signature": "int __tact_log(int num, int base)",
},
{
"code": {
"code": "var (v'a, v'b, v'c, v'd, v'e, v'f, v'g, v'h) = v;
Expand Down

0 comments on commit 14963bb

Please sign in to comment.