source: tests/vector_math/.expect/vec2_float.txt @ aefb247

ADTarm-ehast-experimentalenumforall-pointer-decayjacob/cs343-translationnew-ast-unique-exprpthread-emulationqualifiedEnum
Last change on this file since aefb247 was 9b026f1, checked in by Thierry Delisle <tdelisle@…>, 4 years ago

Fixed name clash in test folder

  • Property mode set to 100644
File size: 802 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?-?:<0.02,0.43>
9?-=?:<3.23,-6.57>
10-?:<-3.23,6.57>
11?+?:<2.3,2.45>
12?+=?:<2.3,2.45>
13v*s:<4.5,8.25>
14s*v:<4.5,8.25>
15?*=?:<4.5,8.25>
16?*?(vec)<2.64,-17.4>
17?*=?(vec)<2.64,-17.4>
18?/?:<0.666667,-0.0333333>
19?/=?:<0.666667,-0.0333333>
20?/?(vec)<0.545455,-1.93333>
21?/=?(vec)<0.545455,-1.93333>
22++?<2.2,-2.5>
23--?<2.2,-2.5>
24?++(part 1)<1.2,-3.5>
25?++(part 2)<2.2,-2.5>
26?--(part 1)<1.2,-3.5>
27?--(part 2)<0.2,-4.5>
28dot_1:0.
29dot_2:8.6
30length:5.
31length_squared:25.
32distance:6.5146
33normalize:<0.882353,-0.470588>
34normalize_2:<1.,0.>
35project:<5.,0.>
36project_2:<5.5,5.5>
37reflect:<-5.,6.>
38refract:<5.,6.>
39refract:<3.7594,4.5592>
40faceforward_nochange:<4.,5.5>
41faceforward_flip:<-4.,-5.5>
Note: See TracBrowser for help on using the repository browser.