Home
last modified time | relevance | path

Searched defs:normalize (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A D920810-1.c2 double normalize(x)double x;{if(x==0)x=0;return x;} in normalize() function
/openbsd/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.pm115 sub normalize($$) subroutine
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h100 virtual float normalize(float UseDefFreq, unsigned Size, in normalize() function
/openbsd/usr.sbin/nsd/
H A Ddname.c26 dname_make(region_type *region, const uint8_t *name, int normalize) in dname_make()
94 int allow_pointers, int normalize) in dname_make_from_packet()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DVersionTuple.h110 VersionTuple normalize() const { in normalize() function
/openbsd/gnu/gcc/gcc/
H A Dsreal.c135 normalize (sreal *x) in normalize() function
H A Difcvt.c626 int normalize) in noce_emit_store_flag()
917 int normalize, can_reverse; in noce_try_store_flag_constants() local
1045 int subtract, normalize; in noce_try_addcc() local
H A Dreal.c479 normalize (REAL_VALUE_TYPE *r) in normalize() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A Difcvt.c599 noce_emit_store_flag (if_info, x, reversep, normalize) in noce_emit_store_flag() argument
738 int normalize, can_reverse; local
869 int subtract, normalize; local
H A Dreal.c521 normalize (r) in normalize() function
/openbsd/gnu/usr.bin/perl/cpan/CPAN/lib/CPAN/
H A DDistribution.pm70 sub normalize { subroutine
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Darchive.c1155 normalize (bfd *abfd, const char *file) in normalize() function
1188 normalize (bfd *abfd ATTRIBUTE_UNUSED, const char *file) in normalize() function
/openbsd/gnu/usr.bin/binutils/bfd/
H A Darchive.c1100 normalize (bfd *abfd, const char *file) in normalize() function
1133 normalize (bfd *abfd ATTRIBUTE_UNUSED, const char *file) in normalize() function
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dar.c277 normalize (const char *file, bfd *abfd) in normalize() function
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c281 normalize (const char *file, bfd *abfd) in normalize() function
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h171 virtual bool normalize(ScalarEvolution *SE) { return false; } in normalize() function
/openbsd/gnu/llvm/llvm/lib/TargetParser/
H A DTriple.cpp958 std::string Triple::normalize(StringRef Str) { in normalize() function in Triple
/openbsd/sbin/isakmpd/
H A Dpolicy.c82 my_inet_ntop4(const in_addr_t *src, char *dst, size_t size, int normalize) in my_inet_ntop4()
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_lib.h241 static __inline int normalize(rep_t *significand) { in normalize() function
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp235 void Distribution::normalize() { in normalize() function in Distribution
H A DDependenceAnalysis.cpp303 bool FullDependence::normalize(ScalarEvolution *SE) { in normalize() function in FullDependence
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp522 float normalize(float UseDefFreq, unsigned Size, unsigned NumInstr) override { in normalize() function in __anon71fb6d5d0111::PBQPVirtRegAuxInfo
/openbsd/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h348 std::string normalize() const { return normalize(Data); } in normalize() function
/openbsd/usr.bin/dc/
H A Dbcode.c418 normalize(struct number *n, u_int s) in normalize() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1470 IEEEFloat::opStatus IEEEFloat::normalize(roundingMode rounding_mode, in normalize() function in llvm::detail::IEEEFloat