Home
last modified time | relevance | path

Searched refs:fmodf (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/lib/libm/src/
H A De_fmodf.c28 fmodf(float x, float y) in fmodf() function
102 DEF_STD(fmodf);
H A De_remainderf.c41 if (hp<=0x7effffff) x = fmodf(x,p+p); /* now x < 2p */ in remainderf()
/openbsd/gnu/llvm/llvm/lib/Support/Windows/
H A Dexplicit_symbols.inc84 INLINE_DEF_FLOAT_SYMBOL(fmodf, 2)
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cmath.h95 extern "C" float (fmodf)(float, float);
132 using ::fmodf;
406 fmod(float __x, float __y) { return __gnu_cxx::__c99_binding::fmodf(__x, __y); } in fmod()
/openbsd/lib/libm/
H A DSymbols.map163 fmodf;
/openbsd/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c209 fmodf(float x, float y) in fmodf() function
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod()
466 using ::fmodf;
H A D__clang_cuda_math.h136 __DEVICE__ float fmodf(float __a, float __b) { return __nv_fmodf(__a, __b); } in fmodf() function
H A D__clang_hip_cmath.h753 using ::fmodf;
H A Dtgmath.h787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod()
H A D__clang_hip_math.h256 float fmodf(float __x, float __y) { return __ocml_fmod_f32(__x, __y); }
/openbsd/lib/libm/hidden/
H A Dmath.h97 PROTO_NORMAL(fmodf);
/openbsd/include/
H A Dmath.h340 float fmodf(float, float);
/openbsd/gnu/lib/libstdc++/libstdc++/
H A Dacconfig.h298 # define fmodf _fmodf macro
H A Dconfig.h.in416 /* Define if you have the fmodf function. */
956 # define fmodf _fmodf macro
/openbsd/gnu/lib/libstdc++-v3/
H A Dconfig.h897 # define fmodf _fmodf macro
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath90 float fmodf(float x, float y);
379 using ::fmodf _LIBCPP_USING_IF_EXISTS;
/openbsd/gnu/gcc/libstdc++-v3/config/abi/pre/
H A Dgnu.ver580 fmodf;
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DRuntimeLibcalls.def110 HANDLE_LIBCALL(REM_F32, "fmodf")
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1290 /// float fmodf(float x, float y);
1291 TLI_DEFINE_ENUM_INTERNAL(fmodf)
1292 TLI_DEFINE_STRING_INTERNAL("fmodf")
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dsys-protos.h369 extern float fmodf(float, float);
/openbsd/gnu/gcc/gcc/
H A Dsys-protos.h369 extern float fmodf(float, float);
H A Dbuiltins.def253 DEF_C99_C90RES_BUILTIN (BUILT_IN_FMODF, "fmodf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ER…
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc479 SYMBOL(fmodf, None, <math.h>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1237 LIBBUILTIN(fmodf, "fff", "fne", MATH_H, ALL_LANGUAGES)

12