Searched defs:aT (Results 1 – 11 of 11) sorted by relevance
| /third_party/musl/src/math/ |
| D | atanl.c | 43 static const long double aT[] = { variable 87 static const long double aT[] = { variable
|
| D | atan.c | 49 static const double aT[] = { variable
|
| D | atanf.c | 33 static const float aT[] = { variable
|
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| D | atanl.c | 43 static const long double aT[] = { variable 87 static const long double aT[] = { variable
|
| D | atan.c | 49 static const double aT[] = { variable
|
| D | atanf.c | 33 static const float aT[] = { variable
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| D | UTS46Test.java | 483 StringBuilder aT=new StringBuilder(), uT=new StringBuilder(); in TestSomeCases() local 827 StringBuilder uN, aN, aT; in IdnaTest() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| D | UTS46Test.java | 577 StringBuilder aT=new StringBuilder(), uT=new StringBuilder(); in TestSomeCases() local 921 StringBuilder uN, aN, aT; in IdnaTest() local
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | uts46test.cpp | 723 UnicodeString aT, uT, aN, uN; in TestSomeCases() local 1120 UnicodeString uN, aN, aT; in idnaTestOneLine() local
|
| /third_party/node/deps/v8/src/base/ |
| D | ieee754.cc | 1131 static const double aT[] = { in atan() local
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 45921 PodZero(T* aT) in PodZero() 45929 PodZero(T* aT, size_t aNElem) in PodZero() 46989 explicit Variant(RefT&& aT) in Variant() 60794 void infallibleAppendN(const T& aT, size_t aN) in infallibleAppendN() 61263 Vector<T, N, AP>::appendN(const T& aT, size_t aNeeded) in appendN() 61284 Vector<T, N, AP>::internalAppendN(const T& aT, size_t aNeeded) in internalAppendN() 97011 void infallibleAppendN(const T& aT, size_t aN) { in infallibleAppendN() 97142 …__attribute__ ((warn_unused_result)) bool appendN(const T& aT, size_t aN) { return vec().appendN(a… in appendN() 97154 void infallibleAppendN(const T& aT, size_t aN) { vec().infallibleAppendN(aT, aN); } in infallibleAppendN() 97166 void erase(T* aT) { vec().erase(aT); } in erase()
|