Searched refs:nPresent (Results 1 – 2 of 2) sorted by relevance
4056 Word nPresent; in note_local_Kw_n_stack_for() local4071 nPresent = VG_(sizeXA)( thr->local_Kws_n_stacks ); in note_local_Kw_n_stack_for()4075 if (nPresent >= N_KWs_N_STACKs_PER_THREAD) { in note_local_Kw_n_stack_for()4076 VG_(dropHeadXA)( thr->local_Kws_n_stacks, nPresent / 2 ); in note_local_Kw_n_stack_for()4077 nPresent = VG_(sizeXA)( thr->local_Kws_n_stacks ); in note_local_Kw_n_stack_for()4083 if (nPresent > 0) { in note_local_Kw_n_stack_for()4085 = (ULong_n_EC*)VG_(indexXA)( thr->local_Kws_n_stacks, nPresent-1 ); in note_local_Kw_n_stack_for()4089 if (nPresent == 0) in note_local_Kw_n_stack_for()
2935 FX_FLOAT nPresent = 0; in Rate() local2946 nPresent = HValueToFloat(hThis, argTwo); in Rate()2948 bFlags = ((nFuture <= 0) || (nPresent < 0) || (nTotalNumber <= 0)); in Rate()2953 (FXSYS_pow((FX_FLOAT)(nFuture / nPresent), in Rate()