source: tests/vector/.expect/vec4_int.txt @ 250dbae

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

Add extended mathematical operations for vec4 + tests

  • Property mode set to 100644
File size: 716 bytes
RevLine 
[94df8de]1ctor(x,y):<1,2,3,4>
2copy ctor:<1,2,3,4>
3?/?(vec)<5,-1,1,5>
4?/=?(vec)<5,-1,1,5>
5++?<2,-2,101,2>
6--?<0,-4,99,2>
7?++(part 1)<1,-3,100,1>
8?++(part 2)<2,-2,101,2>
9?--(part 1)<1,-3,100,3>
10?--(part 2)<0,-4,99,2>
11?%?(int)<0,1,0,1>
12?%=?(int)<0,1,0,1>
13?%?(vec)<-2,3,9,4>
14?%=?(vec)<-2,3,9,4>
15?&?(int)<0,0,8,8>
16?&=?(int)<0,0,8,8>
17?&?(vec)<1,6,1,5>
18?&=?(vec)<1,6,1,5>
19?|?(int)<7,3,7,10>
20?|=?(int)<7,3,7,10>
21?|?(vec)<7,1,7,10>
22?|=?(vec)<7,1,7,10>
23?^?(int)<12,0,13,8>
24?^=?(int)<12,0,13,8>
25?^?(vec)<12,5,9,10>
26?^=?(vec)<12,5,9,10>
27?<<?(int)<4,2,8,12>
28?<<=?(int)<4,2,8,12>
29?<<?(vec)<32,4,2,8>
30?<<=?(vec)<32,4,2,8>
31?>>?(int)<1,0,2,3>
32?>>=?(int)<1,0,2,3>
33?>>?(vec)<2,1,2,4>
34?>>=?(vec)<2,1,2,4>
35~?<-6,-3,-2,0>
36dot:-11
37length_squared:54
Note: See TracBrowser for help on using the repository browser.