source: tests/vector/.expect/vec4_float.txt @ 0b3cdad

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

Add vec4 tests

  • Property mode set to 100644
File size: 886 bytes
Line 
1ctor(x,y):<1.,2.,3.,4.>
2copy ctor:<1.,2.,3.,4.>
3assignment:<3.,4.2,-2.,-100.>
4move assignment:<1.,2.,3.,4.>
5zero-init:<0.,0.,0.,0.>
6zero-assign:<0.,0.,0.,0.>
7fill-ctor:<1.23,1.23,1.23,1.23>
8?-?:<0.02,0.43,-0.999998,-1e-06.>
9?-=?:<0.02,0.43,-0.999998,-1e-06.>
10-?:<-0.02,-0.43,0.999998,1e-06.>
11?+?:<2.3,2.45,-9.2,-12.5>
12?+=?:<2.3,2.45,-9.2,-12.5>
13v*s:<4.5,8.25,300.9,-6.>
14s*v:<4.5,8.25,300.9,-6.>
15?*=?:<4.5,8.25,300.9,-6.>
16?/?:<0.666667,-0.0333333,15.,-5.>
17?/=?:<0.666667,-0.0333333,15.,-5.>
18dot_1:0.
19dot_2:47.7345
20length:5.47723
21length_squared:30.
22distance:10.9563
23normalize:<0.433872,-0.231399,0.072312,0.867745>
24project:<-0.,-0.,-0.,-1.>
25project_2:<2.91736,0.291736,1.16694,0.583471>
26reflect:<5.26163,6.,-1.19906,1.52327>
27refract:<0.608838,0.730606,0.284084,0.121768>
28refract:<0.457773,0.822893,-0.333534,-0.0452281>
29faceforward_nochange:<4.,5.5,2.,2.>
30faceforward_flip:<4.,5.5,2.,2.>
Note: See TracBrowser for help on using the repository browser.