Home
last modified time | relevance | path

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

12

/external/valgrind/none/tests/ppc64/
Dround.c399 double qtr, half, fA, fB, fD; in check_single_arithmetic_op() local
408 : "=f"(fD) : "f"(fA) , "f"(fB)); in check_single_arithmetic_op()
412 : "=f"(fD) : "f"(fA)); in check_single_arithmetic_op()
477 R.dbl = fD; in check_single_arithmetic_op()
482 R.dbl = fD; in check_single_arithmetic_op()
487 R.dbl = fD; in check_single_arithmetic_op()
492 R.dbl = fD; in check_single_arithmetic_op()
528 print_double("double result", fD); in check_single_arithmetic_op()
545 double fA, fB, fC, fD; in check_single_guarded_arithmetic_op() local
582 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC)); in check_single_guarded_arithmetic_op()
[all …]
/external/valgrind/none/tests/ppc32/
Dround.c399 double qtr, half, fA, fB, fD; in check_single_arithmetic_op() local
408 : "=f"(fD) : "f"(fA) , "f"(fB)); in check_single_arithmetic_op()
412 : "=f"(fD) : "f"(fA)); in check_single_arithmetic_op()
477 R.dbl = fD; in check_single_arithmetic_op()
482 R.dbl = fD; in check_single_arithmetic_op()
487 R.dbl = fD; in check_single_arithmetic_op()
492 R.dbl = fD; in check_single_arithmetic_op()
528 print_double("double result", fD); in check_single_arithmetic_op()
545 double fA, fB, fC, fD; in check_single_guarded_arithmetic_op() local
582 : "=f"(fD) : "f"(fA) , "f"(fB), "f"(fC)); in check_single_guarded_arithmetic_op()
[all …]
/external/skia/tests/
DPathOpsOpRectThreadedTest.cpp45 " SkPath::kCW_Direction);\n", state.fC, state.fC, state.fD, state.fD); in testPathOpsRectsMain()
61 pathA.addRect(SkIntToScalar(state.fC), SkIntToScalar(state.fC), SkIntToScalar(state.fD), in testPathOpsRectsMain()
62 SkIntToScalar(state.fD), SkPath::kCW_Direction); in testPathOpsRectsMain()
DPathOpsOpCubicThreadedTest.cpp32 pathA.cubicTo(SkIntToScalar(state.fC), SkIntToScalar(state.fD), SkIntToScalar(b), in testOpCubicsMain()
38 SkIntToScalar(state.fA), SkIntToScalar(state.fD), SkIntToScalar(state.fC)); in testOpCubicsMain()
53 str += sprintf(str, " path.cubicTo(%d,%d, %d,%d, %d,%d);\n", state.fC, state.fD, in testOpCubicsMain()
61 state.fB, state.fA, state.fD, state.fC); in testOpCubicsMain()
DPathOpsThreadedCommon.h25 unsigned char fD; member
53 fState.fD = d; in PathOpsThreadedRunnable()
DPathOpsOpCircleThreadedTest.cpp36 state.fC, state.fD ? "SkPath::kCW_Direction" : "SkPath::kCCW_Direction"); in testOpCirclesMain()
48 state.fD ? SkPath::kCW_Direction : SkPath::kCCW_Direction); in testOpCirclesMain()
DPathOpsSimplifyQuadralateralsThreadedTest.cpp25 int dx = state.fD & 0x03; in testSimplifyQuadralateralsMain()
26 int dy = state.fD >> 2; in testSimplifyQuadralateralsMain()
DPathOpsSimplifyQuadThreadedTest.cpp25 int dx = state.fD & 0x03; in testSimplifyQuadsMain()
26 int dy = state.fD >> 2; in testSimplifyQuadsMain()
DPathOpsOpLoopThreadedTest.cpp51 SkPoint endD = { midB.fX - v.fY * state.fD / 3, in testOpLoopsMain()
52 midB.fY + v.fX * state.fD / 3 }; in testOpLoopsMain()
DPathOpsSimplifyRectThreadedTest.cpp32 int dShape = state.fD & 0x03; in testSimplify4x4RectsMain()
33 SkPath::Direction dCW = state.fD >> 2 ? SkPath::kCCW_Direction : SkPath::kCW_Direction; in testSimplify4x4RectsMain()
DPathOpsSimplifyDegenerateThreadedTest.cpp33 if (state.fD && (ex - dx) * (fy - dy) in testSimplifyDegeneratesMain()
/external/icu/icu4c/source/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.cpp176 Formattable fD(d); in testAPI() local
189 res3 = cust1.format(fD, res3, pos3, status); in testAPI()
193 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/skia/src/core/
DSkGeometry.h342 fD = P0; in SkCubicCoeff()
351 return ((fA * t + fB) * t + fC) * t + fD; in eval()
357 Sk2s fD; member
/external/valgrind/VEX/priv/
Dhost_arm_defs.c1257 ARMInstr* ARMInstr_VLdStS ( Bool isLoad, HReg fD, ARMAModeV* am ) { in ARMInstr_VLdStS() argument
1261 i->ARMin.VLdStS.fD = fD; in ARMInstr_VLdStS()
1341 ARMInstr* ARMInstr_VXferS ( Bool toS, HReg fD, HReg rLo ) { in ARMInstr_VXferS() argument
1345 i->ARMin.VXferS.fD = fD; in ARMInstr_VXferS()
1740 ppHRegARM(i->ARMin.VLdStS.fD); in ppARMInstr()
1747 ppHRegARM(i->ARMin.VLdStS.fD); in ppARMInstr()
1822 ppHRegARM(i->ARMin.VXferS.fD); in ppARMInstr()
1828 ppHRegARM(i->ARMin.VXferS.fD); in ppARMInstr()
2163 addHRegUse(u, HRmWrite, i->ARMin.VLdStS.fD); in getRegUsage_ARMInstr()
2165 addHRegUse(u, HRmRead, i->ARMin.VLdStS.fD); in getRegUsage_ARMInstr()
[all …]
Dhost_arm_defs.h772 HReg fD; member
837 HReg fD; member
998 extern ARMInstr* ARMInstr_VXferS ( Bool toS, HReg fD, HReg rLo );
Dguest_arm_toIR.c13725 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction() local
13734 putFReg(fD, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction()
13739 nCC(conq), fD, dM); in decode_CP10_CP11_instruction()
13742 putFReg(fD, unop(Iop_ReinterpI32asF32, in decode_CP10_CP11_instruction()
13747 nCC(conq), fD, dM); in decode_CP10_CP11_instruction()
13786 UInt fD = (INSN(15,12) << 1) | bD; in decode_CP10_CP11_instruction() local
13811 if (fD + nRegs - 1 >= 32) in decode_CP10_CP11_instruction()
13858 putFReg(fD + i, loadLE(Ity_F32, addr), IRTemp_INVALID); in decode_CP10_CP11_instruction()
13860 storeLE(addr, getFReg(fD + i)); in decode_CP10_CP11_instruction()
13877 nm, nCC(conq), rN, fD, fD + nRegs - 1); in decode_CP10_CP11_instruction()
[all …]
/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/skia/src/utils/
DSkPatchUtils.cpp59 fFwDiff[0] = to_point(fCoefs.fD); in restart()
/external/ImageMagick/PerlMagick/t/reference/write/read/
Dinput_gif.miff59 �Fg���U"@fD'G��������>���34T5̬�V�u�L��.���S��e�R�)�T�]�mX__�tB�A��_8"�����������F�g{;gg;U…
Dinput_gif87.miff59 �Fg���U"@fD'G��������>���34T5̬�V�u�L��.���S��e�R�)�T�]�mX__�tB�A��_8"�����������F�g{;gg;U…

12