Searched refs:nanf (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/libcbor/test/ |
H A D | float_ctrl_encoders_test.c | 129 assert_size_equal(3, cbor_encode_half(nanf("2"), buffer, 512)); in test_half_special() 155 assert_size_equal(5, cbor_encode_single(nanf("3"), buffer, 512)); in test_float()
|
/freebsd/lib/msun/src/ |
H A D | s_nan.c | 97 nanf(const char *s) in nanf() function
|
H A D | math.h | 395 float nanf(const char *) __pure2;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 142 __DEVICE__ float nanf(const char *); 254 using ::nanf;
|
/freebsd/lib/msun/tests/ |
H A D | nan_test.c | 65 af[0] = nanf(nan_format); in testnan()
|
/freebsd/usr.bin/systat/ |
H A D | iolat.c | 149 return -nanf(""); in pest() 151 return nanf(""); in pest()
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 192 nanf;
|
H A D | Makefile | 252 MLINKS+=nan.3 nanf.3 nan.3 nanl.3
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 220 using ::nanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | cmath | 260 float nanf(const char* str); 471 using ::nanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 221 using std::nanf _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers-arithmetic_test.cc | 152 float other_nan = std::nanf("1"); in TEST() 219 EXPECT_FALSE(mf.Matches(std::nanf("1"))); in TEST()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 663 SYMBOL(nanf, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2216 SYMBOL(nanf, std::, <cmath>) 2217 SYMBOL(nanf, None, <cmath>) 2218 SYMBOL(nanf, None, <math.h>)
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2339 fun:nanf=uninstrumented
|