-
if `e1` and `e2` are two expressions of C arithmetic type `tau` and we do in C `res = e1 op e2;` (with res also of type `tau` and res an arithmetic operation), do we always have in ACSL `(tau) (e1 op …
-
Have a macro
```julia
@arithmetic_rule $(D(r)) * ~x => ...
```
such that it matches,
`D(r) * a * b` with `~x` as `a*b`
`(D(r) * b) / a` with `~x` as `b/a`
Also similarly enable:
`D(x) * …
-
Not really an issue but a following up of the discussion in #191.
# Type conversions / promotions
Let's consider for instance the current implementation of `channel_divides_t`:
```c++
templa…
-
There are a few surprises (at least to me) that can happen with broadcasted Point arithmetic:
```
julia> [Point(1,1), Point(2,2), Point(3,3)] .- Point(1,-1)
ERROR: DimensionMismatch("arrays could…
-
Hello,
I installed tk5 with the latest BREXX370 version.
I suppose also this behaviour could be relate to the other open issue TRUNCATE ROUDING.
The source is
```
SAY TIME(); SAY DATE() …
-
I'm working on a local variable allocator that counts how many HRAM variables a subroutine uses so that its callers know how many HRAM variables to skip when placing their own locals. I had planned to…
-
Debian 11 (Bullseye), x86-64
$ make
```
gcc App.o ASTNode.o ASTNodeUtil.o ASTPrinter.o ASTUnit.o Milu3.o MultiProcessing.o Mutant.o MutantExecutor.o MutantSet.o MutationId.o MutationOperator.o Mu…
-
Hi,
I read your paper yesterday and found it impressive. I’m planning to replicate some of the experiments. However, when I used task arithmetic to evaluate the attack on the ViT-L-14 model and mer…
-
This ticket is mainly a playground for ideas (for now). Anyone: Feel free to take over... :)
I would like to see some way to work with exact arithmetic functions.
In particular when dealing with se…
-
I am working on implementing significance arithmetic in Sage (i.e., maintaining significant digits under arithmetic operations). This can be accomplished through a special structure which, upon inst…