source: tests/vector/.expect/vec2_int.txt @ 9ec35db

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since 9ec35db was 1188195, checked in by Dmitry Kobets <dkobets@…>, 4 years ago

Finished floating point vec2

  • Property mode set to 100644
File size: 541 bytes
Line 
1ctor(x,y):<1.,2.>
2copy ctor:<1.,2.>
3assignment:<3.,4.2>
4move assignment:<1.,2.>
5zero-init:<0.,0.>
6zero-assign:<0.,0.>
7fill-ctor:<1.23,1.23>
8?-?:<2,43>
9?-=?:<125,-657>
10-?:<-125,657>
11?+?:<23,245>
12?+=?:<23,245>
13v*s:<45,825>
14s*v:<45,825>
15?*=?:<45,825>
16?/?:<0,-3>
17?/=?:<0,-3>
18limits:<2147483647,-2147483648>
19dot_1:0
20dot_2:32
21length:5
22length_squared:25
23distance:9
24normalize:<0,0>
25normalize_2:<1,0>
26project:<5,0>
27project_2:<5.5,5.5>
28reflect:<-5.,6.>
29refract:<5.,6.>
30refract:<3.7594,4.5592>
31faceforward_nochange:<4.,5.5>
32faceforward_flip:<-4.,-5.5>
Note: See TracBrowser for help on using the repository browser.