Home
last modified time | relevance | path

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

123456

/openbsd/gnu/usr.bin/perl/dist/Unicode-Normalize/t/
H A Dnorm.t26 ok(normalize('D', ""), "");
27 ok(normalize('C', ""), "");
28 ok(normalize('KD',""), "");
29 ok(normalize('KC',""), "");
31 ok(normalize('D', "A"), "A");
32 ok(normalize('C', "A"), "A");
33 ok(normalize('KD',"A"), "A");
34 ok(normalize('KC',"A"), "A");
36 ok(normalize('NFD', ""), "");
37 ok(normalize('NFC', ""), "");
[all …]
H A Dfcdc.t32 ok(normalize('FCD', ""), "");
33 ok(normalize('FCC', ""), "");
34 ok(normalize('FCC', "A"), "A");
35 ok(normalize('FCD', "A"), "A");
46 ok(normalize('FCD', hexU("00C5")), hexU("00C5"));
47 ok(normalize('FCD', hexU("0041 030A")), hexU("0041 030A"));
50 ok(normalize('FCD', hexU("212B F900")), hexU("212B F900"));
60 ok(normalize('FCD', hexU("00C5 0327")), hexU("0041 0327 030A"));
62 ok(normalize('FCD', hexU("00C5 0327")), NFD(hexU("00C5 0327")));
92 ok(normalize('FCC', hexU("00C5 0327")), hexU("0041 0327 030A"));
[all …]
H A Dtie.t52 ok(normalize('NFD', $tie2), 256);
53 ok(normalize('NFC', $tie2), 257);
54 ok(normalize('NFKD', $tie2), 258);
55 ok(normalize('NFKC', $tie2), 259);
56 ok(normalize('FCD', $tie2), 260);
57 ok(normalize('FCC', $tie2), 261);
H A Dform.t39 ok(normalize('D', "\x{304C}\x{FF76}"), "\x{304B}\x{3099}\x{FF76}");
40 ok(normalize('C', "\x{304C}\x{FF76}"), "\x{304C}\x{FF76}");
41 ok(normalize('KD',"\x{304C}\x{FF76}"), "\x{304B}\x{3099}\x{30AB}");
42 ok(normalize('KC',"\x{304C}\x{FF76}"), "\x{304C}\x{30AB}");
53 ok(normalize('NFD', "\x{304C}\x{FF76}"), "\x{304B}\x{3099}\x{FF76}");
54 ok(normalize('NFC', "\x{304C}\x{FF76}"), "\x{304C}\x{FF76}");
55 ok(normalize('NFKD',"\x{304C}\x{FF76}"), "\x{304B}\x{3099}\x{30AB}");
56 ok(normalize('NFKC',"\x{304C}\x{FF76}"), "\x{304C}\x{30AB}");
/openbsd/gnu/gcc/gcc/
H A Dsreal.c61 static void normalize (sreal *);
135 normalize (sreal *x) in normalize() function
281 normalize (r); in sreal_init()
386 normalize (r); in sreal_add()
436 normalize (r); in sreal_sub()
478 normalize (r); in sreal_mul()
490 normalize (r); in sreal_mul()
535 normalize (r); in sreal_div()
541 normalize (r); in sreal_div()
H A Difcvt.c626 int normalize) in noce_emit_store_flag() argument
647 && (normalize == 0 || STORE_FLAG_VALUE == normalize)) in noce_emit_store_flag()
917 int normalize, can_reverse; in noce_try_store_flag_constants() local
940 normalize = 0; in noce_try_store_flag_constants()
944 normalize = 1; in noce_try_store_flag_constants()
947 normalize = 1, reversep = 1; in noce_try_store_flag_constants()
951 normalize = -1; in noce_try_store_flag_constants()
954 normalize = -1, reversep = 1; in noce_try_store_flag_constants()
957 normalize = -1; in noce_try_store_flag_constants()
1045 int subtract, normalize; in noce_try_addcc() local
[all …]
/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
3 main(){char b[9];sprintf(b,"%g",normalize(-0.0));if(strcmp(b,"0"))abort();exit(0);} in main()
/openbsd/usr.bin/dc/
H A Dbcode.c427 normalize(n, 0); in get_ulong()
785 normalize(n, 0); in to_ascii()
987 normalize(a, b->scale); in badd()
1075 normalize(a, scale); in bdiv()
1108 normalize(a, scale); in bmod()
1143 normalize(a, scale); in bdivmod()
1207 normalize(r, rscale); in bexp()
1248 normalize(r, rscale); in bexp()
1274 normalize(n, 2*scale); in bsqrt()
1417 normalize(a, scale); in compare_numbers()
[all …]
/openbsd/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.pm25 normalize => [ @EXPORT, qw/normalize decompose reorder compose/ ],
115 sub normalize($$) subroutine
131 my $n = normalize($_[0], $_[1]);
H A DChanges153 FCD(), normalize('FCD'), checkFCD(), check('FCD');
154 FCC(), normalize('FCC'), checkFCC(), check('FCC').
184 - now normalize('NFC',$1) should work.
250 - normalize takes two arguments.
253 - add function normalize
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A DINST.t109 my $normalize = $^O =~ /android/ ? \&Cwd::realpath : sub {shift};
110 is( $normalize->($c_mm->{INST_ARCHLIB}),
111 $normalize->($c_mm->{PERL_CORE} ? $c_mm->{PERL_ARCHLIB}
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dar.c62 static const char *normalize (const char *, bfd *);
193 (!FILENAME_CMP (normalize (*files, arch), head->filename))) in map_over_members()
277 normalize (const char *file, bfd *abfd) in normalize() function
645 if (strlen (normalize (*chk, (bfd *) NULL)) > 14) in main()
1181 if (FILENAME_CMP (normalize (*files_to_delete, arch), in delete_members()
1236 if (FILENAME_CMP (normalize (*files_to_move, arch), in move_members()
1288 if (FILENAME_CMP (normalize (*files_to_move, arch), in replace_members()
1289 normalize (current->filename, arch)) == 0 in replace_members()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dar.c60 static const char *normalize (const char *, bfd *);
193 (!FILENAME_CMP (normalize (*files, arch), head->filename))) in map_over_members()
281 normalize (const char *file, bfd *abfd) in normalize() function
1054 if (FILENAME_CMP (normalize (*files_to_delete, arch), in delete_members()
1109 if (FILENAME_CMP (normalize (*files_to_move, arch), in move_members()
1161 if (FILENAME_CMP (normalize (*files_to_move, arch), in replace_members()
1162 normalize (current->filename, arch)) == 0 in replace_members()
/openbsd/gnu/llvm/llvm/tools/llvm-isel-fuzzer/
H A Dllvm-isel-fuzzer.cpp94 M->setTargetTriple(TM->getTargetTriple().normalize()); in LLVMFuzzerTestOneInput()
132 Triple TheTriple = Triple(Triple::normalize(TargetTriple)); in LLVMFuzzerInitialize()
/openbsd/gnu/llvm/llvm/tools/llvm-mc-assemble-fuzzer/
H A Dllvm-mc-assemble-fuzzer.cpp138 Triple TheTriple(Triple::normalize(TripleName)); in AssembleOneInput()
155 errs() << "error: this target '" << TheTriple.normalize() in AssembleOneInput()
190 << TheTriple.normalize() << "' with assembly variant " in AssembleOneInput()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Difcvt.c602 int reversep, normalize;
623 && (normalize == 0 || STORE_FLAG_VALUE == normalize))
738 int normalize, can_reverse; local
761 normalize = 0;
765 normalize = 1;
768 normalize = 1, reversep = 1;
772 normalize = -1;
778 normalize = -1;
869 int subtract, normalize; local
885 subtract = 0, normalize = 0;
[all …]
H A Dreal.c521 normalize (r) in normalize() function
690 normalize (r);
819 normalize (&u);
913 normalize (rr);
1443 normalize (num);
2445 normalize (r);
2686 normalize (r);
2866 normalize (r);
3107 normalize (r);
3282 normalize (&u);
[all …]
/openbsd/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
/openbsd/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) in dname_make() argument
72 if (normalize) { in dname_make()
94 int allow_pointers, int normalize) in dname_make_from_packet() argument
99 return dname_make(region, buf, normalize); in dname_make_from_packet()
/openbsd/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DLlvmState.cpp29 TripleName = Triple::normalize(sys::getDefaultTargetTriple()); in Create()
97 TheTargetMachine->getTargetTriple().normalize(), in createTargetMachine()
/openbsd/gnu/llvm/clang/lib/Basic/
H A DDarwinSDKInfo.cpp25 auto KV = Mapping.find(Key.normalize()); in map()
50 Mapping[KeyVersion.normalize()] = ValueVersion; in parseJSON()
/openbsd/gnu/llvm/clang/lib/Driver/ToolChains/
H A DHIPUtility.cpp36 : T.normalize(); in normalizeForBundler()
165 ArgStringList McArgs{"-triple", Args.MakeArgString(HostTriple.normalize()), in constructGenerateObjFileFromHIPFatBinary()
/openbsd/gnu/llvm/llvm/tools/llvm-opt-fuzzer/
H A Dllvm-opt-fuzzer.cpp131 M->setTargetTriple(TM->getTargetTriple().normalize()); in LLVMFuzzerTestOneInput()
215 Triple TargetTriple = Triple(Triple::normalize(TargetTripleStr)); in LLVMFuzzerInitialize()

123456