Home
last modified time | relevance | path

Searched defs:aT (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/math/
Datanl.c43 static const long double aT[] = { variable
87 static const long double aT[] = { variable
Datan.c49 static const double aT[] = { variable
Datanf.c33 static const float aT[] = { variable
/third_party/musl/porting/liteos_a/kernel/src/math/
Datanl.c43 static const long double aT[] = { variable
87 static const long double aT[] = { variable
Datan.c49 static const double aT[] = { variable
Datanf.c33 static const float aT[] = { variable
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
DUTS46Test.java483 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/
DUTS46Test.java577 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/
Duts46test.cpp723 UnicodeString aT, uT, aN, uN; in TestSomeCases() local
1120 UnicodeString uN, aN, aT; in idnaTestOneLine() local
/third_party/node/deps/v8/src/base/
Dieee754.cc1131 static const double aT[] = { in atan() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp45921 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()