Searched refs:nz0 (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | sbrdsp_fixed.c | 39 int i, nz, nz0; in sbr_sum_square_c() local 66 nz0 = 15 - nz; in sbr_sum_square_c() 81 ret = av_int2sf(u, nz0 - nz); in sbr_sum_square_c()
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtodg.c | 327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local 358 denorm = sign = nz0 = nz = 0; 399 nz0 = 1; 457 if (!nd && !nz && !nz0) { 495 if (!nz && !nz0) {
|
H A D | strtod.c | 96 e, e1, esign, i, j, k, nd, nd0, nf, nz, nz0, sign; local 145 sign = nz0 = nz = decpt = 0; 201 nz0 = 1; 258 if (!nd && !nz && !nz0) { 294 if (!nz && !nz0) {
|
Completed in 4 milliseconds