HomeSort by relevance Sort by last modified time
    Searched refs:MAX_TYPES (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
random.c 161 #define MAX_TYPES 5 /* Max number of types above. */
163 static int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
164 static int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
175 (MAX_TYPES * (rptr - state)) + TYPE_3 == TYPE_3. */
267 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
311 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
330 register int type = new_state[0] % MAX_TYPES;
331 register int rear = new_state[0] / MAX_TYPES;
337 state[-1] = (MAX_TYPES * (rptr - state)) + rand_type;
  /bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
random.c 172 #define MAX_TYPES 5 /* max number of types above */
174 static const int degrees[MAX_TYPES] = { DEG_0, DEG_1, DEG_2, DEG_3, DEG_4 };
175 static const int seps[MAX_TYPES] = { SEP_0, SEP_1, SEP_2, SEP_3, SEP_4 };
188 * MAX_TYPES * (rptr - state) + TYPE_3 == TYPE_3.
353 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
384 int_arg_state[0] = MAX_TYPES * (int)(rptr - state) + rand_type;
419 type = (int)(new_state[0] % MAX_TYPES);
420 rear = (int)(new_state[0] / MAX_TYPES);
426 state[-1] = MAX_TYPES * (int)(rptr - state) + rand_type;
  /external/mesa3d/src/mesa/math/
m_translate.c 84 #define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */
87 static trans_1f_func _math_trans_1f_tab[MAX_TYPES];
88 static trans_1ui_func _math_trans_1ui_tab[MAX_TYPES];
89 static trans_1ub_func _math_trans_1ub_tab[MAX_TYPES];
90 static trans_3fn_func _math_trans_3fn_tab[MAX_TYPES];
91 static trans_4ub_func _math_trans_4ub_tab[5][MAX_TYPES];
92 static trans_4us_func _math_trans_4us_tab[5][MAX_TYPES];
93 static trans_4f_func _math_trans_4f_tab[5][MAX_TYPES];
94 static trans_4f_func _math_trans_4fn_tab[5][MAX_TYPES];
  /external/deqp/modules/gles31/functional/
es31fNegativeSampleVariablesTests.cpp 231 const int MAX_TYPES = 2;
236 std::string builtInType[MAX_TYPES];
250 for (int typeIdx = 0; typeIdx < MAX_TYPES; typeIdx++)
  /external/mesa3d/src/mesa/tnl/
t_context.h 548 #define MAX_TYPES TYPE_IDX(GL_DOUBLE)+1 /* 0xa + 1 */
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 205 final int MAX_TYPES = 256;
209 } else if (tzh_typecnt > MAX_TYPES) {
    [all...]

Completed in 294 milliseconds