Searched refs:__coeff (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/decimal/ |
| H A D | decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 136 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 154 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() 157 static decimal64 make_decimal64(long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 172 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() 175 static decimal64 make_decimal64(unsigned long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 190 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() 193 static decimal128 make_decimal128(long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 208 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/decimal/ |
| H A D | decimal.h | 121 static decimal32 make_decimal32(long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 136 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() 139 static decimal32 make_decimal32(unsigned long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 154 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() 157 static decimal64 make_decimal64(long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 172 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() 175 static decimal64 make_decimal64(unsigned long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 190 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() 193 static decimal128 make_decimal128(long long __coeff, int __exponent) in _GLIBCXX_VISIBILITY() 208 return __coeff * __decexp; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | decimal | 65 static decimal32 make_decimal32(long long __coeff, int __exp); 66 static decimal32 make_decimal32(unsigned long long __coeff, int __exp); 67 static decimal64 make_decimal64(long long __coeff, int __exp); 68 static decimal64 make_decimal64(unsigned long long __coeff, int __exp); 69 static decimal128 make_decimal128(long long __coeff, int __exp); 70 static decimal128 make_decimal128(unsigned long long __coeff, int __exp);
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/pmbus/ |
| H A D | lm25066.c | 47 struct __coeff { struct 54 static struct __coeff lm25066_coeff[][PSC_NUM_CLASSES + 2] = { argument 449 struct __coeff *coeff; in lm25066_probe()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | gamma.tcc | 292 _Tp __coeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __n)) in __log_bincoef() local 296 _Tp __coeff = __log_gamma(_Tp(1 + __n)) in __log_bincoef() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | gamma.tcc | 292 _Tp __coeff = _GLIBCXX_MATH_NS::lgamma(_Tp(1 + __n)) in __log_bincoef() local 296 _Tp __coeff = __log_gamma(_Tp(1 + __n)) in __log_bincoef() local
|