(FPCore (d1 d2 d3 d4) :precision binary64 (- (+ (- (* d1 d2) (* d1 d3)) (* d4 d1)) (* d1 d1)))
double code(double d1, double d2, double d3, double d4) {
return (((d1 * d2) - (d1 * d3)) + (d4 * d1)) - (d1 * d1);
}
real(8) function code(d1, d2, d3, d4)
real(8), intent (in) :: d1
real(8), intent (in) :: d2
real(8), intent (in) :: d3
real(8), intent (in) :: d4
code = (((d1 * d2) - (d1 * d3)) + (d4 * d1)) - (d1 * d1)
end function
public static double code(double d1, double d2, double d3, double d4) {
return (((d1 * d2) - (d1 * d3)) + (d4 * d1)) - (d1 * d1);
}
def code(d1, d2, d3, d4): return (((d1 * d2) - (d1 * d3)) + (d4 * d1)) - (d1 * d1)
function code(d1, d2, d3, d4) return Float64(Float64(Float64(Float64(d1 * d2) - Float64(d1 * d3)) + Float64(d4 * d1)) - Float64(d1 * d1)) end
function tmp = code(d1, d2, d3, d4) tmp = (((d1 * d2) - (d1 * d3)) + (d4 * d1)) - (d1 * d1); end
code[d1_, d2_, d3_, d4_] := N[(N[(N[(N[(d1 * d2), $MachinePrecision] - N[(d1 * d3), $MachinePrecision]), $MachinePrecision] + N[(d4 * d1), $MachinePrecision]), $MachinePrecision] - N[(d1 * d1), $MachinePrecision]), $MachinePrecision]
\left(\left(d1 \cdot d2 - d1 \cdot d3\right) + d4 \cdot d1\right) - d1 \cdot d1
Please include this information when filing a bug report:
herbie shell --seed 2023098
(FPCore (d1 d2 d3 d4)
:name "FastMath dist4"
:precision binary64
:herbie-target
(* d1 (- (+ (- d2 d3) d4) d1))
(- (+ (- (* d1 d2) (* d1 d3)) (* d4 d1)) (* d1 d1)))
| hash-ref: no value found for key key: 'false | L | C | |
|---|---|---|---|
| (unnamed) | /home/nightlies/herbie/using-ruler-nightlies/src/syntax/syntax.rkt | 230 | 2 |
| f336 | .../match/compiler.rkt | 548 | 40 |
| expand-parametric | /home/nightlies/herbie/using-ruler-nightlies/src/syntax/sugar.rkt | 62 | 0 |
| (unnamed) | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 255 | 9 |
| rule->egg-rules | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 224 | 0 |
| expand-rules | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 488 | 0 |
| egraph-run-rules | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 509 | 0 |
| (unnamed) | /home/nightlies/herbie/using-ruler-nightlies/src/core/simplify.rkt | 58 | 3 |
| with-egraph | /home/nightlies/herbie/using-ruler-nightlies/src/core/egg-herbie.rkt | 333 | 0 |
| simplify-batch | /home/nightlies/herbie/using-ruler-nightlies/src/core/simplify.rkt | 23 | 0 |
| (unnamed) | /usr/share/racket/collects/racket/contract/private/arrow-higher-order.rkt | 379 | 33 |
| get-swaps | /home/nightlies/herbie/using-ruler-nightlies/src/symmetry.rkt | 6 | 0 |
| connected-components | /home/nightlies/herbie/using-ruler-nightlies/src/symmetry.rkt | 18 | 0 |
| run-improve! | /home/nightlies/herbie/using-ruler-nightlies/src/mainloop.rkt | 320 | 0 |
| run-herbie | /home/nightlies/herbie/using-ruler-nightlies/src/sandbox.rkt | 57 | 0 |
| (unnamed) | /home/nightlies/herbie/using-ruler-nightlies/src/sandbox.rkt | 133 | 6 |
| (unnamed) | /usr/share/racket/pkgs/profile-lib/main.rkt | 40 | 10 |
| profile-thunk | /usr/share/racket/pkgs/profile-lib/main.rkt | 9 | 0 |
| (unnamed) | /usr/share/racket/collects/racket/engine.rkt | 42 | 24 |