Home
last modified time | relevance | path

Searched defs:REMAINDER (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Lib/
Dargparse.py100 REMAINDER = '...' variable
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
/third_party/skia/third_party/externals/icu/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
/third_party/icu/icu4c/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
/third_party/node/deps/icu-small/source/i18n/
DdecNumber.cpp197 #define REMAINDER 0x40 /* .. */ macro
/third_party/mesa3d/src/mesa/swrast/
Ds_texfilter.c147 #define REMAINDER(A, B) (((A) + (B) * 1024) % (B)) macro