| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| CalcSpillWeights.h | 24 /// Normalize the spill weight of a live interval 100 virtual float normalize(float UseDefFreq, unsigned Size, function in class:llvm::VirtRegAuxInfo
|
| /src/external/gpl3/gcc/dist/gcc/ |
| align.h | 30 /* Normalize filled values so that maxskip is not bigger than 1 << log. */ 31 void normalize () function in struct:align_flags_tuple 58 normalize (); 61 /* Normalize both components of align_flags. */ 62 void normalize () function in class:align_flags 65 levels[i].normalize ();
|
| sreal.h | 49 normalize (sig, exp); 133 inline void normalize (int64_t new_sig, signed int new_exp); 263 /* Normalize *this; the hot path. */ 266 sreal::normalize (int64_t new_sig, signed int new_exp) function in class:sreal::sreal
|
| gimple-predicate-analysis.cc | 1517 /* Attempt to normalize predicate chains by following UD chains by 1546 /* Normalize predicate PRED: 1552 predicate::normalize (pred_chain *norm_chain, function in class:predicate 1645 /* Normalize PRED and store the normalized predicates in THIS->M_PREDS. */ 1648 predicate::normalize (const pred_info &pred) function in class:predicate 1682 normalize (&norm_chain, a_pred, and_or_code, &work_list, &mark_set); 1691 /* Normalize a single predicate PRED_CHAIN and append it to *THIS. */ 1694 predicate::normalize (const pred_chain &chain) function in class:predicate 1712 normalize (&norm_chain, pi, BIT_AND_EXPR, &work_list, &mark_set); 1720 /* Normalize predicate chains in THIS. * 1723 predicate::normalize (gimple *use_or_def, bool is_use) function in class:predicate [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| align.h | 30 /* Normalize filled values so that maxskip is not bigger than 1 << log. */ 31 void normalize () function in struct:align_flags_tuple 58 normalize (); 61 /* Normalize both components of align_flags. */ 62 void normalize () function in class:align_flags 65 levels[i].normalize ();
|
| sreal.h | 49 normalize (sig, exp); 132 inline void normalize (int64_t new_sig, signed int new_exp); 262 /* Normalize *this; the hot path. */ 265 sreal::normalize (int64_t new_sig, signed int new_exp) function in class:sreal::sreal
|
| gimple-predicate-analysis.cc | 1271 def_preds.normalize (); 1583 /* Attempt to normalize predicate chains by following UD chains by 1881 normalize (phi); 1885 use_preds.normalize (use_stmt, /*is_use=*/true); 1908 /* Normalize predicate PRED: 1914 predicate::normalize (pred_chain *norm_chain, function in class:predicate 2007 /* Normalize PRED and store the normalized predicates in THIS->M_PREDS. */ 2010 predicate::normalize (const pred_info &pred) function in class:predicate 2044 normalize (&norm_chain, a_pred, and_or_code, &work_list, &mark_set); 2053 /* Normalize a single predicate PRED_CHAIN and append it to *THIS. * 2056 predicate::normalize (const pred_chain &chain) function in class:predicate 2084 predicate::normalize (gimple *use_or_def, bool is_use) function in class:predicate [all...] |
| /src/distrib/sets/ |
| fmt-list | 335 -- Normalize the alignment of the fields of the entries. 336 local function normalize(entries) function 425 -- Load a file list, normalize it and write it back to disk. 435 normalize(entries)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-longdouble.cc | 36 longdouble::normalize (void) function in class:longdouble 118 return x.normalize (); 126 return x.normalize (); 134 return x.normalize (); 142 return x.normalize (); 169 return x.normalize (); 177 return x.normalize ();
|
| /src/external/bsd/kyua-cli/dist/utils/fs/ |
| path.cpp | 46 /// \param in The string to normalize. 52 normalize(const std::string& in) function in namespace:__anon6996 91 _repr(normalize(text))
|
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| Triple.cpp | 833 std::string Triple::normalize(StringRef Str) { function in class:Triple
|
| /src/external/bsd/ntp/dist/libntp/ |
| mktime.c | 116 normalize( function 146 normalize(&tmbuf.tm_hour, &tmbuf.tm_min, MINSPERHOUR); 200 normalize(&yourtm.tm_min, &yourtm.tm_sec, SECSPERMIN); 201 normalize(&yourtm.tm_hour, &yourtm.tm_min, MINSPERHOUR); 202 normalize(&yourtm.tm_mday, &yourtm.tm_hour, HOURSPERDAY); 203 normalize(&yourtm.tm_year, &yourtm.tm_mon, MONSPERYEAR);
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| slapmodify.c | 314 int normalize = 0; local 346 normalize = 1; 361 if ( normalize ) { 402 if ( normalize ) { 410 fprintf( stderr, "%s: DN=\"%s\": unable to normalize attr=%s value #%d\n",
|
| config.c | 1312 * 'b': struct berval; if !NULL, normalize using ((slap_mr_normalize_func *)aux) 1346 slap_mr_normalize_func *normalize = (slap_mr_normalize_func *)tab->aux; local 1349 rc = normalize( 0, NULL, NULL, &dn, bptr, NULL );
|
| /src/external/public-domain/xz/dist/src/liblzma/lz/ |
| lz_encoder_mf.c | 104 /// we need to "normalize" the stored values now and then. During the 108 normalize(lzma_mf *mf) function 159 normalize(mf);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/builtins/ |
| fp_lib.h | 241 static __inline int normalize(rep_t *significand) { function
|
| /src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| BlockFrequencyInfoImpl.cpp | 115 Dist.normalize(); 222 void Distribution::normalize() { function in class:Distribution
|
| /src/sys/netinet/ |
| dccp_tfrc.c | 192 static void normalize(long long *, long long *); 326 normalize(&cb->x.num, &cb->x.denom); 348 normalize(&cb->x.num, &cb->x.denom); 404 normalize(&v.num, &v.denom); 419 normalize(&v.num, &v.denom); 444 normalize(&cb->x_recv.num, &cb->x_recv.denom); 1001 normalize(&x.num, &x.denom); 1806 normalize(long long *num, long long *denom) function 1836 normalize(&num, &denom); 1861 normalize(&num, &denom) [all...] |
| /src/external/bsd/atf/dist/atf-c/detail/ |
| fs.c | 65 static atf_error_t normalize(atf_dynstr_t *, char *); 244 normalize(atf_dynstr_t *d, char *p) function 292 err = normalize(d, str);
|
| /src/external/bsd/atf/dist/tools/ |
| fs.cpp | 271 normalize(const std::string& in) function 303 m_data(normalize(s)) 391 return path(m_data + "/" + normalize(p));
|
| /src/usr.bin/dc/ |
| bcode.c | 420 normalize(struct number *n, u_int s) function 429 normalize(n, 0); 527 normalize(value->u.num, 0); 763 normalize(n, 0); 969 normalize(a, r->scale); 971 normalize(b, r->scale); 997 normalize(a, r->scale); 999 normalize(b, r->scale); 1023 normalize(r, max(scale, max(ascale, bscale))); 1073 normalize(a, scale) [all...] |
| /src/external/gpl3/binutils/dist/binutils/ |
| ar.c | 46 static const char *normalize (const char *, bfd *); 231 /* Thin archives store full pathnames. Need to normalize. */ 232 filename = normalize (filename, arch); 236 && !FILENAME_CMP (normalize (*files, arch), filename)) 388 /* Normalize a file name specified on the command line into a file 392 normalize (const char *file, bfd *abfd) 1381 if (FILENAME_CMP (normalize (*files_to_delete, arch), 1439 if (FILENAME_CMP (normalize (*files_to_move, arch), 1492 if (FILENAME_CMP (normalize (*files_to_move, arch), 1493 normalize (bfd_get_filename (current), arch)) == 390 normalize (const char *file, bfd *abfd) function [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| ar.c | 49 static const char *normalize (const char *, bfd *); 244 /* Thin archives store full pathnames. Need to normalize. */ 245 filename = normalize (filename, arch); 249 && !FILENAME_CMP (normalize (*files, arch), filename)) 401 /* Normalize a file name specified on the command line into a file 405 normalize (const char *file, bfd *abfd) 1404 if (FILENAME_CMP (normalize (*files_to_delete, arch), 1462 if (FILENAME_CMP (normalize (*files_to_move, arch), 1515 if (FILENAME_CMP (normalize (*files_to_move, arch), 1516 normalize (bfd_get_filename (current), arch)) == 402 normalize (const char *file, bfd *abfd) function [all...] |
| /src/external/gpl3/binutils/dist/bfd/ |
| archive.c | 194 static const char * normalize (bfd *, const char *); 1367 normalize (bfd *abfd, const char *file) 1403 normalize (bfd *abfd, const char *file) 1640 normal = normalize (abfd, bfd_get_filename (current)); 1721 normal = normalize (abfd, filename); 1783 const char *normal = normalize (abfd, bfd_get_filename (current)); 1830 const char *fullname = normalize (abfd, bfd_get_filename (abfd)); 2063 filename = normalize (abfd, pathname); 2267 const char *normal = normalize (current, current->filename); 2605 size += strlen(normalize(current, current->filename)) 1362 normalize (bfd *abfd, const char *file) function 1398 normalize (bfd *abfd, const char *file) function [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/ |
| archive.c | 197 static const char * normalize (bfd *, const char *); 1356 normalize (bfd *abfd, const char *file) 1392 normalize (bfd *abfd, const char *file) 1629 normal = normalize (abfd, bfd_get_filename (current)); 1710 normal = normalize (abfd, filename); 1772 const char *normal = normalize (abfd, bfd_get_filename (current)); 1819 const char *fullname = normalize (abfd, bfd_get_filename (abfd)); 2052 filename = normalize (abfd, pathname); 2256 const char *normal = normalize (current, current->filename); 2593 size += strlen(normalize(current, current->filename)) 1351 normalize (bfd *abfd, const char *file) function 1387 normalize (bfd *abfd, const char *file) function [all...] |