Home
last modified time | relevance | path

Searched refs:REMAINDER (Results 1 – 21 of 21) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DRBGroupPanel.java163 gbc.gridwidth = GridBagConstraints.REMAINDER; in initComponents()
170 gbc.gridwidth = GridBagConstraints.REMAINDER; in initComponents()
176 gbc.gridwidth = GridBagConstraints.REMAINDER; in initComponents()
319 gbc.gridwidth = GridBagConstraints.REMAINDER; in initComponents()
326 gbc.gridwidth = GridBagConstraints.REMAINDER; in initComponents()
332 gbc.gridwidth = GridBagConstraints.REMAINDER; in initComponents()
/third_party/json/benchmarks/thirdparty/benchmark/tools/
Dcompare.py64 nargs=argparse.REMAINDER,
94 nargs=argparse.REMAINDER,
131 nargs=argparse.REMAINDER,
Dcompare_bench.py43 'benchmark_options', metavar='benchmark_options', nargs=argparse.REMAINDER,
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
DgenIndexFilters.bat73 # <ID>:alias:<FILTER>;<REMAINDER>
74 # <REMAINDER> can be
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java267 c.gridwidth = GridBagConstraints.REMAINDER; in buildGUI()
275 c.gridwidth = GridBagConstraints.REMAINDER; in buildGUI()
296 c.gridwidth = GridBagConstraints.REMAINDER; in buildGUI()
304 c.gridwidth = GridBagConstraints.REMAINDER; in buildGUI()
/third_party/benchmark/tools/
Dcompare.py108 nargs=argparse.REMAINDER,
138 nargs=argparse.REMAINDER,
175 nargs=argparse.REMAINDER,
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgen_angle_gn_info_json.py102 nargs=argparse.REMAINDER,
/third_party/skia/third_party/externals/angle2/scripts/
Dgen_angle_gn_info_json.py102 nargs=argparse.REMAINDER,
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDemoUtility.java62 c.gridwidth = GridBagConstraints.REMAINDER; // last in grid in fixGrid()
/third_party/glib/glib/gnulib/
Dmeson.build74 'REMAINDER',
147 'REMAINDER',
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/
DCalendarFrame.java146 add(topPanel, monthLabel[i], g, c, GridBagConstraints.REMAINDER, 1); in init()
230 add(topPanel, displayPanel, g, c, GridBagConstraints.REMAINDER, 0); in init()
/third_party/python/Lib/
Dargparse.py100 REMAINDER = '...' variable
605 elif action.nargs == REMAINDER:
2308 elif nargs == REMAINDER:
2357 if action.nargs in [PARSER, REMAINDER]]
2421 if action.nargs not in [PARSER, REMAINDER]:
2454 elif action.nargs == REMAINDER:
Dtrace.py659 parser.add_argument('arguments', nargs=argparse.REMAINDER,
/third_party/grpc/tools/run_tests/
Drun_tests_matrix.py486 nargs=argparse.REMAINDER,
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
2431 decDivideOp(res, lhs, rhs, set, REMAINDER, &status); in uprv_decNumberRemainder()
4329 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */ in decDivideOp()
4340 if (op&(REMAINDER|REMNEAR)) { in decDivideOp()
4367 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation; in decDivideOp()
4423 if (op&REMAINDER || exponent<-1) { in decDivideOp()
4623 if (op&(REMAINDER|REMNEAR)) break; in decDivideOp()
4690 if (op & (REMAINDER|REMNEAR)) { in decDivideOp()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
2431 decDivideOp(res, lhs, rhs, set, REMAINDER, &status); in uprv_decNumberRemainder()
4329 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */ in decDivideOp()
4340 if (op&(REMAINDER|REMNEAR)) { in decDivideOp()
4367 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation; in decDivideOp()
4423 if (op&REMAINDER || exponent<-1) { in decDivideOp()
4623 if (op&(REMAINDER|REMNEAR)) break; in decDivideOp()
4690 if (op & (REMAINDER|REMNEAR)) { in decDivideOp()
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
2431 decDivideOp(res, lhs, rhs, set, REMAINDER, &status); in uprv_decNumberRemainder()
4329 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */ in decDivideOp()
4340 if (op&(REMAINDER|REMNEAR)) { in decDivideOp()
4367 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation; in decDivideOp()
4423 if (op&REMAINDER || exponent<-1) { in decDivideOp()
4623 if (op&(REMAINDER|REMNEAR)) break; in decDivideOp()
4690 if (op & (REMAINDER|REMNEAR)) { in decDivideOp()
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
2431 decDivideOp(res, lhs, rhs, set, REMAINDER, &status); in uprv_decNumberRemainder()
4329 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */ in decDivideOp()
4340 if (op&(REMAINDER|REMNEAR)) { in decDivideOp()
4367 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation; in decDivideOp()
4423 if (op&REMAINDER || exponent<-1) { in decDivideOp()
4623 if (op&(REMAINDER|REMNEAR)) break; in decDivideOp()
4690 if (op & (REMAINDER|REMNEAR)) { in decDivideOp()
/third_party/mesa3d/src/mesa/swrast/
Ds_texfilter.c147 #define REMAINDER(A, B) (((A) + (B) * 1024) % (B)) macro
176 *i0 = REMAINDER(util_ifloor(u), size); in linear_texel_locations()
177 *i1 = REMAINDER(*i0 + 1, size); in linear_texel_locations()
306 i = REMAINDER(i, size); in nearest_texel_location()
/third_party/python/Doc/library/
Dargparse.rst2093 ``argparse.REMAINDER``, and mutually exclusive groups that include both
/third_party/mesa3d/docs/relnotes/
D7.10.rst263 - swrast: update comments for REMAINDER() macro