OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cexp
(Results
1 - 6
of
6
) sorted by null
/bionic/libm/include/
complex.h
61
double complex
cexp
(double complex);
/bionic/libm/upstream-freebsd/lib/msun/src/
s_cexp.c
40
cexp
(double complex z)
function
51
/*
cexp
(x + I 0) = exp(x) + I 0 */
55
/*
cexp
(0 + I y) = cos(y) + I sin(y) */
61
/*
cexp
(finite|NaN +- I Inf|NaN) = NaN + I NaN */
64
/*
cexp
(-Inf +- I Inf|NaN) = 0 + I 0 */
67
/*
cexp
(+Inf +- I Inf|NaN) = Inf + I NaN */
/development/ndk/platforms/android-L/include/
complex.h
61
double complex
cexp
(double complex);
/external/clang/test/CodeGen/
libcall-declarations.c
211
double _Complex
cexp
(double _Complex);
304
F(ccoshl), F(
cexp
), F(cexpf), F(cexpl), F(cimag),
500
// CHECK-NOERRNO: declare { double, double } @
cexp
(double, double) [[NUW]]
589
// CHECK-ERRNO: declare { double, double } @
cexp
(double, double) [[NUW]]
/external/ltrace/etc/
libm.so.conf
296
double_complex
cexp
(double_complex);
/external/clang/lib/Headers/
tgmath.h
431
__tg_exp(double _Complex __x) {return
cexp
(__x);}
Completed in 27 milliseconds