Home
last modified time | relevance | path

Searched refs:newC (Results 1 – 3 of 3) sorted by relevance

/external/eigen/demos/opengl/
Dquaternion_demo.cpp83 Vector3f newC = c + ( (AngleAxisf(angles[j*2+1], ax0) in FancySpheres() local
86 mCenters.push_back(newC); in FancySpheres()
/external/valgrind/VEX/priv/
Dguest_arm_toIR.c1759 IRTemp* newC, in compute_result_and_C_after_LSL_by_imm5() argument
1765 if (newC) { in compute_result_and_C_after_LSL_by_imm5()
1766 assign( *newC, mk_armg_calculate_flag_c() ); in compute_result_and_C_after_LSL_by_imm5()
1772 if (newC) { in compute_result_and_C_after_LSL_by_imm5()
1773 assign( *newC, in compute_result_and_C_after_LSL_by_imm5()
1789 IRTemp* newC, in compute_result_and_C_after_LSL_by_reg() argument
1801 if (newC) { in compute_result_and_C_after_LSL_by_reg()
1813 *newC, in compute_result_and_C_after_LSL_by_reg()
1862 IRTemp* newC, in compute_result_and_C_after_LSR_by_imm5() argument
1871 if (newC) { in compute_result_and_C_after_LSR_by_imm5()
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DNFAToDFAConverter.java889 NFAConfiguration newC = labelDFATarget.addNFAConfiguration( in reach() local