Home
last modified time | relevance | path

Searched refs:fD (Results 1 – 17 of 17) sorted by relevance

/external/valgrind/main/none/tests/ppc64/
Dround.c389 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/
Dround.c389 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/
Dsdtfmtts.cpp142 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()
Dnmfmapts.cpp119 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()
Ddcfmapts.cpp133 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()
Ddtfmapts.cpp162 Formattable fD(d, Formattable::kIsDate); in testAPI() local
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_kdt_acc.pkb13 ��Ě��%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/
Dhost_arm_defs.c1227 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 …]
Dhost_arm_defs.h735 HReg fD; member
800 HReg fD; member
935 extern ARMInstr* ARMInstr_VXferS ( Bool toS, HReg fD, HReg rLo );
Dguest_arm_toIR.c11290 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 …]
Dhost_arm_isel.c5621 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/
Den-US_lh0_kdt_lfz5.pkb55 ������@�>c�'tݯ�om��\��bZ�������� :��R���wW�fD@u��w_�7b�
Den-US_kdt_g2p.pkb479 ���V�9�]T��Hk���!�.fD�9�����!ǹ (#��a����F ��3��ɱ"@���� ��\P1s0%P����N0.�a����a���y0,���…
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_kdt_g2p.pkb30 …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/
Dfr-FR_nk0_kpdf_mgc.pkb1367 ����5���wU.ܑKP_8PD1=9MC{MjV2-TKfD*&PF@FLJFIVl��\pq;EJTLPj[z:XM6IfDQKSOfSTkupP�~|5218…
2550 …[^�5A7LUg�j&1~���%qnPS�kY^x%�A���=��G�� )���������������fD=�k�.��ZYWj��lv�r��2…
/external/e2fsprogs/
DRELEASE-NOTES38 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/
Dchangelog136 * Fix regression in ext2fs_extent_set_bmap() which caused e2fsck -fD