Searched refs:msub (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/cctools-845/ld/
H A Ddylibs.c302 struct merged_sub_frameworks *msub; local
315 msub = allocate(sizeof(struct merged_sub_frameworks));
316 memset(msub, '\0', sizeof(struct merged_sub_frameworks));
317 msub->unbrell_name = name;
318 msub->sub = sub;
319 merged_sub_framework = msub;
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A Dsigproc2.c905 mp, i, j, minc, n1, n2, n3, npb, msub, mm1, isub, m2; local
977 msub = (minc*minc - minc)/2;
979 b[msub+minc] = 1.0;
991 b[msub+jp] -= gam*b[isub+jp];
995 beta[minc] += cc[j+1]*b[msub+j];
1005 m2 = msub+ip;
1029 mp, i, j, minc, n1, n2, n3, npb, msub, mm1, isub, m2; local
1083 msub = (minc*minc - minc)/2;
1085 b[msub+minc] = 1.0;
1097 b[msub
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A DdecNumber.c818 const Unit *msua, *msub; /* -> operand msus */ local
836 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */
843 if (ub>msub) b=0;
1834 const Unit *msua, *msub; /* -> operand msus */ local
1851 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */
1858 if (ub>msub) b=0;
3264 const Unit *msua, *msub; /* -> operand msus */ local
3281 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */
3288 if (ub>msub) b=0;

Completed in 163 milliseconds