Home
last modified time | relevance | path

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

/dragonfly/contrib/openbsd_libm/src/
H A Ds_roundf.c43 t = floorf(x); in roundf()
48 t = floorf(-x); in roundf()
H A Ds_floorf.c31 floorf(float x) in floorf() function
H A De_lgammaf_r.c105 z = floorf(y); in sin_pif()
108 y = (float)2.0*(y - floorf(y)); /* y = |x| mod 2.0 */ in sin_pif()
H A Dk_rem_pio2f.c81 z -= (float)8.0*floorf(z*(float)0.125); /* trim off integer >= 8 */ in __kernel_rem_pio2f()
/dragonfly/contrib/openbsd_libm/arch/amd64/
H A Ds_floorf.S9 ENTRY(floorf)
23 END(floorf)
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dmath_stubs_float.cc107 floorf(float x) in floorf() function
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dmath_stubs_float.cc107 floorf(float x) in floorf() function
/dragonfly/lib/libm/
H A DSymbol.map99 floorf;
H A DMakefile256 MLINKS+=floor.3 floorf.3 \
/dragonfly/contrib/openbsd_libm/include/global/
H A Dmath.h333 float floorf(float);
/dragonfly/gnu/lib/gcc47/libstdc++/
H A Dconfig.h996 # define floorf _floorf macro
H A Dlibstdc++-symbols.ver607 floorf;
/dragonfly/gnu/lib/gcc80/libstdcxx/headers/
H A Dconfig.h1110 # define floorf _floorf macro
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbuiltins.def59 compiler. For instance C90 reserves floorf function, but does not
60 define it's meaning. When user uses floorf we may assume that the
61 floorf has the meaning we expect, but we can't produce floorf by
251 DEF_C99_C90RES_BUILTIN (BUILT_IN_FLOORF, "floorf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LEAF_LIST)
/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.def58 compiler. For instance C90 reserves floorf function, but does not
59 define it's meaning. When user uses floorf we may assume that the
60 floorf has the meaning we expect, but we can't produce floorf by
393 DEF_C99_C90RES_BUILTIN (BUILT_IN_FLOORF, "floorf", BT_FN_FLOAT_FLOAT, ATTR_CONST_NOTHROW_LEAF_LIST)
/dragonfly/contrib/openbsd_libm/
H A DMakefile248 MLINKS+=floor.3 floorf.3
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in147 /* Define to 1 if you have the `floorf' function. */
973 # define floorf _floorf macro
/dragonfly/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu.ver838 floorf;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver1079 floorf;
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dextend.texi7649 @findex floorf
7979 @code{expl}, @code{fabsf}, @code{fabsl}, @code{floorf}, @code{floorl},
H A Dmd.texi4840 corresponds to the C data type @code{double} and the @code{floorf}