Searched refs:Round (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/usr.bin/calendar/calendars/
H A Dcalendar.history322 09/20 Magellan leaves Spain on the first Round the World passage, 1519
/freebsd-10.0-release/contrib/gcc/config/arm/
H A Dieee754-sf.S145 @ Round with MSB of r1. If halfway between two numbers, round towards
476 @ Round the result, merge final exponent.
652 @ Round the result, merge final exponent.
H A Dieee754-df.S193 @ Round with MSB of ip. If halfway between two numbers, round towards
672 @ Round the result, merge final exponent.
947 @ Round the result, merge final exponent.
/freebsd-10.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4870 SDValue Round = DAG.getNode(ISD::AND, dl, MVT::i64, local
4872 Round = DAG.getNode(ISD::ADD, dl, MVT::i64,
4873 Round, DAG.getConstant(2047, MVT::i64));
4874 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
4875 Round = DAG.getNode(ISD::AND, dl, MVT::i64,
4876 Round, DAG.getConstant(-2048, MVT::i64));
4893 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SINT);
4968 00 Round to nearest
4969 01 Round t
[all...]
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6576 SDValue Round = DAG.getConstantFP(*N0CFP->getConstantFPValue(), EVT); local
6577 return DAG.getNode(ISD::FP_EXTEND, N->getDebugLoc(), VT, Round);

Completed in 200 milliseconds