HomeSort by relevance Sort by last modified time
    Searched defs:__tg_frexp (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Headers/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} function
816 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);} function
820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} function
823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y)
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);} function
816 __tg_frexp(double __x, int* __y) {return frexp(__x, __y);} function
820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);} function
823 #define frexp(__x, __y) __tg_frexp(__tg_promote1((__x))(__x), __y)

Completed in 278 milliseconds