Searched refs:recalc (Results 1 - 16 of 16) sorted by relevance

/external/compiler-rt/lib/builtins/
H A Dmultc3.c31 int recalc = 0; local
39 recalc = 1;
48 recalc = 1;
50 if (!recalc && (crt_isinf(ac) || crt_isinf(bd) ||
60 recalc = 1;
62 if (recalc) {
/external/compiler-rt/lib/builtins/ppc/
H A Dmultc3.c33 int recalc = 0; local
46 recalc = 1;
55 recalc = 1;
58 if (!recalc)
72 recalc = 1;
76 if (recalc)
/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_h_h_e_a.py39 self.recalc(ttFont)
42 def recalc(self, ttFont): member in class:table__h_h_e_a
79 # XXX CFF recalc...
H A D_v_h_e_a.py36 self.recalc(ttFont)
39 def recalc(self, ttFont): member in class:table__v_h_e_a
66 # XXX CFF recalc...
H A D_m_a_x_p.py45 self.recalc(ttFont)
56 def recalc(self, ttFont): member in class:table__m_a_x_p
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_h_h_e_a.py39 self.recalc(ttFont)
42 def recalc(self, ttFont): member in class:table__h_h_e_a
79 # XXX CFF recalc...
H A D_v_h_e_a.py36 self.recalc(ttFont)
39 def recalc(self, ttFont): member in class:table__v_h_e_a
66 # XXX CFF recalc...
H A D_m_a_x_p.py45 self.recalc(ttFont)
56 def recalc(self, ttFont): member in class:table__m_a_x_p
/external/python/cpython2/Demo/tkinter/guido/
H A Dss1.py44 if hasattr(cell, 'recalc'):
45 return cell.recalc(self.rexec)
143 def recalc(self): member in class:Sheet
146 if hasattr(cell, 'recalc'):
147 cell.recalc(self.rexec)
166 if hasattr(cell, 'recalc'):
167 cell.recalc(self.rexec)
320 cell.recalc(rexec) -> value -- recalculate formula
334 def recalc(self, rexec): member in class:NumericCell
375 def recalc(sel member in class:StringCell
401 def recalc(self, rexec): member in class:FormulaCell
[all...]
/external/python/cpython3/Tools/demo/
H A Dss1.py47 if hasattr(cell, 'recalc'):
48 return cell.recalc(self.ns)
146 def recalc(self): member in class:Sheet
149 if hasattr(cell, 'recalc'):
150 cell.recalc(self.ns)
169 if hasattr(cell, 'recalc'):
170 cell.recalc(self.ns)
311 cell.recalc(ns) -> value -- recalculate formula
325 def recalc(self, ns): member in class:NumericCell
363 def recalc(sel member in class:StringCell
389 def recalc(self, ns): member in class:FormulaCell
[all...]
/external/valgrind/drd/
H A Ddrd_bitmap.c1048 /** Clear bitmap2::recalc. */
1057 bm2->recalc = False;
1062 * Report whether bitmap2::recalc has been set for the second level bitmap
1070 return bm2 && bm2->recalc;
1074 * Set bitmap2::recalc in bml for each second level bitmap in bmr that contains
1090 bm2l->recalc = True;
1094 /** Clear all second-level bitmaps for which bitmap2::recalc == True. */
1103 if (bm2->recalc)
1108 /** Merge the second level bitmaps from *rhs into *lhs for which recalc == True. */
1127 if (bm2l && bm2l->recalc)
[all...]
H A Ddrd_bitmap.h336 Bool recalc;
559 * @note bitmap2::recalc isn't initialized here on purpose.
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DSimpleTimeZone.java784 boolean recalc = false;
792 recalc = true;
799 recalc = true;
803 if (recalc) {
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp532 UBool recalc = FALSE; local
539 recalc = TRUE;
545 recalc = TRUE;
548 if (recalc) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java805 boolean recalc = false;
813 recalc = true;
820 recalc = true;
824 if (recalc) {
/external/toybox/toys/posix/
H A Dps.c1391 int recalc = 1; local
1454 if (recalc) {
1466 if (recalc && !(toys.optflags&FLAG_q)) {
1554 if (!recalc && !(toys.optflags&FLAG_b))
1556 recalc = 1;
1601 recalc = 0;

Completed in 420 milliseconds