Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/clang/18/include/
Dtgmath.h787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
791 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function
/aosp_15_r20/prebuilts/sdk/renderscript/clang-include/
H A Dtgmath.h794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function
/aosp_15_r20/prebuilts/clang-tools/linux-x86/lib64/clang/19/include/
H A Dtgmath.h787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
791 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/clang/19/include/
Dtgmath.h787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
791 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/clang/19/include/
Dtgmath.h787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
791 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/clang/19/include/
Dtgmath.h787 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
791 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
795 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
Dtgmath.h794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function
/aosp_15_r20/external/clang/lib/Headers/
H A Dtgmath.h794 __tg_fmod(float __x, float __y) {return fmodf(__x, __y);} in __tg_fmod() function
798 __tg_fmod(double __x, double __y) {return fmod(__x, __y);} in __tg_fmod() function
802 __tg_fmod(long double __x, long double __y) {return fmodl(__x, __y);} in __tg_fmod() function