OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CMPLXF
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libm/complex/
catrigf.c
172
return (
CMPLXF
(x, y + y));
174
return (
CMPLXF
(y, x + x));
176
return (
CMPLXF
(x + x, y));
177
return (
CMPLXF
(x + 0.0L + (y + 0), x + 0.0L + (y + 0)));
185
return (
CMPLXF
(copysignf(crealf(w), x),
202
return (
CMPLXF
(copysignf(rx, x), copysignf(ry, y)));
208
float complex w = casinhf(
CMPLXF
(cimagf(z), crealf(z)));
210
return (
CMPLXF
(cimagf(w), crealf(w)));
230
return (
CMPLXF
(y + y, -INFINITY));
232
return (
CMPLXF
(x + x, -y))
[
all
...]
/src/lib/libm/src/
math_private.h
566
* The C11 standard introduced the macros CMPLX(),
CMPLXF
() and CMPLXL()
571
#ifndef
CMPLXF
573
CMPLXF
(float x, float y)
Completed in 11 milliseconds
Indexes created Fri Oct 17 00:09:41 GMT 2025