Lines Matching refs:real
24 …*ipitv, integer *irms, integer *irc, integer *voice, integer *pitch, real *rms, real *rc, struct l…
112 integer *irc, integer *voice, integer *pitch, real *rms, real *rc, in decode_()
126 static real corth[32] /* was [4][8] */ = { 32767.f,10.f,5.f,0.f, in decode_()
143 static real descl[8] = { .6953f,.625f,.5781f,.5469f,.5312f,.5391f,.4688f, in decode_()
428 if ((i__1 = drms[1] - drms[0], (real) abs(i__1)) >= corth[ixcor + 3] in decode_()
429 && (i__2 = drms[1] - drms[2], (real) abs(i__2)) >= corth[ in decode_()
434 if ((i__1 = drc[i__ * 3 - 2] - drc[i__ * 3 - 3], (real) abs(i__1)) in decode_()
436 3 - 2] - drc[i__ * 3 - 1], (real) abs(i__2)) >= corth[ in decode_()
445 if ((i__1 = dpit[1] - dpit[0], (real) abs(i__1)) >= corth[ixcor - 1] in decode_()
446 && (i__2 = dpit[1] - dpit[2], (real) abs(i__2)) >= corth[ in decode_()
509 *rms = (real) (*irms); in decode_()