Home
last modified time | relevance | path

Searched refs:modfl (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/netbsd-tests/lib/libm/
H A Dt_modf.c51 ATF_CHECK(modfl(1.0, &basel) == 0.0); in ATF_TC_BODY()
58 ATF_CHECK(modfl(-1 - LDBL_EPSILON, &basel) == -LDBL_EPSILON); in ATF_TC_BODY()
/freebsd-14.2/lib/msun/tests/
H A Dnearbyint_test.c135 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()
147 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()
/freebsd-14.2/lib/msun/src/
H A Ds_modfl.c58 modfl(long double x, long double *iptr) in modfl() function
H A Dmath.h472 long double modfl(long double, long double *); /* fundamentally !__pure2 */
/freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/
H A Dt_fpclassify.c174 d2 = modfl(d1, &ip); in ATF_TC_BODY()
/freebsd-14.2/lib/msun/
H A DSymbol.map139 modfl;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc112 using ::modfl;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc113 using std::modfl;
/freebsd-14.2/lib/libc/gen/
H A DMakefile.inc471 modf.3 modfl.3
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dcmath111 long double modfl(long double value, long double* iptr);
502 using ::modfl _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def1770 /// long double modfl(long double value, long double *iptr);
1771 TLI_DEFINE_ENUM_INTERNAL(modfl)
1772 TLI_DEFINE_STRING_INTERNAL("modfl")
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc651 SYMBOL(modfl, None, <math.h>)
H A DStdSymbolMap.inc2190 SYMBOL(modfl, std::, <cmath>)
2191 SYMBOL(modfl, None, <cmath>)
2192 SYMBOL(modfl, None, <math.h>)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3086 INTERCEPTOR(long double, modfl, long double x, long double *iptr) {
3088 COMMON_INTERCEPTOR_ENTER(ctx, modfl, x, iptr);
3092 long double res = REAL(modfl)(x, iptr);
3101 COMMON_INTERCEPT_FUNCTION_LDBL(modfl);
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1319 LIBBUILTIN(modfl, "LdLdLd*", "fn", MATH_H, ALL_LANGUAGES)
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2307 fun:modfl=uninstrumented