source: tests/vector_math/.expect/vec3_int.txt @ 3720c9aa

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

Fixed name clash in test folder

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