OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scalbnf
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libm/src/
e_scalbf.c
34
return
scalbnf
(x,fn);
42
if ( fn > (float)65000.0) return
scalbnf
(x, 65000);
43
if (-fn > (float)65000.0) return
scalbnf
(x,-65000);
44
return
scalbnf
(x,(int)fn);
s_scalbnf.c
28
__weak_alias(
scalbnf
, _scalbnf)
40
scalbnf
(float x, int n)
function in typeref:typename:float
k_rem_pio2f.c
91
z =
scalbnf
(z,q0); /* actual value of z */
124
if(carry!=0) z -=
scalbnf
(one,q0);
150
z =
scalbnf
(z,-q0);
160
fw =
scalbnf
(one,q0);
namespace.h
88
#define
scalbnf
_scalbnf
macro
e_powf.c
249
if((j>>23)<=0) z =
scalbnf
(z,n); /* subnormal output */
/src/lib/libm/arch/i387/
s_scalbnf.S
11
WEAK_ALIAS(
scalbnf
,_scalbnf)
/src/lib/libm/arch/vax/
n_scalbn.S
37
WEAK_ALIAS(
scalbnf
,_scalbnf)
/src/tests/lib/libm/
t_scalbn.c
224
*
scalbnf
(3)
229
atf_tc_set_md_var(tc, "descr", "Test
scalbnf
() for a few values");
241
rv =
scalbnf
(tests[i].inval, tests[i].exp);
257
atf_tc_set_md_var(tc, "descr", "Test
scalbnf
(NaN, n) == NaN");
269
y =
scalbnf
(x, exps[i]);
277
atf_tc_set_md_var(tc, "descr", "Test
scalbnf
(-Inf, n) == -Inf");
286
ATF_CHECK(
scalbnf
(x, exps[i]) == x);
292
atf_tc_set_md_var(tc, "descr", "Test
scalbnf
(+Inf, n) == +Inf");
301
ATF_CHECK(
scalbnf
(x, exps[i]) == x);
307
atf_tc_set_md_var(tc, "descr", "Test
scalbnf
(x, n) == ldexpf(x, n)")
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
int_math.h
108
#define crt_scalbnf(x, y)
scalbnf
((x), (y))
/src/include/
math.h
368
float
scalbnf
(float, int);
/src/lib/libm/
Makefile
546
MLINKS+=scalbn.3
scalbnf
.3 \
Completed in 19 milliseconds
Indexes created Tue Oct 07 11:09:55 GMT 2025