Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Dtgmath.h497 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt() function
501 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt() function
505 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt() function
509 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt() function
513 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt() function
517 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt() function
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Dtgmath.h504 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt() function
508 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt() function
512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt() function
516 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt() function
520 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt() function
524 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Dtgmath.h497 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt() function
501 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt() function
505 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt() function
509 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt() function
513 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt() function
517 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Dtgmath.h497 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt() function
501 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt() function
505 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt() function
509 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt() function
513 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt() function
517 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Dtgmath.h497 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt() function
501 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt() function
505 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt() function
509 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt() function
513 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt() function
517 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Dtgmath.h497 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt() function
501 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt() function
505 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt() function
509 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt() function
513 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt() function
517 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Dtgmath.h504 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt() function
508 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt() function
512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt() function
516 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt() function
520 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt() function
524 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt() function
/aosp_15_r20/external/clang/lib/Headers/
H A Dtgmath.h504 __tg_sqrt(float __x) {return sqrtf(__x);} in __tg_sqrt() function
508 __tg_sqrt(double __x) {return sqrt(__x);} in __tg_sqrt() function
512 __tg_sqrt(long double __x) {return sqrtl(__x);} in __tg_sqrt() function
516 __tg_sqrt(float _Complex __x) {return csqrtf(__x);} in __tg_sqrt() function
520 __tg_sqrt(double _Complex __x) {return csqrt(__x);} in __tg_sqrt() function
524 __tg_sqrt(long double _Complex __x) {return csqrtl(__x);} in __tg_sqrt() function