/openbsd/lib/libm/src/ |
H A D | e_fmodf.c | 28 fmodf(float x, float y) in fmodf() function 102 DEF_STD(fmodf);
|
H A D | e_remainderf.c | 41 if (hp<=0x7effffff) x = fmodf(x,p+p); /* now x < 2p */ in remainderf()
|
/openbsd/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | explicit_symbols.inc | 84 INLINE_DEF_FLOAT_SYMBOL(fmodf, 2)
|
/openbsd/gnu/lib/libstdc++/libstdc++/include/c_std/ |
H A D | std_cmath.h | 95 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 D | Symbols.map | 163 fmodf;
|
/openbsd/gnu/gcc/libstdc++-v3/libmath/ |
H A D | stubs.c | 209 fmodf(float x, float y) in fmodf() function
|
/openbsd/gnu/llvm/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 55 __DEVICE__ float fmod(float __x, float __y) { return ::fmodf(__x, __y); } in fmod() 466 using ::fmodf;
|
H A D | __clang_cuda_math.h | 136 __DEVICE__ float fmodf(float __a, float __b) { return __nv_fmodf(__a, __b); } in fmodf() function
|
H A D | __clang_hip_cmath.h | 753 using ::fmodf;
|
H A D | tgmath.h | 787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod()
|
H A D | __clang_hip_math.h | 256 float fmodf(float __x, float __y) { return __ocml_fmod_f32(__x, __y); }
|
/openbsd/lib/libm/hidden/ |
H A D | math.h | 97 PROTO_NORMAL(fmodf);
|
/openbsd/include/ |
H A D | math.h | 340 float fmodf(float, float);
|
/openbsd/gnu/lib/libstdc++/libstdc++/ |
H A D | acconfig.h | 298 # define fmodf _fmodf macro
|
H A D | config.h.in | 416 /* Define if you have the fmodf function. */ 956 # define fmodf _fmodf macro
|
/openbsd/gnu/lib/libstdc++-v3/ |
H A D | config.h | 897 # define fmodf _fmodf macro
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cmath | 90 float fmodf(float x, float y); 379 using ::fmodf _LIBCPP_USING_IF_EXISTS;
|
/openbsd/gnu/gcc/libstdc++-v3/config/abi/pre/ |
H A D | gnu.ver | 580 fmodf;
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 110 HANDLE_LIBCALL(REM_F32, "fmodf")
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 1290 /// 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 D | sys-protos.h | 369 extern float fmodf(float, float);
|
/openbsd/gnu/gcc/gcc/ |
H A D | sys-protos.h | 369 extern float fmodf(float, float);
|
H A D | builtins.def | 253 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 D | CSymbolMap.inc | 479 SYMBOL(fmodf, None, <math.h>)
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 1237 LIBBUILTIN(fmodf, "fff", "fne", MATH_H, ALL_LANGUAGES)
|