Searched refs:modfl (Results 1 – 16 of 16) sorted by relevance
| /freebsd-14.2/contrib/netbsd-tests/lib/libm/ |
| H A D | t_modf.c | 51 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 D | nearbyint_test.c | 135 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 D | s_modfl.c | 58 modfl(long double x, long double *iptr) in modfl() function
|
| H A D | math.h | 472 long double modfl(long double, long double *); /* fundamentally !__pure2 */
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/ |
| H A D | t_fpclassify.c | 174 d2 = modfl(d1, &ip); in ATF_TC_BODY()
|
| /freebsd-14.2/lib/msun/ |
| H A D | Symbol.map | 139 modfl;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/ |
| H A D | cmath.inc | 112 using ::modfl;
|
| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | cmath.inc | 113 using std::modfl;
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | Makefile.inc | 471 modf.3 modfl.3
|
| /freebsd-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | cmath | 111 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 D | TargetLibraryInfo.def | 1770 /// 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 D | CSymbolMap.inc | 651 SYMBOL(modfl, None, <math.h>)
|
| H A D | StdSymbolMap.inc | 2190 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 D | sanitizer_common_interceptors.inc | 3086 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 D | Builtins.def | 1319 LIBBUILTIN(modfl, "LdLdLd*", "fn", MATH_H, ALL_LANGUAGES)
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2307 fun:modfl=uninstrumented
|