Searched refs:nanf (Results 1 - 20 of 20) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Dnanf.c3 float nanf(const char *s) function
/haiku/src/system/libroot/posix/glibc/arch/generic/
H A Ds_ccosf.c35 __real__ res = nanf ("");
46 __imag__ res = nanf ("");
55 __real__ res = nanf ("");
56 __imag__ res = nanf ("");
H A Ds_csinhf.c62 __imag__ retval = nanf ("") + nanf ("");
71 __real__ retval = nanf ("");
72 __imag__ retval = nanf ("");
106 __imag__ retval = nanf ("") + nanf ("");
116 __real__ retval = nanf ("");
117 __imag__ retval = __imag__ x == 0.0 ? __imag__ x : nanf ("");
H A Ds_ccoshf.c52 __imag__ retval = __real__ x == 0.0 ? 0.0 : nanf ("");
53 __real__ retval = nanf ("");
85 __imag__ retval = nanf ("") + nanf ("");
95 __real__ retval = nanf ("");
96 __imag__ retval = __imag__ x == 0.0 ? __imag__ x : nanf ("");
H A Ds_casinf.c38 __real__ res = nanf ("");
43 __real__ res = nanf ("");
44 __imag__ res = nanf ("");
H A Ds_csinf.c61 __real__ retval = nanf ("");
71 __real__ retval = nanf ("");
72 __imag__ retval = nanf ("");
107 __real__ retval = nanf ("");
121 __real__ retval = nanf ("");
122 __imag__ retval = nanf ("");
H A Ds_catanf.c46 __real__ res = nanf ("");
51 __real__ res = nanf ("");
56 __real__ res = nanf ("");
57 __imag__ res = nanf ("");
H A Ds_casinhf.c39 __imag__ res = nanf ("");
51 __imag__ res = nanf ("");
55 __real__ res = nanf ("");
56 __imag__ res = nanf ("");
H A Ds_cexpf.c61 __real__ retval = nanf ("");
62 __imag__ retval = nanf ("");
96 __imag__ retval = nanf ("");
112 __real__ retval = nanf ("");
113 __imag__ retval = nanf ("");
H A Ds_ctanhf.c46 __real__ res = nanf ("");
47 __imag__ res = nanf ("");
H A Ds_ctanf.c46 __real__ res = nanf ("");
47 __imag__ res = nanf ("");
H A Ds_clogf.c51 __imag__ result = nanf ("");
56 __real__ result = nanf ("");
H A Ds_clog10f.c51 __imag__ result = nanf ("");
56 __real__ result = nanf ("");
H A Ds_cacoshf.c40 __imag__ res = nanf ("");
55 __imag__ res = nanf ("");
59 __real__ res = nanf ("");
60 __imag__ res = nanf ("");
H A Ds_csqrtf.c46 __real__ res = icls == FP_NAN ? nanf ("") : 0;
53 ? nanf ("") : copysignf (0.0, __imag__ x));
58 __real__ res = nanf ("");
59 __imag__ res = nanf ("");
H A Ds_catanhf.c47 __imag__ res = nanf ("");
51 __real__ res = nanf ("");
52 __imag__ res = nanf ("");
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp126 float brightness = std::nanf("0");
/haiku/headers/posix/
H A Dmath.h175 extern float nanf(const char *tagp);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2110 void nanf() {} function
H A Dlibroot_stubs_legacy.c2083 void nanf() {} function

Completed in 151 milliseconds