summaryrefslogtreecommitdiff
path: root/src/mongo/db/test_output/exec/sbe/s_b_e_prim_unary_test/negate_numeric.txt
blob: 96e3bf54d7673ec099fed7a6b13eed1d09a3e157 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Golden test output of SBEPrimUnaryTest/NegateNumeric
-- INPUT EXPRESSION:
-(s1) 

-- COMPILED EXPRESSION:
[0x0000-0x000b]
0x0000: pushAccessVal(accessor: <accessor>);
0x0009: negate(popParam: 1, offsetParam: 0);


-- EXECUTE VARIATION:
SLOTS: [1: Nothing]
RESULT: Nothing

-- EXECUTE VARIATION:
SLOTS: [1: 0]
RESULT: 0

-- EXECUTE VARIATION:
SLOTS: [1: 12]
RESULT: -12

-- EXECUTE VARIATION:
SLOTS: [1: 23]
RESULT: -23

-- EXECUTE VARIATION:
SLOTS: [1: 123ll]
RESULT: -123ll

-- EXECUTE VARIATION:
SLOTS: [1: 123.500000L]
RESULT: -123.500000L

-- EXECUTE VARIATION:
SLOTS: [1: NumberDecimal(223.500000000000)]
RESULT: NumberDecimal(-223.500000000000)