Searched refs:normalize (Results 1 - 25 of 92) sorted by relevance

1234

/openbsd-current/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;} function
3 main(){char b[9];sprintf(b,"%g",normalize(-0.0));if(strcmp(b,"0"))abort();exit(0);}
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc68 scale += normalize(&aSignificand);
70 scale += normalize(&bSignificand);
74 // denormal path it was already set by normalize( ), but setting it twice
H A Dfp_add_impl.inc75 aExponent = normalize(&aSignificand);
77 bExponent = normalize(&bSignificand);
87 // was already set by normalize( ), but setting it twice won't hurt
H A Dfp_lib.h241 static __inline int normalize(rep_t *significand) { function
295 // Subnormal number; normalize and repeat
297 const int shift = 1 - normalize(&rep);
315 exp += normalize(&sig);
/openbsd-current/gnu/gcc/gcc/
H A Dsreal.c61 static void normalize (sreal *);
135 normalize (sreal *x) function
281 normalize (r);
386 normalize (r);
436 normalize (r);
478 normalize (r);
490 normalize (r);
535 normalize (r);
541 normalize (r);
/openbsd-current/usr.bin/dc/
H A Dbcode.h90 void normalize(struct number *, u_int);
H A Dbcode.c418 normalize(struct number *n, u_int s) function
427 normalize(n, 0);
523 normalize(value->u.num, 0);
785 normalize(n, 0);
987 normalize(a, b->scale);
989 normalize(b, a->scale);
1010 normalize(a, b->scale);
1012 normalize(b, a->scale);
1030 normalize(r, max(scale, max(ascale, bscale)));
1075 normalize(
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DCalcSpillWeights.h100 virtual float normalize(float UseDefFreq, unsigned Size, function in class:llvm::VirtRegAuxInfo
/openbsd-current/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp29 TripleName = Triple::normalize(sys::getDefaultTargetTriple());
97 TheTargetMachine->getTargetTriple().normalize(),
/openbsd-current/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp94 M->setTargetTriple(TM->getTargetTriple().normalize());
132 Triple TheTriple = Triple(Triple::normalize(TargetTriple));
/openbsd-current/usr.sbin/nsd/
H A Ddname.h59 int normalize);
70 int normalize);
H A Ddname.c26 dname_make(region_type *region, const uint8_t *name, int normalize) argument
72 if (normalize) {
94 int allow_pointers, int normalize)
99 return dname_make(region, buf, normalize);
93 dname_make_from_packet(region_type *region, buffer_type *packet, int allow_pointers, int normalize) argument
/openbsd-current/regress/usr.bin/tsort/
H A DMakefile9 perl ${.CURDIR}/normalize-cycles <t2.out|head -1|diff - ${.CURDIR}/t2.canonical
/openbsd-current/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp138 Triple TheTriple(Triple::normalize(TripleName));
155 errs() << "error: this target '" << TheTriple.normalize()
190 << TheTriple.normalize() << "' with assembly variant "
/openbsd-current/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.pm15 normalize decompose reorder compose
25 normalize => [ @EXPORT, qw/normalize decompose reorder compose/ ],
99 ## normalize
115 sub normalize($$) subroutine
122 croak($PACKAGE."::normalize: invalid form name: $form");
131 my $n = normalize($_[0], $_[1]);
186 use Unicode::Normalize 'normalize';
188 $NFD_string = normalize('D', $string); # Normalization Form D
189 $NFC_string = normalize('
[all...]
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dar.c63 static const char *normalize (const char *, bfd *);
195 (!FILENAME_CMP (normalize (*files, arch), head->filename)))
280 normalize (const char *file, bfd *abfd)
648 if (strlen (normalize (*chk, (bfd *) NULL)) > 14)
1184 if (FILENAME_CMP (normalize (*files_to_delete, arch),
1239 if (FILENAME_CMP (normalize (*files_to_move, arch),
1291 if (FILENAME_CMP (normalize (*files_to_move, arch),
1292 normalize (current->filename, arch)) == 0
277 normalize (const char *file, bfd *abfd) function
/openbsd-current/gnu/llvm/clang/lib/Basic/
H A DDarwinSDKInfo.cpp25 auto KV = Mapping.find(Key.normalize());
50 Mapping[KeyVersion.normalize()] = ValueVersion;
/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp36 : T.normalize();
165 ArgStringList McArgs{"-triple", Args.MakeArgString(HostTriple.normalize()),
/openbsd-current/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp131 M->setTargetTriple(TM->getTargetTriple().normalize());
215 Triple TargetTriple = Triple(Triple::normalize(TargetTripleStr));
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Difcvt.c602 noce_emit_store_flag (if_info, x, reversep, normalize)
605 int reversep, normalize;
626 && (normalize == 0 || STORE_FLAG_VALUE == normalize))
658 || code == GEU || code == GTU), normalize);
741 int normalize, can_reverse;
764 normalize = 0;
768 normalize = 1;
771 normalize = 1, reversep = 1;
775 normalize
738 int normalize, can_reverse; local
869 int subtract, normalize; local
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c61 static const char *normalize (const char *, bfd *);
195 (!FILENAME_CMP (normalize (*files, arch), head->filename)))
284 normalize (const char *file, bfd *abfd)
1057 if (FILENAME_CMP (normalize (*files_to_delete, arch),
1112 if (FILENAME_CMP (normalize (*files_to_move, arch),
1164 if (FILENAME_CMP (normalize (*files_to_move, arch),
1165 normalize (current->filename, arch)) == 0
281 normalize (const char *file, bfd *abfd) function
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/Formatter/
H A DSession.pm127 return $self->formatter->normalize ? $result->as_string : $result->raw;
/openbsd-current/gnu/llvm/llvm/tools/bugpoint/
H A Dbugpoint.cpp172 TargetTriple.setTriple(Triple::normalize(OverrideTriple));
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp321 return normalize(TotalWeight, Start->distance(*End), NumInstr);
322 return normalize(TotalWeight, LI.getSize(), NumInstr);
/openbsd-current/gnu/llvm/llvm/include/llvm/TargetParser/
H A DTriple.h38 /// string; the constructor does not change or normalize the triple string.
40 /// specify should use the normalize method.
345 static std::string normalize(StringRef Str);
348 std::string normalize() const { return normalize(Data); } function in class:llvm::Triple

Completed in 327 milliseconds

1234