Home
last modified time | relevance | path

Searched refs:ang (Results 1 – 25 of 231) sorted by relevance

12345678910

/third_party/icu/icu4c/source/data/locales/
Dfil.txt258 other{"Kunin ang ika-{0} (na) kanan."}
2836 "Bago ang R.O.C.",
2840 "Bago ang R.O.C.",
2844 "Bago ang R.O.C.",
3043 "-2"{"Araw bago ang kahapon"}
3054 one{"{0} araw ang nakalipas"}
3055 other{"{0} araw ang nakalipas"}
3063 "-2"{"Araw bago ang kahapon"}
3074 one{"{0} araw ang nakalipas"}
3075 other{"{0} araw ang nakalipas"}
[all …]
Dceb.txt367 "Wala Pa ang Komong Panahon",
725 relativePeriod{"ang semana sa {0}"}
734 relativePeriod{"ang semana sa {0}"}
743 relativePeriod{"ang semana sa {0}"}
/third_party/skia/third_party/externals/icu/source/data/locales/
Dfil.txt2617 "Bago ang R.O.C.",
2621 "Bago ang R.O.C.",
2625 "Bago ang R.O.C.",
2824 "-2"{"Araw bago ang kahapon"}
2835 one{"{0} araw ang nakalipas"}
2836 other{"{0} (na) araw ang nakalipas"}
2844 "-2"{"Araw bago ang kahapon"}
2855 one{"{0} araw ang nakalipas"}
2856 other{"{0} (na) araw ang nakalipas"}
2864 "-2"{"Araw bago ang kahapon"}
[all …]
Dceb.txt332 "Wala Pa ang Komong Panahon",
690 relativePeriod{"ang semana sa {0}"}
699 relativePeriod{"ang semana sa {0}"}
708 relativePeriod{"ang semana sa {0}"}
/third_party/python/Lib/turtledemo/
Dbytedesign.py109 def pentl(self, side, ang, scale): argument
112 self.left(ang)
113 self.pentl(side - (.38 * scale), ang, scale)
115 def pentr(self, side, ang, scale): argument
118 self.right(ang)
119 self.pentr(side - (.38 * scale), ang, scale)
/third_party/ffmpeg/libavcodec/ppc/
Dvorbisdsp_altivec.c31 static void vorbis_inverse_coupling_altivec(float *mag, float *ang, in vorbis_inverse_coupling_altivec() argument
41 a = vec_ld(0, ang+i); in vorbis_inverse_coupling_altivec()
49 vec_stl(a, 0, ang+i); in vorbis_inverse_coupling_altivec()
/third_party/skia/third_party/externals/icu/source/data/lang/
Dfil.txt529 non-ignorable{"Pag-uri-uriin ang Mga Simbolo"}
530 shifted{"Pag-uri-uriin ang Mga Ignoring Symbol"}
533 no{"Pag-uri-uriin ang Mga Accent nang Normal"}
534 yes{"Pag-uri-uriin ang Mga Accent nang Baliktad"}
537 lower{"Lowercase Muna ang Pag-uri-uriin"}
538 no{"Pag-uri-uriin ang Ayos ng Normal na Case"}
539 upper{"Uppercase Muna ang Pag-uri-uriin"}
542 no{"Pag-uri-uriin ang Hindi Case Sensitive"}
543 yes{"Pag-uri-uriin ang Case Sensitive"}
547 yes{"Pag-uri-uriin ang Unicode nang Normalized"}
[all …]
Dos.txt14 ang{"рагон англисаг"}
Dyi.txt14 ang{"אַלט ענגליש"}
Dlv.txt43 ang{"senangļu"}
148 en{"angļu"}
149 en_GB{"angļu (Lielbritānija)"}
553 en_GB{"angļu (Lielbritānija)"}
806 SCOTLAND{"Skotijas angļu"}
/third_party/icu/icu4c/source/data/lang/
Dfil.txt583 non-ignorable{"Pag-uri-uriin ang Mga Simbolo"}
584 shifted{"Pag-uri-uriin ang Mga Ignoring Symbol"}
587 no{"Pag-uri-uriin ang Mga Accent nang Normal"}
588 yes{"Pag-uri-uriin ang Mga Accent nang Baliktad"}
591 lower{"Lowercase Muna ang Pag-uri-uriin"}
592 no{"Pag-uri-uriin ang Ayos ng Normal na Case"}
593 upper{"Uppercase Muna ang Pag-uri-uriin"}
596 no{"Pag-uri-uriin ang Hindi Case Sensitive"}
597 yes{"Pag-uri-uriin ang Case Sensitive"}
601 yes{"Pag-uri-uriin ang Unicode nang Normalized"}
[all …]
Dos.txt14 ang{"рагон англисаг"}
Dyi.txt14 ang{"אַלט ענגליש"}
/third_party/ffmpeg/libavcodec/
Dvorbisdec.c1585 void ff_vorbis_inverse_coupling(float *mag, float *ang, intptr_t blocksize) in ff_vorbis_inverse_coupling() argument
1590 if (ang[i] > 0.0) { in ff_vorbis_inverse_coupling()
1591 ang[i] = mag[i] - ang[i]; in ff_vorbis_inverse_coupling()
1593 float temp = ang[i]; in ff_vorbis_inverse_coupling()
1594 ang[i] = mag[i]; in ff_vorbis_inverse_coupling()
1598 if (ang[i] > 0.0) { in ff_vorbis_inverse_coupling()
1599 ang[i] += mag[i]; in ff_vorbis_inverse_coupling()
1601 float temp = ang[i]; in ff_vorbis_inverse_coupling()
1602 ang[i] = mag[i]; in ff_vorbis_inverse_coupling()
1727 float *mag, *ang; in vorbis_parse_audio_packet() local
[all …]
Dvorbisdsp.h26 void (*vorbis_inverse_coupling)(float *mag, float *ang,
Dvorbis.h48 void ff_vorbis_inverse_coupling(float *mag, float *ang, intptr_t blocksize);
Dvorbisenc.c1170 float *ang = venc->coeffs + mapping->angle[i] * frame_size; in vorbis_encode_frame() local
1173 float a = ang[j]; in vorbis_encode_frame()
1174 ang[j] -= mag[j]; in vorbis_encode_frame()
1176 ang[j] = -ang[j]; in vorbis_encode_frame()
1177 if (ang[j] < 0) in vorbis_encode_frame()
/third_party/ffmpeg/libavcodec/x86/
Dvorbisdsp_init.c27 void ff_vorbis_inverse_coupling_sse(float *mag, float *ang,
Dvorbisdsp.asm31 cglobal vorbis_inverse_coupling, 3, 3, 6, mag, ang, block_size
/third_party/ffmpeg/libavcodec/arm/
Dvorbisdsp_init_arm.c27 void ff_vorbis_inverse_coupling_neon(float *mag, float *ang,
/third_party/ffmpeg/libavcodec/aarch64/
Dvorbisdsp_init.c24 void ff_vorbis_inverse_coupling_neon(float *mag, float *ang,
/third_party/skia/third_party/externals/icu/source/data/unit/
Dpl.txt4671 dnam{"mile/gal ang."}
4672 few{"{0} mi/gal ang."}
4673 many{"{0} mi/gal ang."}
4674 one{"{0} mi/gal ang."}
4675 other{"{0} mi/gal ang."}
5140 dnam{"ł. deser. ang."}
5141 few{"{0} ł. deser. ang."}
5142 many{"{0} ł. deser. ang."}
5143 one{"{0} ł. deser. ang."}
5144 other{"{0} ł. deser. ang."}
[all …]
/third_party/icu/icu4c/source/data/unit/
Dpl.txt5686 dnam{"mile/gal ang."}
5687 few{"{0} mi/gal ang."}
5688 many{"{0} mi/gal ang."}
5689 one{"{0} mi/gal ang."}
5690 other{"{0} mi/gal ang."}
6163 dnam{"ł. deser. ang."}
6164 few{"{0} ł. deser. ang."}
6165 many{"{0} ł. deser. ang."}
6166 one{"{0} ł. deser. ang."}
6167 other{"{0} ł. deser. ang."}
[all …]
/third_party/icu/icu4c/source/data/translit/
DLatin_NumericPinyin.txt14 # "a", "ai", "ao", "an", "ang",
/third_party/skia/third_party/externals/icu/source/data/translit/
DLatin_NumericPinyin.txt14 # "a", "ai", "ao", "an", "ang",

12345678910