/external/valgrind/main/none/tests/ppc64/ |
D | round.c | 389 double qtr, half, fA, fB, fD; in check_single_arithmetic_op() local 398 : "=f"(fD) : "f"(fA) , "f"(fB)); in check_single_arithmetic_op() 402 : "=f"(fD) : "f"(fA)); in check_single_arithmetic_op() 467 R.dbl = fD; in check_single_arithmetic_op() 472 R.dbl = fD; in check_single_arithmetic_op() 477 R.dbl = fD; in check_single_arithmetic_op() 482 R.dbl = fD; in check_single_arithmetic_op() 518 print_double("double result", fD); in check_single_arithmetic_op() 535 double fA, fB, fC, fD; in check_single_guarded_arithmetic_op() local 572 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC)); in check_single_guarded_arithmetic_op() [all …]
|
/external/valgrind/main/none/tests/ppc32/ |
D | round.c | 389 double qtr, half, fA, fB, fD; in check_single_arithmetic_op() local 398 : "=f"(fD) : "f"(fA) , "f"(fB)); in check_single_arithmetic_op() 402 : "=f"(fD) : "f"(fA)); in check_single_arithmetic_op() 467 R.dbl = fD; in check_single_arithmetic_op() 472 R.dbl = fD; in check_single_arithmetic_op() 477 R.dbl = fD; in check_single_arithmetic_op() 482 R.dbl = fD; in check_single_arithmetic_op() 518 print_double("double result", fD); in check_single_arithmetic_op() 535 double fA, fB, fC, fD; in check_single_guarded_arithmetic_op() local 572 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC)); in check_single_guarded_arithmetic_op() [all …]
|
/external/icu4c/test/intltest/ |
D | sdtfmtts.cpp | 142 Formattable fD(d, Formattable::kIsDate); in testAPI() local 151 res2 = cust1.format(fD, res2, pos2, status); in testAPI() 155 logln((UnicodeString) "" + fD.getDate() + " formatted to " + res2); in testAPI()
|
D | nmfmapts.cpp | 119 Formattable fD(d); in testAPI() local 138 res5 = cur_fr->format(fD, res5, pos3, status); in testAPI() 142 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res5); in testAPI()
|
D | dcfmapts.cpp | 133 Formattable fD(d); in testAPI() local 146 res3 = cust1.format(fD, res3, pos3, status); in testAPI() 150 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res3); in testAPI()
|
D | dtfmapts.cpp | 162 Formattable fD(d, Formattable::kIsDate); in testAPI() local
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_kdt_acc.pkb | 13 ��Ě��%y)$���ҏ��b�+E[P�V3)ғ�B����\��C�;Xq+�d�M��L[&L�a�q-&Iȹ'bްK��k͉�i�fD�2E �,\9� a��3�I4�…
|
/external/valgrind/main/VEX/priv/ |
D | host_arm_defs.c | 1227 ARMInstr* ARMInstr_VLdStS ( Bool isLoad, HReg fD, ARMAModeV* am ) { in ARMInstr_VLdStS() argument 1231 i->ARMin.VLdStS.fD = fD; in ARMInstr_VLdStS() 1311 ARMInstr* ARMInstr_VXferS ( Bool toS, HReg fD, HReg rLo ) { in ARMInstr_VXferS() argument 1315 i->ARMin.VXferS.fD = fD; in ARMInstr_VXferS() 1640 ppHRegARM(i->ARMin.VLdStS.fD); in ppARMInstr() 1647 ppHRegARM(i->ARMin.VLdStS.fD); in ppARMInstr() 1722 ppHRegARM(i->ARMin.VXferS.fD); in ppARMInstr() 1728 ppHRegARM(i->ARMin.VXferS.fD); in ppARMInstr() 2023 addHRegUse(u, HRmWrite, i->ARMin.VLdStS.fD); in getRegUsage_ARMInstr() 2025 addHRegUse(u, HRmRead, i->ARMin.VLdStS.fD); in getRegUsage_ARMInstr() [all …]
|
D | host_arm_defs.h | 735 HReg fD; member 800 HReg fD; member 935 extern ARMInstr* ARMInstr_VXferS ( Bool toS, HReg fD, HReg rLo );
|
D | guest_arm_toIR.c | 11290 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction() local 11299 putFReg(fD, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction() 11304 nCC(conq), fD, dM); in decode_CP10_CP11_instruction() 11307 putFReg(fD, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction() 11312 nCC(conq), fD, dM); in decode_CP10_CP11_instruction() 11351 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction() local 11376 if (fD + nRegs - 1 >= 32) in decode_CP10_CP11_instruction() 11423 putFReg(fD + i, loadLE(Ity_F32, addr), IRTemp_INVALID); in decode_CP10_CP11_instruction() 11425 storeLE(addr, getFReg(fD + i)); in decode_CP10_CP11_instruction() 11442 nm, nCC(conq), rN, fD, fD + nRegs - 1); in decode_CP10_CP11_instruction() [all …]
|
D | host_arm_isel.c | 5621 HReg fD = iselFltExpr(env, stmt->Ist.Store.data); in iselStmt() local 5623 addInstr(env, ARMInstr_VLdStS(False/*!isLoad*/, fD, am)); in iselStmt()
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-US/ |
D | en-US_lh0_kdt_lfz5.pkb | 55 �����@>c�'tݯom��\�bZ����:�R��wW�fD@u��w_�7b�
|
D | en-US_kdt_g2p.pkb | 479 ���V�9�]T��Hk���!�.fD�9����!ǹ (#��a����F ��3��ɱ"@ �\P1s0%P����N0.�aa���y0,��…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/ |
D | en-GB_kdt_g2p.pkb | 30 …P8O$'͝�(���D"�<�U$�ȥ�k��@��*EAI�@�=�u]@H�|RmP)m�Hd)�戞 �tUYP+C�fD�Y���HŜ�F��$�^\�…
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kpdf_mgc.pkb | 1367 ����5��wU.ܑKP_8PD1=9MC{MjV2-TKfD*&PF@FLJFIVl��\pq;EJTLPj[z:XM6IfDQKSOfSTkupP�~|5218… 2550 …[^�5A7LUgj&1~���%qnPS�kY^x%�A���=��G�� )�������������fD=�k�.��ZYWj��lv�r��2…
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 38 e2fsck -fD can corrupt non-indexed directories when are exists one or 226 Fix regression in ext2fs_extent_set_bmap() caused e2fsck -fD to fail 1671 Change e2fsck -fD so that it sorts non-htree directories by inode
|
/external/e2fsprogs/debian/ |
D | changelog | 136 * Fix regression in ext2fs_extent_set_bmap() which caused e2fsck -fD
|