HomeSort by: relevance | last modified time | path
    Searched refs:Floor (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl2/gmake/dist/
subproc.bat 18 rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
configure.bat 18 rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
build_w32.bat 16 rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  /src/external/gpl3/binutils/dist/include/
libfcollector.h 18 ! Foundation, 51 Franklin Street - Fifth Floor, Boston,
  /src/external/gpl3/binutils.old/dist/include/
libfcollector.h 18 ! Foundation, 51 Franklin Street - Fifth Floor, Boston,
  /src/external/gpl3/gcc/dist/include/
libfcollector.h 18 ! Foundation, 51 Franklin Street - Fifth Floor, Boston,
  /src/external/gpl3/gdb/dist/include/
libfcollector.h 18 ! Foundation, 51 Franklin Street - Fifth Floor, Boston,
  /src/external/gpl3/gdb.old/dist/include/
libfcollector.h 18 ! Foundation, 51 Franklin Street - Fifth Floor, Boston,
  /src/external/lgpl3/mpfr/dist/tools/
get_patches.sh 33 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. */
  /src/external/gpl2/gmake/dist/w32/subproc/
build.bat 34 rem Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ScaledNumber.h 194 // Get the floor of the lg of Digits.
197 // Get the actual floor.
198 int32_t Floor = Scale + LocalFloor;
200 return std::make_pair(Floor, 0);
205 return std::make_pair(Floor + Round, Round ? 1 : -1);
217 /// Get the lg floor of a scaled number.
219 /// Get the floor of the lg of \c Digits*2^Scale.
557 /// Get the lg floor. lg 0 is defined to be INT32_MIN.
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 765 APInt Floor = APInt(BitWidth, 1) << Val.logBase2();
768 if ((Val - Floor).ule(Ceil - Val)) {
769 WorkStack.push_back(Floor);
770 WorkStack.push_back(Val - Floor);
809 APInt Floor = APInt(BitWidth, 1) << C.logBase2();
814 // where floor_c = pow(2, floor(log2(c))) and ceil_c = pow(2, ceil(log2(c))),
816 if ((C - Floor).ule(Ceil - C)) {
817 SDValue Op0 = genConstMult(X, Floor, DL, VT, ShiftTy, DAG);
818 SDValue Op1 = genConstMult(X, C - Floor, DL, VT, ShiftTy, DAG);
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 19 % to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  /src/external/gpl2/gmake/dist/config/
texinfo.tex 24 % to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
  /src/external/gpl2/groff/dist/doc/
texinfo.tex 24 % to the Free Software Foundation, Inc., 51 Franklin St - Fifth Floor,
  /src/external/lgpl3/mpfr/dist/
configure 24 # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
1663 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
14928 # says that ceil, floor and rint are provided by libm. We would also
17034 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for math/floor" >&5
17035 printf %s "checking for math/floor... " >&6; }
17046 return f(floor);

Completed in 56 milliseconds