Searched refs:convert (Results 51 - 75 of 112) sorted by relevance

12345

/freebsd-9.3-release/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h320 opStatus convert(const fltSemantics &, roundingMode, bool *);
/freebsd-9.3-release/contrib/ntp/include/
H A Dparse.h356 parse_cvt_fnc_t *convert; member in struct:clockformat
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp65 // If the vector is a vector of floating point, convert it to vector of int
99 // If this is a scalar -> vector cast, convert the input into a <1 x scalar>
141 // Okay, we know the destination is integer, if the input is FP, convert
604 // PtrToInt may change the bitwidth so we have convert to the right size
1259 APF.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &unused);
1281 APF.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &unused);
1334 Val.convert(APFloat::IEEEhalf, APFloat::rmNearestTiesToEven, &lost);
1362 APF.convert(APFloat::IEEEdouble, APFloat::rmNearestTiesToEven, &unused);
1477 Val.convert(APFloat::IEEEsingle, APFloat::rmNearestTiesToEven, &lost);
1537 APF.convert(APFloa
[all...]
/freebsd-9.3-release/contrib/gcc/cp/
H A Dclass.c37 #include "convert.h"
227 convert A to a base B, CODE is PLUS_EXPR and BINFO is the binfo for
228 the B base instance within A. To convert base A to derived B, CODE
280 error ("cannot convert from base %qT to derived type %qT via virtual base %qT",
362 v_offset = convert (t, current_vtt_parm);
554 /* First, convert to the requested type. */
560 If not, convert to the base class that owns it. We cannot use
1349 delta = size_diffop (convert (ssizetype,
1351 convert (ssizetype,
1413 convert (ssizetyp
[all...]
H A Drtti.c34 #include "convert.h"
259 t = convert (type_info_ptr_type, t);
551 convert statically. */
595 /* If we got here, we can't convert statically. Therefore,
1066 offset = convert (sizetype, offset);
H A Dexcept.c152 return convert (ptr_type_node, build_address (exp));
H A Ddecl2.c2293 guard_value = convert (TREE_TYPE (guard), guard_value);
2299 guard_value = convert (TREE_TYPE (guard), guard_value);
2315 guard_init = convert (TREE_TYPE (guard), guard_init);
H A Dtypeck.c43 #include "convert.h"
331 /* If one is unsigned long long, then convert the other to unsigned
339 convert to a long long. Otherwise, convert to an unsigned long
340 long. Otherwise, if either operand is long long, convert the
1585 standard conversions are applied to convert the expression to an
1660 /* Make sure that we don't try to convert between char and wchar_t. */
1884 to convert to it successfully. */
1973 /* Note that we do not convert OBJECT to the BASELINK_BINFO
2460 seem to be to convert ID
[all...]
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c111 static void convert(long val, char * buf);
1381 convert(val, buf) function
1411 convert(val, buf);
1667 convert(eitol(thistypecnt), tzh.tzh_ttisgmtcnt);
1668 convert(eitol(thistypecnt), tzh.tzh_ttisstdcnt);
1669 convert(eitol(thisleapcnt), tzh.tzh_leapcnt);
1670 convert(eitol(thistimecnt), tzh.tzh_timecnt);
1671 convert(eitol(thistypecnt), tzh.tzh_typecnt);
1672 convert(eitol(thischarcnt), tzh.tzh_charcnt);
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dtree.c1479 * type information (no prototype or variable # of args), convert
1547 tn = convert(op, 0, ntp, tn);
1618 *lnp = convert(op, 0, ntp, *lnp);
1623 *rnp = convert(op, 0, ntp, *rnp);
1633 convert(op_t op, int arg, type_t *tp, tnode_t *tn) function
1639 lerror("convert() 1");
1816 /* (void *)0 already handled in convert() */
1851 * tp type in which to convert the constant
2028 * possible, also not with necessary casts, to convert
2261 ln = convert(NOO
[all...]
H A Dinit.c430 tn = convert(INIT, 0, initstk->i_type, tn);
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPFloat.cpp970 status = extendedAddend.convert(extendedSemantics, rmTowardZero, &ignored);
1930 /// APFloat::convert - convert a value of one floating point type to another.
1938 APFloat::convert(const fltSemantics &toSemantics,
2889 fs = extended.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo);
2894 fs = u.convert(IEEEdouble, rmNearestTiesToEven, &losesInfo);
2900 // just set the second double to zero. Otherwise, re-convert back to
2902 // convert exactly to double.
2904 fs = u.convert(extendedSemantics, rmNearestTiesToEven, &losesInfo);
2910 fs = v.convert(IEEEdoubl
[all...]
/freebsd-9.3-release/crypto/openssh/regress/
H A DMakefile38 keygen-convert \
/freebsd-9.3-release/contrib/expat/lib/
H A Dexpat.h469 The data member will be passed as the first argument to the convert
472 The convert function is used to convert multibyte sequences; s will
474 convert function must return the Unicode scalar value represented
477 The convert function may be NULL if the encoding is a single-byte
482 release has been called, the convert function will not be called
509 int (XMLCALL *convert)(void *data, const char *s); member in struct:__anon948
/freebsd-9.3-release/sys/i386/xen/
H A Dexception.s444 shr $2,%ecx # convert bytes to words
/freebsd-9.3-release/contrib/bmake/mk/
H A Ddpadd.mk47 # For the -I's convert the path to a relative one. For separate objdirs
H A Dmeta.stage.mk46 # convert _STAGED_DIRS into suitable filters
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp488 // resultTy may not be the best type to convert to, but it's
494 const llvm::APSInt &first = IntType.convert(symIntExpr->getRHS());
495 const llvm::APSInt &second = IntType.convert(*RHSValue);
/freebsd-9.3-release/usr.sbin/crunch/examples/
H A Dreally-big.conf152 special cc1 objpaths /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lang.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lex.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-pragma.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-decl.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-typeck.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-convert.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-aux-info.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-iterate.o /usr/src/gnu/usr.bin/gcc2/common/obj/libcc1.a
/freebsd-9.3-release/contrib/gcc/
H A Dc-lex.c702 value = build_complex (NULL_TREE, convert (type, integer_zero_node), value);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp265 V.convert(llvm::APFloat::IEEEdouble, llvm::APFloat::rmNearestTiesToEven,
/freebsd-9.3-release/contrib/sendmail/cf/cf/
H A Dsubmit.cf637 # convert old-style addresses to a domain-based address
642 # convert node::user addresses into a domain-based address
903 ### Ruleset 93 -- convert header names to masqueraded form ###
915 ### Ruleset 94 -- convert envelope names to masqueraded form ###
1367 # convert pseudo-domain addresses to real domain addresses
1377 R$+ < @ $+ .UUCP. > $: < $2 ! > $1 convert to UUCP form
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S1269 li t1, SEXP_INF # convert to single
1270 sll t2, t2, 3 # convert D fraction to S
1286 sll t2, t2, 3 # convert D fraction to S
1359 li t1, DEXP_INF # convert to double
1369 sll t3, t2, 32 - 3 # convert S fraction to D
1450 sll t3, t2, 32 - 3 # convert S fraction to D
1532 negu t2 # convert to negative integer
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp546 "Unknown scalar type to convert");
626 // If we're converting from __half, convert the range to float to match
632 MinSrc.convert(Sema, APFloat::rmTowardZero, &IsInexact);
633 MaxSrc.convert(Sema, APFloat::rmTowardZero, &IsInexact);
648 // to convert to the corresponding value in the smaller type.
669 MinBad.convert(SrcSema, APFloat::rmTowardZero, &IsInexact);
670 MaxBad.convert(SrcSema, APFloat::rmTowardZero, &IsInexact);
731 // First, convert to the correct width so that we control the kind of
1430 // First, convert to the correct width so that we control the kind of
1699 F.convert(CG
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Dieee754-sf.S932 4: mov r0, #0 @ What should we convert NAN to?
970 4: mov r0, #0 @ What should we convert NAN to?

Completed in 380 milliseconds

12345