Home
last modified time | relevance | path

Searched defs:__tg_frexp (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Headers/
Dtgmath.h812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} in __tg_frexp() function
816 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);} in __tg_frexp() function
820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} in __tg_frexp() function