/openbsd/lib/libm/arch/amd64/ |
H A D | s_floorf.S | 10 ENTRY(floorf) 11 RETGUARD_SETUP(floorf, r11) 24 RETGUARD_CHECK(floorf, r11) 26 END_STD(floorf)
|
/openbsd/regress/lib/libm/complex/ |
H A D | complex.c | 17 floorf((__real__ (f)) * PREC) == floorf((r) * PREC) && \ 18 floorf((__imag__ (f)) * PREC) == floorf((i) * PREC) \
|
/openbsd/lib/libm/src/ |
H A D | s_roundf.c | 41 t = floorf(x); in roundf() 46 t = floorf(-x); in roundf()
|
H A D | s_floorf.c | 31 floorf(float x) in floorf() function 59 DEF_STD(floorf);
|
H A D | e_lgammaf_r.c | 105 z = floorf(y); in sin_pif() 108 y = (float)2.0*(y - floorf(y)); /* y = |x| mod 2.0 */ in sin_pif()
|
H A D | k_rem_pio2f.c | 80 z -= (float)8.0*floorf(z*(float)0.125); /* trim off integer >= 8 */ in __kernel_rem_pio2f()
|
/openbsd/lib/libm/arch/hppa/ |
H A D | s_floorf.c | 11 floorf(float x) in floorf() function 24 DEF_STD(floorf);
|
/openbsd/lib/libm/arch/i387/ |
H A D | s_floorf.S | 9 ENTRY(floorf) 26 END_STD(floorf)
|
/openbsd/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | explicit_symbols.inc | 83 INLINE_DEF_FLOAT_SYMBOL(floorf, 1)
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 94 extern "C" float (floorf)(float); 129 using ::floorf; 383 floor(float __x) { return __gnu_cxx::__c99_binding::floorf(__x); } in floor()
|
/openbsd/lib/libm/ |
H A D | Symbols.map | 151 floorf;
|
/openbsd/gnu/gcc/libstdc++-v3/libmath/ |
H A D | stubs.c | 192 floorf(float x) in floorf() function
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 54 __DEVICE__ float floor(float __x) { return ::floorf(__x); } in floor() 462 using ::floorf;
|
H A D | __clang_cuda_math.h | 124 __DEVICE__ float floorf(float __f) { return __nv_floorf(__f); } in floorf() function
|
H A D | __clang_hip_cmath.h | 749 using ::floorf;
|
H A D | tgmath.h | 711 __tg_floor(float __x) {return floorf(__x);} in __tg_floor()
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 85 PROTO_NORMAL(floorf);
|
/openbsd/include/ |
H A D | math.h | 330 float floorf(float);
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | acconfig.h | 288 # define floorf _floorf macro
|
H A D | config.h.in | 410 /* Define if you have the floorf function. */ 946 # define floorf _floorf macro
|
/openbsd/gnu/lib/libstdc++-v3/ |
H A D | config.h | 887 # define floorf _floorf macro
|
/openbsd/gnu/gcc/gcc/ |
H A 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)
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cmath | 86 float floorf(float x); 376 using ::floorf _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/gcc/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 578 floorf;
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 242 HANDLE_LIBCALL(FLOOR_F32, "floorf")
|