Lines Matching defs:array

36 		public static Vector2d GetVector (this double[] array, int offset)  in GetVector()
43 public static Vector2l GetVector (this long[] array, int offset) in GetVector()
50 public static Vector2ul GetVector (this ulong[] array, int offset) in GetVector()
57 public static Vector4f GetVector (this float[] array, int offset) in GetVector()
64 public static Vector4i GetVector (this int[] array, int offset) in GetVector()
71 public static Vector4ui GetVector (this uint[] array, int offset) in GetVector()
78 public static Vector8s GetVector (this short[] array, int offset) in GetVector()
91 public static Vector8us GetVector (this ushort[] array, int offset) in GetVector()
104 public static Vector16sb GetVector (this sbyte[] array, int offset) in GetVector()
117 public static Vector16b GetVector (this byte[] array, int offset) in GetVector()
130 public static void SetVector (this double[] array, Vector2d val, int offset) in SetVector()
138 public static void SetVector (this long[] array, Vector2l val, int offset) in SetVector()
146 public static void SetVector (this ulong[] array, Vector2ul val, int offset) in SetVector()
154 public static void SetVector (this float[] array, Vector4f val, int offset) in SetVector()
164 public static void SetVector (this int[] array, Vector4i val, int offset) in SetVector()
174 public static void SetVector (this uint[] array, Vector4ui val, int offset) in SetVector()
184 public static void SetVector (this short[] array, Vector8s val, int offset) in SetVector()
198 public static void SetVector (this ushort[] array, Vector8us val, int offset) in SetVector()
212 public static void SetVector (this sbyte[] array, Vector16sb val, int offset) in SetVector()
220 public static void SetVector (this byte[] array, Vector16b val, int offset) in SetVector()
229 public static Vector2d GetVectorAligned (this double[] array, int offset) in GetVectorAligned()
236 public static Vector2l GetVectorAligned (this long[] array, int offset) in GetVectorAligned()
243 public static Vector2ul GetVectorAligned (this ulong[] array, int offset) in GetVectorAligned()
250 public static Vector4f GetVectorAligned (this float[] array, int offset) in GetVectorAligned()
257 public static Vector4i GetVectorAligned (this int[] array, int offset) in GetVectorAligned()
264 public static Vector4ui GetVectorAligned (this uint[] array, int offset) in GetVectorAligned()
271 public static Vector8s GetVectorAligned (this short[] array, int offset) in GetVectorAligned()
284 public static Vector8us GetVectorAligned (this ushort[] array, int offset) in GetVectorAligned()
297 public static Vector16sb GetVectorAligned (this sbyte[] array, int offset) in GetVectorAligned()
310 public static Vector16b GetVectorAligned (this byte[] array, int offset) in GetVectorAligned()
323 public static void SetVectorAligned (this double[] array, Vector2d val, int offset) in SetVectorAligned()
331 public static void SetVectorAligned (this long[] array, Vector2l val, int offset) in SetVectorAligned()
339 public static void SetVectorAligned (this ulong[] array, Vector2ul val, int offset) in SetVectorAligned()
347 public static void SetVectorAligned (this float[] array, Vector4f val, int offset) in SetVectorAligned()
357 public static void SetVectorAligned (this int[] array, Vector4i val, int offset) in SetVectorAligned()
367 public static void SetVectorAligned (this uint[] array, Vector4ui val, int offset) in SetVectorAligned()
377 public static void SetVectorAligned (this short[] array, Vector8s val, int offset) in SetVectorAligned()
391 public static void SetVectorAligned (this ushort[] array, Vector8us val, int offset) in SetVectorAligned()
405 public static void SetVectorAligned (this sbyte[] array, Vector16sb val, int offset) in SetVectorAligned()
413 public static void SetVectorAligned (this byte[] array, Vector16b val, int offset) in SetVectorAligned()