Searched refs:round (Results 76 - 82 of 82) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp5255 Int = Intrinsic::round;
6802 ID = Intrinsic::round;
7102 case 1: ID = Intrinsic::round; break;
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp163 // Combine the round and odd parts.
4801 case Intrinsic::round: {
4814 case Intrinsic::round: Opcode = ISD::FROUND; break;
5891 case LibFunc::round:
/freebsd-11.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-gmxx-defs.h10433 uint64_t round : 16; /**< Which Spi ports participate in each arbitration member in struct:cvmx_gmxx_tx_spi_roundx::cvmx_gmxx_tx_spi_roundx_s
10434 round. Each bit corresponds to a spi port
10435 - 0: this port will arb in this round
10436 - 1: this port will not arb in this round
10439 uint64_t round : 16;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2334 case LibFunc::round:
2410 // round, roundf, roundl:
2411 // * round(cnst) -> cnst'
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp689 case Intrinsic::round:
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp3823 case Intrinsic::round:
4114 // If we have an explicit value to collapse to, do that round of the
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure12156 echo "$as_me:$LINENO: checking for float round functions" >&5
12157 echo $ECHO_N "checking for float round functions... $ECHO_C" >&6
12335 echo "$as_me:$LINENO: checking for _float round functions" >&5
12336 echo $ECHO_N "checking for _float round functions... $ECHO_C" >&6
19298 echo "$as_me:$LINENO: checking for long double round functions" >&5
19299 echo $ECHO_N "checking for long double round functions... $ECHO_C" >&6
19477 echo "$as_me:$LINENO: checking for _long double round functions" >&5
19478 echo $ECHO_N "checking for _long double round functions... $ECHO_C" >&6
31059 round(0.0);
36196 echo "$as_me:$LINENO: checking for float round function
[all...]

Completed in 465 milliseconds

1234