Searched refs:maxc (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_builtin_builder.c | 62 nir_ssa_def *maxc = nir_fmax_abs_vec_comp(b, abs); local in function:nir_length 63 abs = nir_fdiv(b, abs, maxc); 64 nir_ssa_def *res = nir_fmul(b, nir_fsqrt(b, nir_fdot(b, abs, abs)), maxc); 65 return nir_bcsel(b, nir_feq(b, maxc, finf), maxc, res); 119 nir_ssa_def *maxc = nir_fmax_abs_vec_comp(b, vec); local in function:nir_normalize 120 nir_ssa_def *svec = nir_fdiv(b, vec, maxc); 124 nir_ssa_def *temp = nir_bcsel(b, nir_feq(b, maxc, finf), finfvec, svec); 127 return nir_bcsel(b, nir_feq(b, maxc, f0), vec, res);
|
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| H A D | rec.c | 727 long mine, maxc; local in function:irec_complex_repetition 741 mine = maxc = -1; 767 maxc = strtol((char*)inf->ptr, (char**)&end, 10); 774 if (mine == maxc) { 775 maxc = -1; 780 if (mine >= 255 || maxc >= 255 || 781 (mine >= 0 && maxc >= 0 && mine > maxc)) 794 if (mine == 0 && maxc == 1) 801 else if (mine == 0 && maxc [all...] |
| H A D | rep.h | 314 short maxc; /* maximum number of matches */ member in struct:_rec_rep
|
| H A D | re.c | 2186 rec_byte(inf, rep->maxc); 2191 rec_byte(inf, rep->maxc);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_builtin_builder.c | 120 nir_ssa_def *maxc = nir_fmax_abs_vec_comp(b, vec); local in function:nir_normalize 121 nir_ssa_def *svec = nir_fdiv(b, vec, maxc); 125 nir_ssa_def *temp = nir_bcsel(b, nir_feq(b, maxc, finf), finfvec, svec); 128 return nir_bcsel(b, nir_feq(b, maxc, f0), vec, res);
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 2909 adjust_min_max(xCharInfo *minc, xCharInfo *maxc, xCharInfo *tmp) argument 2914 if (maxc->field < (ci)->field) \ 2915 maxc->field = (ci)->field; 2925 if ((INT16)maxc->attributes < (INT16)tmp->attributes) 2926 maxc->attributes = tmp->attributes;
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 2913 adjust_min_max(xCharInfo *minc, xCharInfo *maxc, xCharInfo *tmp) argument 2918 if (maxc->field < (ci)->field) \ 2919 maxc->field = (ci)->field; 2929 if ((INT16)maxc->attributes < (INT16)tmp->attributes) 2930 maxc->attributes = tmp->attributes;
|
Completed in 160 milliseconds