Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 25 of 51) sorted by relevance

123

/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp44 llvm::SmallString<64> normalized(other); in IsMainFile() local
45 llvm::sys::path::native(normalized); in IsMainFile()
46 return main.equals_insensitive(normalized); in IsMainFile()
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/
H A DMan.pm1070 my $normalized = lc($$self{ENCODING});
1071 $normalized =~ s{-}{}g;
1072 my $coding = $ENCODINGS{$normalized} || lc($$self{ENCODING});
/openbsd-src/gnu/usr.bin/perl/regen/
H A DHeaderParser.pm483 #returns the line and condition in normalized form.
1228 # The tree is made up of nested HoH's with keys in the HoH being normalized
1254 my $normalized;
1256 $normalized= $self->tidy_cond($flat_merged);
1259 $normalized= $flat_merged; # empty string
1261 push @{ $seen_normal{$normalized} }, $line_data;
1655 An array of arrays containing the normalized expressions of any C preprocessor
1706 expressions of that form are normalized into the '#if defined' form to
1716 This is the normalized and modified text after HeaderParser or any callbacks
1756 of a given set of normalized conditio
[all...]
/openbsd-src/gnu/llvm/llvm/docs/
H A DYamlIO.rst117 If your native data structure happens to be a struct that is already normalized,
609 normalized values as fields. To help with this, there is
612 a local variable in your mapping() method which contains the normalized keys.
624 but you've decided the normalized YAML for should be in x,y coordinates. That
682 In some cases, the normalized class may be a subclass of the native type and
684 normalized instance is stack allocated. In these cases, the utility template
686 MappingNormalization<> except that it heap allocates the normalized object
687 when reading YAML. It never destroys the normalized object. The denormalize()
H A DAMDGPUModifierSyntax.rst435 Specifies whether the address is normalized or not (the address is normalized by default).
440 unorm Force the address to be not normalized.
/openbsd-src/lib/libexpat/lib/
H A Dxmltok_impl.c1522 atts[nAtts].normalized = 1; \ in PREFIX()
1568 atts[nAtts].normalized = 0; in PREFIX()
1573 else if (state == inValue && nAtts < attsMax && atts[nAtts].normalized in PREFIX()
1578 atts[nAtts].normalized = 0; in PREFIX()
1587 atts[nAtts].normalized = 0; in PREFIX()
H A Dxmltok.h156 char normalized; member
/openbsd-src/gnu/gcc/gcc/config/c4x/
H A Dlibgcc.S51 ; The normalized error e[i] at the ith iteration is
/openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/
H A Dlibgcc.S51 ; The normalized error e[i] at the ith iteration is
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Ds390-opc.txt5 6a ad RX_FRRD "add normalized (long)" g5 esa,zarch
6 2a adr RR_FF "add normalized (long)" g5 esa,zarch
7 7a ae RX_FRRD "add normalized (short)" g5 esa,zarch
8 3a aer RR_FF "add normalized (short)" g5 esa,zarch
18 36 axr RR_FF "add normalized" g5 esa,zarch
173 6b sd RX_FRRD "subtract normalized (long)" g5 esa,zarch
174 2b sdr RR_FF "subtract normalized (long)" g5 esa,zarch
175 7b se RX_FRRD "subtract normalized (short)" g5 esa,zarch
176 3b ser RR_FF "subtract normalized (short)" g5 esa,zarch
230 37 sxr RR_FF "subtract normalized (ext.)" g5 esa,zarch
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Ds390-opc.txt5 6a ad RX_FRRD "add normalized (long)" g5 esa,zarch
6 2a adr RR_FF "add normalized (long)" g5 esa,zarch
7 7a ae RX_FRRD "add normalized (short)" g5 esa,zarch
8 3a aer RR_FF "add normalized (short)" g5 esa,zarch
18 36 axr RR_FF "add normalized" g5 esa,zarch
173 6b sd RX_FRRD "subtract normalized (long)" g5 esa,zarch
174 2b sdr RR_FF "subtract normalized (long)" g5 esa,zarch
175 7b se RX_FRRD "subtract normalized (short)" g5 esa,zarch
176 3b ser RR_FF "subtract normalized (short)" g5 esa,zarch
230 37 sxr RR_FF "subtract normalized (ext.)" g5 esa,zarch
/openbsd-src/gnu/usr.bin/perl/cpan/version/lib/
H A Dversion.pod89 convert your old decimal version (e.g. 1.02) to a normalized dotted-decimal
261 Returns a string with a standard 'normalized' dotted-decimal form with a
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dlb1sf68.asm1973 | this point the sign of the result is in d7, the result in d0-d1, normalized
2054 | Here we have a correctly rounded result (either normalized or denormalized).
2056 | Here we should have either a normalized number or a denormalized one, and
2273 | The rounding routines expect the number to be normalized in registers
2275 | exponent is larger or equal to 1. They return a properly normalized number
2286 bne 2f | if set the number is normalized
3463 | Here we have a correctly rounded result (either normalized or denormalized).
3465 | Here we should have either a normalized number or a denormalized one, and
3654 | The rounding routines expect the number to be normalized in registers
3656 | exponent is larger or equal to 1. They return a properly normalized number
[all …]
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dlb1sf68.asm2049 | this point the sign of the result is in d7, the result in d0-d1, normalized
2130 | Here we have a correctly rounded result (either normalized or denormalized).
2132 | Here we should have either a normalized number or a denormalized one, and
2367 | The rounding routines expect the number to be normalized in registers
2369 | exponent is larger or equal to 1. They return a properly normalized number
2380 bne 2f | if set the number is normalized
3560 | Here we have a correctly rounded result (either normalized or denormalized).
3562 | Here we should have either a normalized number or a denormalized one, and
3767 | The rounding routines expect the number to be normalized in registers
3769 | exponent is larger or equal to 1. They return a properly normalized number
[all …]
/openbsd-src/gnu/usr.bin/perl/plan9/
H A Dconfig_h.sample1026 * FP_PLUS_NORM Positive normalized, nonzero
1027 * FP_MINUS_NORM Negative normalized, nonzero
1232 * FP_POS_NORM Positive normalized
1233 * FP_NEG_NORM Negative normalized
1254 * FP_NNORM negative normalized non-zero
1255 * FP_PNORM positive normalized non-zero
1281 * a normalized fraction and an integral power of 2.
3112 * function used to generate normalized random numbers.
3543 * FP_NNORM negative normalized non-zero
3544 * FP_PNORM positive normalized non-zero
H A Dconfig.plan91077 * FP_PLUS_NORM Positive normalized, nonzero
1078 * FP_MINUS_NORM Negative normalized, nonzero
1283 * FP_POS_NORM Positive normalized
1284 * FP_NEG_NORM Negative normalized
1305 * FP_NNORM negative normalized non-zero
1306 * FP_PNORM positive normalized non-zero
1333 * a normalized fraction and an integral power of 2.
3264 * function used to generate normalized random numbers.
3719 * FP_NNORM negative normalized non-zero
3720 * FP_PNORM positive normalized non-zero
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigRat/t/
H A Dbigratpm.inc
H A Dbigfltpm.inc
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dconfig_H.gc1195 * function used to generate normalized random numbers.
2355 * FP_PLUS_NORM Positive normalized, nonzero
2356 * FP_MINUS_NORM Negative normalized, nonzero
2556 * FP_POS_NORM Positive normalized
2557 * FP_NEG_NORM Negative normalized
2585 * FP_NNORM negative normalized non-zero
2586 * FP_PNORM positive normalized non-zero
2629 * FP_NNORM negative normalized non-zero
2630 * FP_PNORM positive normalized non-zero
2648 * a normalized fractio
[all...]
H A Dconfig_H.vc1195 * function used to generate normalized random numbers.
2355 * FP_PLUS_NORM Positive normalized, nonzero
2356 * FP_MINUS_NORM Negative normalized, nonzero
2556 * FP_POS_NORM Positive normalized
2557 * FP_NEG_NORM Negative normalized
2585 * FP_NNORM negative normalized non-zero
2586 * FP_PNORM positive normalized non-zero
2629 * FP_NNORM negative normalized non-zero
2630 * FP_PNORM positive normalized non-zero
2648 * a normalized fractio
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/version/lib/version/
H A DInternals.pod545 a normalized or reduced form (no extraneous zeros), and with a leading 'v':
555 normalized representation will always contain at least three sub terms.
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
H A Dperlxstypemap.pod571 C<$ntype> is the normalized C type that is to be mapped to
615 C<count_$ntype> where C<$ntype> is the normalized C type name
/openbsd-src/gnu/llvm/llvm/lib/Passes/
H A DPassRegistry.def504 "normalized-results")
/openbsd-src/gnu/usr.bin/perl/cpan/Math-BigInt/t/
H A Dbigfltpm.inc173 # float numbers are normalized (for now), so mantissa shouldn't
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DNamedSequences.txt173 # These characters decompose for normalized text, even

123