HomeSort by: relevance | last modified time | path
    Searched defs:max_s (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
fixed-value.cc 245 double_int max_r, max_s; local
248 max_s.high = -1;
249 max_s.low = -1;
250 max_s = max_s.zext (i_f_bits);
253 a_low.ugt (max_s)))
256 *f = max_s;
263 double_int max_r, max_s, min_r, min_s; local
266 max_s.high = -1;
267 max_s.low = -1
    [all...]
fixed-value.cc 245 double_int max_r, max_s; local
248 max_s.high = -1;
249 max_s.low = -1;
250 max_s = max_s.zext (i_f_bits);
253 a_low.ugt (max_s)))
256 *f = max_s;
263 double_int max_r, max_s, min_r, min_s; local
266 max_s.high = -1;
267 max_s.low = -1
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
fixed-value.cc 245 double_int max_r, max_s; local
248 max_s.high = -1;
249 max_s.low = -1;
250 max_s = max_s.zext (i_f_bits);
253 a_low.ugt (max_s)))
256 *f = max_s;
263 double_int max_r, max_s, min_r, min_s; local
266 max_s.high = -1;
267 max_s.low = -1
    [all...]
fixed-value.cc 245 double_int max_r, max_s; local
248 max_s.high = -1;
249 max_s.low = -1;
250 max_s = max_s.zext (i_f_bits);
253 a_low.ugt (max_s)))
256 *f = max_s;
263 double_int max_r, max_s, min_r, min_s; local
266 max_s.high = -1;
267 max_s.low = -1
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProf.h 942 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
943 if (ValueData.size() > max_s)
944 ValueData.resize(max_s);
InstrProf.h 942 size_t max_s = INSTR_PROF_MAX_NUM_VAL_PER_SITE; local
943 if (ValueData.size() > max_s)
944 ValueData.resize(max_s);
  /src/external/mit/lua/dist/src/
lstrlib.c 956 lua_Integer max_s = luaL_optinteger(L, 4, srcl + 1); /* max replacements */ local
970 while (n < max_s) {
lstrlib.c 956 lua_Integer max_s = luaL_optinteger(L, 4, srcl + 1); /* max replacements */ local
970 while (n < max_s) {
  /src/external/gpl2/groff/dist/src/roff/troff/
node.cpp 6312 int max_s, hunits max_a)
6313 : non_zero(1), min_size(min_s), min_amount(min_a), max_size(max_s),
6363 int min_s, max_s; local
6368 && get_number(&max_s, 'z')
6370 track_kerning_function tk(min_s, min_a, max_s, max_a);
node.cpp 6312 int max_s, hunits max_a)
6313 : non_zero(1), min_size(min_s), min_amount(min_a), max_size(max_s),
6363 int min_s, max_s; local
6368 && get_number(&max_s, 'z')
6370 track_kerning_function tk(min_s, min_a, max_s, max_a);

Completed in 63 milliseconds