Home
last modified time | relevance | path

Searched refs:floorf (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-9-stable/lib/msun/src/
Ds_roundf.c41 t = floorf(x); in roundf()
46 t = floorf(-x); in roundf()
Ds_floorf.c34 floorf(float x) in floorf() function
De_lgammaf_r.c107 z = floorf(y); in sin_pif()
110 y = (float)2.0*(y - floorf(y)); /* y = |x| mod 2.0 */ in sin_pif()
Dmath.h332 float floorf(float);
/freebsd-9-stable/lib/msun/i387/
Ds_floorf.S11 ENTRY(floorf)
30 END(floorf)
/freebsd-9-stable/contrib/llvm/include/llvm/Target/
DTargetLibraryInfo.h251 floorf, enumerator
706 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
/freebsd-9-stable/lib/msun/
DSymbol.map101 floorf;
DMakefile168 MLINKS+=floor.3 floorf.3 floor.3 floorl.3
/freebsd-9-stable/contrib/libstdc++/libmath/
Dstubs.c192 floorf(float x) in floorf() function
/freebsd-9-stable/gnu/lib/libstdc++/
Dconfig.h901 # define floorf _floorf macro
/freebsd-9-stable/contrib/gcc/
Dbuiltins.def60 compiler. For instance C90 reserves floorf function, but does not
61 define it's meaning. When user uses floorf we may assume that the
62 floorf has the meaning we expect, but we can't produce floorf by
241 DEF_C99_C90RES_BUILTIN (BUILT_IN_FLOORF, "floorf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LIST)
Dsys-protos.h366 extern float floorf(float);
/freebsd-9-stable/contrib/llvm/lib/Target/
DTargetLibraryInfo.cpp494 TLI.setUnavailable(LibFunc::floorf); in initialize()
/freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp312 case LibFunc::floorf: in mightUseCTR()
/freebsd-9-stable/contrib/libc++/include/
Dcmath87 float floorf(float x);
826 using ::floorf;
829 inline _LIBCPP_INLINE_VISIBILITY float floor(float __lcpp_x) _NOEXCEPT {return floorf(_…
/freebsd-9-stable/contrib/libstdc++/
Dconfig.h.in87 /* Define to 1 if you have the `floorf' function. */
883 # define floorf _floorf macro
Dlinkage.m4441 ceilf floorf)
Dconfigure12180 ceilf (0); floorf (0);
12228 for ac_func in ceilf floorf
36220 ceilf (0); floorf (0);
36268 for ac_func in ceilf floorf
58090 ceilf (0); floorf (0);
58138 for ac_func in ceilf floorf
82464 ceilf (0); floorf (0);
82512 for ac_func in ceilf floorf
DChangeLog-20031089 ceilf, ceill, floorf, floorl, fmodf, fmodl, frexpf, frexpl,
/freebsd-9-stable/contrib/libstdc++/config/abi/pre/
Dgnu.ver578 floorf;
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/
Dtgmath.h718 __tg_floor(float __x) {return floorf(__x);} in __tg_floor()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DBuiltins.def929 LIBBUILTIN(floorf, "ff", "fnc", "math.h", ALL_LANGUAGES)
/freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1972 case LibFunc::floorf: in getIntrinsicIDForCall()
/freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp5920 case LibFunc::floorf: in visitCall()
/freebsd-9-stable/contrib/gcc/doc/
Dextend.texi5481 @findex floorf
5798 @code{expl}, @code{fabsf}, @code{fabsl}, @code{floorf}, @code{floorl},

12