HomeSort by relevance Sort by last modified time
    Searched refs:aT (Results 1 - 24 of 24) sorted by null

  /external/clang/test/SemaCXX/
PR9460.cpp 5 template<typename aT>
8 basic_string(aT*);
PR9461.cpp 11 template<typename aT,typename,typename oc>
15 basic_string(const aT*,const oc&a=int());
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
invtrig.h 67 #define aT _ItL_aT
77 extern const long double atanhi[], atanlo[], aT[];
101 return (aT[0] + x * (aT[2] + x * (aT[4] + x * (aT[6] + x * \
102 (aT[8] + x * (aT[10] + x * (aT[12] + x * (aT[14] + x *
    [all...]
invtrig.c 73 const long double aT[] = {
  /device/google/contexthub/firmware/lib/libm/
sf_atan.c 9 * Developed at SunPro, a Sun Microsystems, Inc. business.
42 static const float aT[] = {
44 static float aT[] = {
107 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
108 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))))
    [all...]
  /external/fdlibm/
s_atan.c 7 * Developed at SunSoft, a Sun Microsystems, Inc. business.
60 static const double aT[] = {
62 static double aT[] = {
126 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
127 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))))
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_atan.c 6 * Developed at SunPro, a Sun Microsystems, Inc. business.
55 static const double aT[] = {
112 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
113 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))));
114 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))))
    [all...]
s_atanf.c 9 * Developed at SunPro, a Sun Microsystems, Inc. business.
36 static const float aT[] = {
84 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
85 s1 = z*(aT[0]+w*(aT[2]+w*aT[4]));
86 s2 = w*(aT[1]+w*aT[3]);
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_atan.c 6 * Developed at SunPro, a Sun Microsystems, Inc. business.
55 static const double aT[] = {
112 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
113 s1 = z*(aT[0]+w*(aT[2]+w*(aT[4]+w*(aT[6]+w*(aT[8]+w*aT[10])))));
114 s2 = w*(aT[1]+w*(aT[3]+w*(aT[5]+w*(aT[7]+w*aT[9]))));
    [all...]
  /device/google/contexthub/firmware/external/freebsd/lib/msun/src/
s_atanf.c 9 * Developed at SunPro, a Sun Microsystems, Inc. business.
36 static const float aT[] = {
84 /* break sum from i=0 to 10 aT[i]z**(i+1) into odd and even poly */
85 s1 = z*(aT[0]+w*(aT[2]+w*aT[4]));
86 s2 = w*(aT[1]+w*aT[3]);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UTS46Test.java 470 StringBuilder aT=new StringBuilder(), uT=new StringBuilder();
495 trans.nameToASCII(input, aT, aTInfo);
549 if(!hasCertainErrors(aTInfo, severeErrors) && !isASCII(aT)) {
551 i, testCase.s, aTInfo.getErrors(), prettify(aT.toString())));
560 i, testCase.s, aTInfo.getErrors(), prettify(aT.toString())));
565 nontrans.nameToUnicode(aT, aTuN, aTuNInfo);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UTS46Test.java 469 StringBuilder aT=new StringBuilder(), uT=new StringBuilder();
494 trans.nameToASCII(input, aT, aTInfo);
548 if(!hasCertainErrors(aTInfo, severeErrors) && !isASCII(aT)) {
550 i, testCase.s, aTInfo.getErrors(), prettify(aT.toString())));
559 i, testCase.s, aTInfo.getErrors(), prettify(aT.toString())));
564 nontrans.nameToUnicode(aT, aTuN, aTuNInfo);
    [all...]
  /external/mockito/src/test/java/org/mockito/internal/stubbing/
InvocationContainerImplTest.java 72 for (Thread aT : t) {
73 aT.join();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msputils.h 44 T *aT;
46 aT = (T *)realloc(m_aT,nNewAllocSize *sizeof(T));
47 if(!aT) return FALSE;
49 m_aT = aT;
  /external/icu/icu4c/source/test/intltest/
uts46test.cpp 595 UnicodeString aT, uT, aN, uN;
597 trans->nameToASCII(input, aT, aTInfo, errorCode);
    [all...]
  /external/v8/src/base/
ieee754.cc 6 // Developed at SunSoft, a Sun Microsystems, Inc. business.
46 * Unlike the original code, we determine the endianness at compile
47 * time, not at run time; I don't see much benefit to selecting
48 * endianness at run time.
357 * magnitude of the latter is at least a quarter of x*x/2,
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js 560 // Sets a value in memory in a dynamic way at run-time. Uses the
562 // makeSetValue is done at compile-time and generates the needed
563 // code then, whereas this function picks the right code at
618 // @types: Either an array of types, one for each byte (or 0 if no type at that position),
620 // is initial data - if @slab is a number, then this does not matter at all and is
838 return bits <= 32 ? 2*Math.abs(1 << (bits-1)) + value // Need some trickery, since if bits == 32, we are right at the limit of the bits JS uses in bitshifts
850 value = -2*half + value; // Cannot bitshift half, as it may be at the limit of the bits JS uses in bitshifts
    [all...]
  /build/make/tools/droiddoc/templates-ndk/assets/js/
android_3p-bundle.js 7 * You may obtain a copy of the License at
25 * file that came with this source. At a minimum, the lexer should work on a
216 pattern += ')\\s*'; // matches at end, and matches empty string
637 // to move us to the next column, where columns occur at factors of
    [all...]
  /build/make/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 7 * You may obtain a copy of the License at
25 * file that came with this source. At a minimum, the lexer should work on a
216 pattern += ')\\s*'; // matches at end, and matches empty string
637 // to move us to the next column, where columns occur at factors of
    [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
android_3p-bundle.js 7 * You may obtain a copy of the License at
25 * file that came with this source. At a minimum, the lexer should work on a
216 pattern += ')\\s*'; // matches at end, and matches empty string
637 // to move us to the next column, where columns occur at factors of
    [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp 335 ?|??;?????N???\V???+?qX[?? ?$#P????<v????I6? o??s?@??/9????At?Ee]?Wx3???f? bb??I"2
406 `;?X??< ??H??uD????wFI ?Ae?BYC%W?Ig?JaT,??d?\/? Fq 8??]?Ea~?x???xI??G?c?!??Z?? T?A$%t?T????/??????G A??`?z?^!? c`??yI,D3(A??;? e3'J ?a4?n(?qg?? ??h? ????Sn???}M??EI??X?h?<?3? ?2 _?e@i]?D???d?^ (rf???B#!??D??†????$6??<?IDX?D%?)4$???`e?zfT?? ?F?P?`???|??o'<???4F???? ??]?b??U?e5????eG?T??T????R??? LeB??|6????"Q!???S?" ?<?zE
570 sr??3r?Y???s??1??? 2)??????K?????1???<????E!???B?>7???&YR? 4X?~???Q?*Ç? Rat?J??W-?0&Gb?0?????????p??p!????7J!?D8%kb?Y??8p?? ??????@0.??
    [all...]
hrtf_g722_1C_48_jitterT2.rtp 336 ?|??;?????N???\V???+?qX[?? ?$#P????<v????I6? o??s?@??/9????At?Ee]?Wx3???f? bb??I"2
402 `;?X??< ??H??uD????wFI ?Ae?BYC%W?Ig?JaT,??d?\/? Fq 8??]?Ea~?x???xI??G?c?!??Z?? T?A$%t?T????/??????G A??`?z?^!? c`??yI,D3(A??;? e3'J ?a4?n(?qg?? ??h? ????Sn???}M??EI??X?h?<?3? ?2 _?e@i]?D???d?^ (rf???B#!??D??†????$6??<?IDX?D%?)4$???`e?zfT?? ?F?P?`???|??o'<???4F???? ??]?b??U?e5????eG?T??T????R??? LeB??|6????"Q!???S?" ?<?zE
565 sr??3r?Y???s??1??? 2)??????K?????1???<????E!???B?>7???&YR? 4X?~???Q?*Ç? Rat?J??W-?0&Gb?0?????????p??p!????7J!?D8%kb?Y??8p?? ??????@0.??
    [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 174 :| ? 3?}??ww?/w???`?e~h"?@?y 3??0?"??o??^???Xh???i?m?????z^}(E??L>??AT1Y/?{??u&+?+?a?4\????8?????c%Z??'??f??f??9?r8>????.?? ?% ?v??lq??@ 3?9?5?? %??W?D?P?ME??Ri??m?[??5^??p9=2??^???L?=U?????&??'I?m?I????8~??K ??B?Q0#??k??i?!??|??Q??Zf~?&?Te2-??4v?u???c?Z??s???w???{??h.Y?\??T?L??8??K(?(?!j&,h@?I???)???}??b?m????}??????????1M\?ö??'???dZ#;?)??^??C?O?d ???!IV~'\?4C?????{y)??O[?8v? i?%f?i?0?????O??5?]fF?E??<Mf?h????????????-???k??"??Z?@?
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/bin/
aarch64-linux-android-gcc-4.9.x     [all...]

Completed in 855 milliseconds