OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:crt_scalbnf
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/builtins/
divsc3.c
28
__c =
crt_scalbnf
(__c, -__ilogbw);
29
__d =
crt_scalbnf
(__d, -__ilogbw);
33
COMPLEX_REAL(z) =
crt_scalbnf
((__a * __c + __b * __d) / __denom, -__ilogbw);
34
COMPLEX_IMAGINARY(z) =
crt_scalbnf
((__b * __c - __a * __d) / __denom, -__ilogbw);
int_math.h
108
#define
crt_scalbnf
(x, y) scalbnf((x), (y))
macro
112
#define
crt_scalbnf
(x, y) __builtin_scalbnf((x), (y))
macro
Completed in 13 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025