Searched refs:Floor (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dsol2-ci.asm26 ! the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dcygwin.asm26 * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dsol2-c1.asm26 ! the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dsol2-gc1.asm26 ! the Free Software Foundation, 51 Franklin Street, Fifth Floor,
/freebsd-11.0-release/contrib/gcc/config/ia64/
H A Dcrti.asm24 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dcrtend.asm18 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dcrtbegin.asm18 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dlib1funcs.asm18 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
/freebsd-11.0-release/contrib/gcc/config/arm/
H A Dcrti.asm24 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dlib1funcs.asm28 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
/freebsd-11.0-release/contrib/gcc/config/rs6000/
H A Deabi-ci.asm25 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Deabi-cn.asm25 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dsol-ci.asm26 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dsol-cn.asm26 # the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Ddarwin-fpsave.asm25 * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Ddarwin-tramp.asm26 * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Ddarwin-vecsave.asm25 * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dtramp.asm26 * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Ddarwin-world.asm27 * the Free Software Foundation, 51 Franklin Street, Fifth Floor,
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsol2-ci.asm26 ! the Free Software Foundation, 51 Franklin Street, Fifth Floor,
H A Dsol2-c1.asm26 ! the Free Software Foundation, 51 Franklin Street, Fifth Floor,
/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DScaledNumber.h199 int32_t Floor = Scale + LocalFloor; local
201 return std::make_pair(Floor, 0);
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
/freebsd-11.0-release/contrib/binutils/
H A DMakefile.def21 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp815 uint64_t Floor = 1LL << Log2_64(C); local
821 if (C - Floor <= Ceil - C) {
822 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG);
823 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG);
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1926 SDValue Floor = DAG.getNode(ISD::FTRUNC, SL, VT, Div); local
1927 SDValue Mul = DAG.getNode(ISD::FMUL, SL, VT, Floor, Y);

Completed in 157 milliseconds

12