Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 25 of 691) sorted by relevance

12345678910>>...28

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dconvert.c65 convert ((*lang_hooks.types.type_for_size)
96 return convert (type,
167 TREE_OPERAND (expr, 0) = convert (type, TREE_OPERAND (expr, 0));
168 TREE_OPERAND (expr, 1) = convert (type, TREE_OPERAND (expr, 1));
175 TREE_OPERAND (expr, 0) = convert (type, TREE_OPERAND (expr, 0));
214 convert ((*lang_hooks.types.type_for_mode)
245 convert (TREE_TYPE (TREE_OPERAND (expr, 1)),
357 return convert (type,
359 convert (typex, arg0),
360 convert (typex, arg1),
[all …]
H A Dfold-const.c863 return convert (type, TREE_OPERAND (t, 0));
868 return convert (type,
878 return convert (type, fold (build1 (NEGATE_EXPR, TREE_TYPE (t), t)));
1003 return build (MINUS_EXPR, type, convert (type, t2),
1004 convert (type, TREE_OPERAND (t1, 0)));
1006 return build (MINUS_EXPR, type, convert (type, t1),
1007 convert (type, TREE_OPERAND (t2, 0)));
1009 return build (code, type, convert (type, t1), convert (type, t2));
1012 return fold (build (code, type, convert (type, t1), convert (type, t2)));
1495 return size_binop (MINUS_EXPR, convert (ctype, arg0),
[all …]
/openbsd-src/usr.bin/tftp/
H A Dtftpsubs.c109 readit(FILE *file, struct tftphdr **dpp, int convert, int segment_size) in readit() argument
118 read_ahead(file, convert, segment_size); /* fill it */ in readit()
130 read_ahead(FILE *file, int convert, int segment_size) in read_ahead() argument
145 if (convert == 0) { in read_ahead()
179 writeit(FILE *file, struct tftphdr **dpp, int ct, int convert) in writeit() argument
185 (void)write_behind(file, convert); in writeit()
199 write_behind(FILE *file, int convert) in write_behind() argument
222 if (convert == 0) in write_behind()
H A Dtftp.c135 int convert; /* true if converting crlf -> lf */ in sendfile() local
144 convert = !strcmp(mode, "netascii"); in sendfile()
154 size = readit(file, &dp, convert, segment_size); in sendfile()
180 read_ahead(file, convert, segment_size); in sendfile()
281 int convert; /* true if converting crlf -> lf */ in recvfile() local
290 convert = !strcmp(mode, "netascii"); in recvfile()
327 write_behind(file, convert); in recvfile()
400 size = writeit(file, &dp, n - 4, convert); in recvfile()
414 write_behind(file, convert); /* flush last buffer */ in recvfile()
/openbsd-src/gnu/gcc/gcc/
H A Dconvert.c333 return convert (type, in convert_to_real()
526 convert (lang_hooks.types.type_for_mode in convert_to_integer()
675 return convert (type, in convert_to_integer()
677 convert (typex, arg0), in convert_to_integer()
678 convert (typex, arg1))); in convert_to_integer()
697 return convert (type, in convert_to_integer()
699 convert (typex, in convert_to_integer()
712 return convert (type, get_unwidened (TREE_OPERAND (expr, 0), type)); in convert_to_integer()
718 convert (type, TREE_OPERAND (expr, 1)), in convert_to_integer()
719 convert (type, TREE_OPERAND (expr, 2))); in convert_to_integer()
[all …]
H A Dtree-mudflap.c557 convert (mf_uintptr_type, unshare_expr (base))); in mf_build_check_statement_for()
565 convert (mf_uintptr_type, unshare_expr (limit))); in mf_build_check_statement_for()
833 convert (mf_uintptr_type, addr), in mf_xform_derefs_1()
870 ofs = convert (bitsizetype, TREE_OPERAND (t, 2)); in mf_xform_derefs_1()
874 size = convert (bitsizetype, TREE_OPERAND (t, 1)); in mf_xform_derefs_1()
877 size = convert (sizetype, size); in mf_xform_derefs_1()
880 addr = convert (ptr_type_node, addr); in mf_xform_derefs_1()
1001 size = convert (size_type_node, TYPE_SIZE_UNIT (TREE_TYPE (decl))); in mx_register_decls()
1006 convert (ptr_type_node, in mx_register_decls()
1024 convert (ptr_type_node, in mx_register_decls()
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/t/
H A Dconverter.t48 my $converted = $cmc->convert( version => 2 );
59 my $converted = $cmc->convert( version => '1.4' );
70 my $converted = $cmc->convert( version => '1.2' );
93 my $converted = $cmc->convert( version => '1.0' );
116 my $up_converted = $cmc->convert( version => 2 );
134 my $down_converted = $cmc->convert( version => 1.4 );
146 my $up_converted = $cmc->convert( version => 2 );
159 my $converted = $cmc->convert( version => 2 );
178 my $converted = $cmc1->convert( version => 2 );
180 my $roundtrip = $cmc2->convert( version => 1.4 );
[all …]
H A Dconverter-bad.t35 my $converted = $cmc->convert( version => 2 );
46 my $converted = $cmc->convert( version => '1.4' );
57 my $converted = $cmc->convert( version => '1.2' );
68 my $converted = $cmc->convert( version => '1.0' );
/openbsd-src/games/number/
H A Dnumber.c64 void convert(char *);
102 convert(line); in main()
110 convert(*argv); in main()
118 convert(char *line) in convert() function
218 convert(part1); in convertexp()
225 convert(tmp); in convertexp()
231 convert(part3); in convertexp()
/openbsd-src/gnu/usr.bin/perl/
H A Dregcomp_trie.c294 would convert into the following structure. Numbers represent states, letters
480 trie->jump[curword] = (U16)(noper_next - convert); \
565 regnode *convert = NULL; in Perl_make_trie()
633 convert = first; in Perl_make_trie()
636 convert = REGNODE_AFTER( first ); in Perl_make_trie()
863 At the end we convert both representations into the same compressed in Perl_make_trie()
890 We build the initial structure using the lists, and then convert in Perl_make_trie()
1120 we have to use TRIE_NODENUM() to convert. in Perl_make_trie()
1251 the next pointers we have to convert them from the original in Perl_make_trie()
1361 This means we convert eithe in Perl_make_trie()
553 regnode *convert = NULL; Perl_make_trie() local
[all...]
/openbsd-src/lib/libc/arch/sparc64/gen/
H A Dfixunsdfsi.S74 fbul,a 1f ! if so, use fdtoi to convert to int
77 ! d does not fit in an int, so subtract 2^63, convert,
82 fdtox %f0, %f0 ! convert to int
118 fbul,a 1f ! if so, use fdtoi to convert to int
121 ! d does not fit in an int, so subtract 2^63, convert,
126 fstox %f0, %f0 ! convert to int
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp32 APFixedPoint APFixedPoint::convert(const FixedPointSemantics &DstSema, in convert() function in llvm::APFixedPoint
184 APFixedPoint ConvertedThis = convert(CommonFXSema); in add()
185 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in add()
208 APFixedPoint ConvertedThis = convert(CommonFXSema); in sub()
209 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in sub()
232 APFixedPoint ConvertedThis = convert(CommonFXSema); in mul()
233 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in mul()
289 APFixedPoint ConvertedThis = convert(CommonFXSema); in div()
290 APFixedPoint ConvertedOther = Other.convert(CommonFXSema); in div()
514 ScaleFactor.convert(*OpSema, LosslessRM, &Ignored); in convertToFloat()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dcom.c666 element = convert (TREE_TYPE (low), element); in ffecom_subscript_check_()
669 low = convert (TREE_TYPE (element), low); in ffecom_subscript_check_()
671 high = convert (TREE_TYPE (element), high); in ffecom_subscript_check_()
771 arg2 = convert (ffecom_f2c_ftnint_type_node, in ffecom_subscript_check_()
775 convert (TREE_TYPE (element), in ffecom_subscript_check_()
798 arg4 = convert (ffecom_f2c_ftnint_type_node, in ffecom_subscript_check_()
814 die = convert (void_type_node, die); in ffecom_subscript_check_()
919 min = convert (tree_type_x, min); in ffecom_arrayref_()
921 element = convert (tree_type_x, element); in ffecom_arrayref_()
928 convert (sizetype, in ffecom_arrayref_()
[all …]
H A Dste.c215 Init = convert (ffecom_f2c_flag_type_node, \
549 tincr = convert (TREE_TYPE (tvar), integer_one_node); in ffeste_begin_iterdo_()
602 try = convert (integer_type_node, in ffeste_begin_iterdo_()
612 convert (TREE_TYPE (tvar), in ffeste_begin_iterdo_()
654 convert (TREE_TYPE (expr), tincr_saved)); in ffeste_begin_iterdo_()
668 expr = convert (ffecom_integer_type_node, expr); in ffeste_begin_iterdo_()
679 expr = convert (ffecom_integer_type_node, expr); in ffeste_begin_iterdo_()
704 convert (TREE_TYPE (niters), in ffeste_begin_iterdo_()
706 convert (TREE_TYPE (niters), in ffeste_begin_iterdo_()
749 convert (TREE_TYPE (niters), in ffeste_end_iterdo_()
[all …]
/openbsd-src/lib/libcurses/widechar/
H A Dcharable.c75 wchar_t convert; in _nc_to_widechar() local
79 if (mbtowc(&convert, temp, 1) >= 0) in _nc_to_widechar()
80 result = convert; in _nc_to_widechar()
/openbsd-src/gnu/llvm/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp35 APF.convert(APFloat::IEEEhalf(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
40 APF.convert(APFloat::IEEEsingle(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
45 APF.convert(APFloat::IEEEdouble(), APFloat::rmNearestTiesToEven, &Ignored); in printImpl()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dtypeck.c89 convert (type, integer_zero_node),
94 convert (TREE_TYPE (expr), TYPE_MIN_VALUE (type))),
100 convert (TREE_TYPE (expr), TYPE_MAX_VALUE (type))),
114 convert (type, expr) in convert() function
879 *exp1 = convert (double_type_node, *exp1);
881 *exp2 = convert (double_type_node, *exp2);
887 *exp1 = convert (float_type_node, *exp1);
889 *exp2 = convert (float_type_node, *exp2);
895 *exp1 = convert (long_type_node, *exp1);
897 *exp2 = convert (long_type_node, *exp2);
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/text/
H A Diso-8859-115 Older versions didn't convert Beyonc� in verbatim.
25 Older versions didn't convert Beyonc� in verbatim.
H A Diso-8859-1-utf818 Older versions didn't convert Beyonc� in verbatim.
28 Older versions didn't convert Beyoncé in verbatim.
H A Dutf8-iso18 Older versions didn't convert Beyonc� in verbatim.
28 Older versions didn't convert Beyonc� in verbatim.
/openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/
H A Diso-8859-118 Older versions didn't convert Beyonc� in verbatim.
31 Older versions didn't convert Beyonc� in verbatim.
H A Diso-8859-1-roff18 Older versions didn't convert Beyonc� in verbatim.
31 Older versions didn't convert Beyonce\*' in verbatim.
H A Dutf8-verbatim18 Older versions did not convert Beyoncé in verbatim.
31 Older versions did not convert Beyoncé in verbatim.
/openbsd-src/regress/lib/libcrypto/evp/
H A Devptest.c77 convert(unsigned char *s) in convert() function
371 kn = convert(key); in main()
372 in = convert(iv); in main()
373 pn = convert(plaintext); in main()
374 cn = convert(ciphertext); in main()
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta/lib/CPAN/
H A DMeta.pm226 $self = $cmc->convert( version => 2 ); # valid or dies
245 $self = $cmc->convert( version => 2 );
572 $struct = $cmc->convert( version => $options->{version} );
608 $struct = $cmc->convert( version => $version );

12345678910>>...28