Searched refs:T (Results 1 – 11 of 11) sorted by relevance
| /third_party/ulib/musl/third_party/math/ |
| A D | cbrtf.c | 27 double_t r, T; in cbrtf() local 54 T = u.f; in cbrtf() 55 r = T * T * T; in cbrtf() 56 T = T * ((double_t)x + x + r) / (x + r + r); in cbrtf() 62 r = T * T * T; in cbrtf() 63 T = T * ((double_t)x + x + r) / (x + r + r); in cbrtf() 66 return T; in cbrtf()
|
| A D | __tan.c | 48 static const double T[] = variable 91 r = T[1] + w * (T[3] + w * (T[5] + w * (T[7] + w * (T[9] + w * T[11])))); in __tan() 92 v = z * (T[2] + w * (T[4] + w * (T[6] + w * (T[8] + w * (T[10] + w * T[12]))))); in __tan() 94 r = y + z * (s * (r + v) + y) + s * T[0]; in __tan()
|
| A D | __tandf.c | 19 static const double T[] = { variable 46 r = T[4] + z * T[5]; in __tandf() 47 t = T[2] + z * T[3]; in __tandf() 50 u = T[0] + z * T[1]; in __tandf()
|
| /third_party/ulib/uboringssl/include/openssl/ |
| A D | base.h | 482 template <typename T> 484 void operator()(T *ptr) { in operator() 493 DeleterImpl<T>::Free(ptr); in operator() 497 template <typename T, typename CleanupRet, void (*init)(T *), 498 CleanupRet (*cleanup)(T *)> 505 T& operator=(const StackAllocated<T, CleanupRet, init, cleanup> &) = delete; 507 T *get() { return &ctx_; } in get() 510 T *operator->() { return &ctx_; } 519 T ctx_; 535 template <typename T> [all …]
|
| A D | stack.h | 255 template <typename T>
|
| /third_party/lib/acpica/source/include/acpica/platform/ |
| A D | acenv.h | 388 #define va_arg(ap, T) (*(T *)(((ap) += (_Bnd (T, _AUPBND))) - (_Bnd (T,_ADNBND)))) argument
|
| /third_party/ulib/jemalloc/m4/ |
| A D | ax_cxx_compile_stdcxx.m4 | 175 template <typename T> 201 template < typename T > 233 template < typename T > 234 struct is_same<T, T> 419 template<typename T> 420 using member = typename T::member_type; 422 template<typename T> 425 template<typename T> 426 void func(member<T>*) {} 541 template < typename T > [all …]
|
| /third_party/lib/acpica/source/compiler/ |
| A D | new_table.txt | 10 4) Create a default template for the new table for iASL -T 74 4) Template Support (-T iASL option)
|
| /third_party/ulib/uboringssl/crypto/fipsmodule/modes/ |
| A D | gcm.c | 71 uint64_t T = UINT64_C(0xe100000000000000) & (0 - ((V).lo & 1)); \ 73 (V).hi = ((V).hi >> 1) ^ T; \ 75 uint32_t T = 0xe1000000U & (0 - (uint32_t)((V).lo & 1)); \ 77 (V).hi = ((V).hi >> 1) ^ ((uint64_t)T << 32); \
|
| /third_party/uapp/dash/src/ |
| A D | TOUR | 142 (AT&T has been maintaining the Bourne shell for more than ten
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 2085 iASL: The argument to the -T option (create table template) is now 4322 "iasl -T *" or "iasl -T ALL". 4985 documentation and the -T option.
|
Completed in 38 milliseconds