OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__tg_exp
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Headers/
tgmath.h
415
__tg_exp
(float __x) {return expf(__x);}
function
419
__tg_exp
(double __x) {return exp(__x);}
function
423
__tg_exp
(long double __x) {return expl(__x);}
function
427
__tg_exp
(float _Complex __x) {return cexpf(__x);}
function
431
__tg_exp
(double _Complex __x) {return cexp(__x);}
function
435
__tg_exp
(long double _Complex __x) {return cexpl(__x);}
function
438
#define exp(__x)
__tg_exp
(__tg_promote1((__x))(__x))
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
415
__tg_exp
(float __x) {return expf(__x);}
function
419
__tg_exp
(double __x) {return exp(__x);}
function
423
__tg_exp
(long double __x) {return expl(__x);}
function
427
__tg_exp
(float _Complex __x) {return cexpf(__x);}
function
431
__tg_exp
(double _Complex __x) {return cexp(__x);}
function
435
__tg_exp
(long double _Complex __x) {return cexpl(__x);}
function
438
#define exp(__x)
__tg_exp
(__tg_promote1((__x))(__x))
Completed in 3018 milliseconds