Searched refs:fph (Results 1 - 4 of 4) sorted by relevance

/external/icu4c/test/intltest/
H A Dpptest.cpp122 FieldPosition fph( 3 );
123 if ( fph.getField() != 3)
H A Dtfsmalls.cpp129 FieldPosition* fph = new FieldPosition( 3 ); local
130 if ( fph->getField() != 3) it_errln("*** FP getField or heap constr.");
131 delete fph;
/external/icu4c/config/
H A Dmh-os40070 INSTALL-S = cp -fph
/external/qemu/target-mips/
H A Dtranslate.c7356 TCGv_i32 fph = tcg_temp_new_i32(); local
7365 gen_load_fpr32h(fph, fs);
7367 gen_store_fpr32h(fph, fd);
7374 gen_load_fpr32h(fph, ft);
7376 gen_store_fpr32(fph, fd);
7378 gen_load_fpr32h(fph, fs);
7380 gen_store_fpr32(fph, fd);
7385 tcg_temp_free_i32(fph);

Completed in 552 milliseconds