| /freebsd-9-stable/lib/msun/src/ |
| D | s_roundf.c | 41 t = floorf(x); in roundf() 46 t = floorf(-x); in roundf()
|
| D | s_floorf.c | 34 floorf(float x) in floorf() function
|
| D | e_lgammaf_r.c | 107 z = floorf(y); in sin_pif() 110 y = (float)2.0*(y - floorf(y)); /* y = |x| mod 2.0 */ in sin_pif()
|
| D | math.h | 332 float floorf(float);
|
| /freebsd-9-stable/lib/msun/i387/ |
| D | s_floorf.S | 11 ENTRY(floorf) 30 END(floorf)
|
| /freebsd-9-stable/contrib/llvm/include/llvm/Target/ |
| D | TargetLibraryInfo.h | 251 floorf, enumerator 706 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl: in hasOptimizedCodeGen()
|
| /freebsd-9-stable/lib/msun/ |
| D | Symbol.map | 101 floorf;
|
| D | Makefile | 168 MLINKS+=floor.3 floorf.3 floor.3 floorl.3
|
| /freebsd-9-stable/contrib/libstdc++/libmath/ |
| D | stubs.c | 192 floorf(float x) in floorf() function
|
| /freebsd-9-stable/gnu/lib/libstdc++/ |
| D | config.h | 901 # define floorf _floorf macro
|
| /freebsd-9-stable/contrib/gcc/ |
| D | builtins.def | 60 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)
|
| D | sys-protos.h | 366 extern float floorf(float);
|
| /freebsd-9-stable/contrib/llvm/lib/Target/ |
| D | TargetLibraryInfo.cpp | 494 TLI.setUnavailable(LibFunc::floorf); in initialize()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/PowerPC/ |
| D | PPCCTRLoops.cpp | 312 case LibFunc::floorf: in mightUseCTR()
|
| /freebsd-9-stable/contrib/libc++/include/ |
| D | cmath | 87 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++/ |
| D | config.h.in | 87 /* Define to 1 if you have the `floorf' function. */ 883 # define floorf _floorf macro
|
| D | linkage.m4 | 441 ceilf floorf)
|
| D | configure | 12180 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
|
| D | ChangeLog-2003 | 1089 ceilf, ceill, floorf, floorl, fmodf, fmodl, frexpf, frexpl,
|
| /freebsd-9-stable/contrib/libstdc++/config/abi/pre/ |
| D | gnu.ver | 578 floorf;
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | tgmath.h | 718 __tg_floor(float __x) {return floorf(__x);} in __tg_floor()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/ |
| D | Builtins.def | 929 LIBBUILTIN(floorf, "ff", "fnc", "math.h", ALL_LANGUAGES)
|
| /freebsd-9-stable/contrib/llvm/lib/Transforms/Vectorize/ |
| D | LoopVectorize.cpp | 1972 case LibFunc::floorf: in getIntrinsicIDForCall()
|
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGBuilder.cpp | 5920 case LibFunc::floorf: in visitCall()
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | extend.texi | 5481 @findex floorf 5798 @code{expl}, @code{fabsf}, @code{fabsl}, @code{floorf}, @code{floorl},
|