Home | History | Annotate | Download | only in source

Lines Matching full:abs_int32

61 	uint32 sRange = Abs_int32 (sStep0) * (count0 - 1) +
62 Abs_int32 (sStep1) * (count1 - 1) +
63 Abs_int32 (sStep2) * (count2 - 1);
65 uint32 dRange = Abs_int32 (dStep0) * (count0 - 1) +
66 Abs_int32 (dStep1) * (count1 - 1) +
67 Abs_int32 (dStep2) * (count2 - 1);