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

  /external/clang/lib/Headers/
tgmath.h 580 __tg_cbrt(float __x) {return cbrtf(__x);} function
584 __tg_cbrt(double __x) {return cbrt(__x);} function
588 __tg_cbrt(long double __x) {return cbrtl(__x);} function
591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x))
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 580 __tg_cbrt(float __x) {return cbrtf(__x);} function
584 __tg_cbrt(double __x) {return cbrt(__x);} function
588 __tg_cbrt(long double __x) {return cbrtl(__x);} function
591 #define cbrt(__x) __tg_cbrt(__tg_promote1((__x))(__x))

Completed in 3783 milliseconds