Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Dtgmath.h1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function
1158 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function
1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Dtgmath.h1161 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function
1169 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Dtgmath.h1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function
1158 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function
1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Dtgmath.h1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function
1158 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function
1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Dtgmath.h1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function
1158 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function
1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Dtgmath.h1154 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function
1158 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function
1162 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Dtgmath.h1161 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function
1169 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function
/aosp_15_r20/external/clang/lib/Headers/
H A Dtgmath.h1161 __tg_scalbn(float __x, int __y) {return scalbnf(__x, __y);} in __tg_scalbn() function
1165 __tg_scalbn(double __x, int __y) {return scalbn(__x, __y);} in __tg_scalbn() function
1169 __tg_scalbn(long double __x, int __y) {return scalbnl(__x, __y);} in __tg_scalbn() function