/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 261 WORD16 wim, wre; in ixheaacd_cos_sin_mod() local 292 wim = *p_sin_cos++; in ixheaacd_cos_sin_mod() 296 ixheaacd_mult32x16in32(im, wim)); in ixheaacd_cos_sin_mod() 298 ixheaacd_mult32x16in32(re, wim)); in ixheaacd_cos_sin_mod() 303 *psubband_t2++ = ixheaacd_sub32_sat(ixheaacd_mult32x16in32(im, wim), in ixheaacd_cos_sin_mod() 305 *psubband_t2++ = ixheaacd_add32_sat(ixheaacd_mult32x16in32(re, wim), in ixheaacd_cos_sin_mod() 311 wim = *p_sin_cos++; in ixheaacd_cos_sin_mod() 315 ixheaacd_mult32x16in32(re, wim)); in ixheaacd_cos_sin_mod() 317 ixheaacd_mult32x16in32(im, wim)); in ixheaacd_cos_sin_mod() 322 *psubband1_t2-- = ixheaacd_add32_sat(ixheaacd_mult32x16in32(re, wim), in ixheaacd_cos_sin_mod() [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 799 WORD32 wim, wre; in ixheaacd_esbr_cos_sin_mod() local 833 wim = *p_sin_cos++; in ixheaacd_esbr_cos_sin_mod() 837 (ixheaacd_add64(ixheaacd_mult64(re, wre), ixheaacd_mult64(im, wim))) >> in ixheaacd_esbr_cos_sin_mod() 840 ixheaacd_mult64(re, wim))) >> in ixheaacd_esbr_cos_sin_mod() 846 *psubband_t2++ = (WORD32)((ixheaacd_sub64_sat(ixheaacd_mult64(im, wim), in ixheaacd_esbr_cos_sin_mod() 850 (ixheaacd_add64(ixheaacd_mult64(re, wim), ixheaacd_mult64(im, wre))) >> in ixheaacd_esbr_cos_sin_mod() 856 wim = *p_sin_cos++; in ixheaacd_esbr_cos_sin_mod() 860 ixheaacd_mult64(re, wim))) >> in ixheaacd_esbr_cos_sin_mod() 863 (ixheaacd_add64(ixheaacd_mult64(re, wre), ixheaacd_mult64(im, wim))) >> in ixheaacd_esbr_cos_sin_mod() 870 (ixheaacd_add64(ixheaacd_mult64(re, wim), ixheaacd_mult64(im, wre))) >> in ixheaacd_esbr_cos_sin_mod() [all …]
|
/external/llvm/test/MC/Sparc/ |
D | sparc-special-registers.s | 22 ! CHECK: rd %wim, %i0 ! encoding: [0xb1,0x50,0x00,0x00] 23 rd %wim, %i0 31 ! CHECK: wr %i0, 5, %wim ! encoding: [0x81,0x96,0x20,0x05] 32 wr %i0, 5, %wim
|
D | sparc-synthetic-instructions.s | 119 ! CHECK: rd %wim, %i0 ! encoding: [0xb1,0x50,0x00,0x00] 120 mov %wim, %i0 136 ! CHECK: wr %g0, %i0, %wim ! encoding: [0x81,0x90,0x00,0x18] 137 mov %i0, %wim 138 ! CHECK: wr %g0, 5, %wim ! encoding: [0x81,0x90,0x20,0x05] 139 mov 5, %wim 158 ! CHECK: wr %g0, %i0, %wim ! encoding: [0x81,0x90,0x00,0x18] 159 wr %i0, %wim 160 ! CHECK: wr %g0, 5, %wim ! encoding: [0x81,0x90,0x20,0x05] 161 wr 5, %wim
|
/external/llvm-project/llvm/test/MC/Sparc/ |
D | sparc-special-registers.s | 22 ! CHECK: rd %wim, %i0 ! encoding: [0xb1,0x50,0x00,0x00] 23 rd %wim, %i0 31 ! CHECK: wr %i0, 5, %wim ! encoding: [0x81,0x96,0x20,0x05] 32 wr %i0, 5, %wim
|
D | sparc-synthetic-instructions.s | 119 ! CHECK: rd %wim, %i0 ! encoding: [0xb1,0x50,0x00,0x00] 120 mov %wim, %i0 136 ! CHECK: wr %g0, %i0, %wim ! encoding: [0x81,0x90,0x00,0x18] 137 mov %i0, %wim 138 ! CHECK: wr %g0, 5, %wim ! encoding: [0x81,0x90,0x20,0x05] 139 mov 5, %wim 158 ! CHECK: wr %g0, %i0, %wim ! encoding: [0x81,0x90,0x00,0x18] 159 wr %i0, %wim 160 ! CHECK: wr %g0, 5, %wim ! encoding: [0x81,0x90,0x20,0x05] 161 wr 5, %wim
|
/external/llvm-project/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-special-registers.txt | 21 # CHECK: rd %wim, %i0 30 # CHECK: wr %i0, 5, %wim
|
/external/llvm/test/MC/Disassembler/Sparc/ |
D | sparc-special-registers.txt | 21 # CHECK: rd %wim, %i0 30 # CHECK: wr %i0, 5, %wim
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 446 def : InstAlias<"mov %wim, $rd", (RDWIM IntRegs:$rd), 0>; 454 def : InstAlias<"mov $rs2, %wim", (WRWIMrr G0, IntRegs:$rs2), 0>; 455 def : InstAlias<"mov $simm13, %wim", (WRWIMri G0, i32imm:$simm13), 0>; 468 def : InstAlias<"wr $rs2, %wim", (WRWIMrr G0, IntRegs:$rs2), 0>; 469 def : InstAlias<"wr $simm13, %wim", (WRWIMri G0, i32imm:$simm13), 0>;
|
D | SparcInstrInfo.td | 1024 "rd %wim, $rd", []>; 1054 "wr $rs1, $rs2, %wim", []>; 1057 "wr $rs1, $simm13, %wim", []>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 445 def : InstAlias<"mov %wim, $rd", (RDWIM IntRegs:$rd), 0>; 453 def : InstAlias<"mov $rs2, %wim", (WRWIMrr G0, IntRegs:$rs2), 0>; 454 def : InstAlias<"mov $simm13, %wim", (WRWIMri G0, i32imm:$simm13), 0>; 467 def : InstAlias<"wr $rs2, %wim", (WRWIMrr G0, IntRegs:$rs2), 0>; 468 def : InstAlias<"wr $simm13, %wim", (WRWIMri G0, i32imm:$simm13), 0>;
|
D | SparcInstrInfo.td | 1032 "rd %wim, $rd", []>; 1062 "wr $rs1, $rs2, %wim", []>; 1065 "wr $rs1, $simm13, %wim", []>;
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 445 def : InstAlias<"mov %wim, $rd", (RDWIM IntRegs:$rd), 0>; 453 def : InstAlias<"mov $rs2, %wim", (WRWIMrr G0, IntRegs:$rs2), 0>; 454 def : InstAlias<"mov $simm13, %wim", (WRWIMri G0, i32imm:$simm13), 0>; 467 def : InstAlias<"wr $rs2, %wim", (WRWIMrr G0, IntRegs:$rs2), 0>; 468 def : InstAlias<"wr $simm13, %wim", (WRWIMri G0, i32imm:$simm13), 0>;
|
D | SparcInstrInfo.td | 1032 "rd %wim, $rd", []>; 1062 "wr $rs1, $rs2, %wim", []>; 1065 "wr $rs1, $simm13, %wim", []>;
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 382 static void parseRRULE(const UnicodeString& rrule, int32_t& month, int32_t& dow, int32_t& wim, in parseRRULE() argument 391 wim = 0; in parseRRULE() 466 wim = n * sign; in parseRRULE() 840 int32_t wim = rule->getRuleWeekInMonth(); in toWallTimeRule() local 841 if (wim > 0) { in toWallTimeRule() 843 dom = 7 * (wim - 1) + 1; in toWallTimeRule() 846 dom = MONTHLENGTH[month] + 7 * (wim + 1); in toWallTimeRule()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1760 int wim = rule.getRuleWeekInMonth(); in toWallTimeRule() local 1761 if (wim > 0) { in toWallTimeRule() 1763 dom = 7 * (wim - 1) + 1; in toWallTimeRule() 1766 dom = MONTHLENGTH[month] + 7 * (wim + 1); in toWallTimeRule()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 1729 int wim = rule.getRuleWeekInMonth(); in toWallTimeRule() local 1730 if (wim > 0) { in toWallTimeRule() 1732 dom = 7 * (wim - 1) + 1; in toWallTimeRule() 1735 dom = MONTHLENGTH[month] + 7 * (wim + 1); in toWallTimeRule()
|
/external/cldr/common/testData/transforms/ |
D | si-fonipa-t-si.txt | 646 විමසීම් wiməsiːm
|
/external/elfutils/tests/ |
D | run-allregs.sh | 2417 66: %wim (wim), unsigned 32 bits
|
/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | iso-639-3_Name_Index.tab | 7315 wim Wik-Mungkan Wik-Mungkan
|
D | iso-639-3.tab | 7001 wim I L Wik-Mungkan
|
D | language-subtag-registry | 37756 Subtag: wim
|
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/ |
D | en-IPA.txt | 10550 $x{weymouth → weməθ ; # wimɑʊθ 18628 $x{weimar → wɑɪmɑr ; # wimɑr
|
D | internal_raw_IPA-old.txt | 142413 ouimet wimˈɛt 142414 ouimette wimˈɛt 213593 wim %20873
|
D | internal_raw_IPA.txt | 119491 ouimet %33458 wimˈɛt 119492 ouimette %30064 wimˈɛt
|