Home
last modified time | relevance | path

Searched +defs:mn +defs:x (Results 1 – 15 of 15) sorted by relevance

/external/deqp/framework/delibs/debase/
DdeInt32.h110 DE_INLINE deBool deInRange32 (int a, int mn, int mx) in deInRange32()
124 DE_INLINE deBool deInBounds32 (int a, int mn, int mx) in deInBounds32()
136 DE_INLINE int deClamp32 (int a, int mn, int mx) in deClamp32()
474 DE_INLINE deBool deInt64InInt32Range(deInt64 x) in deInt64InInt32Range()
DdeMath.h63 DE_INLINE int deFloatIsInf (float x) { return (x > FLT_MAX) - (x < -FLT_MAX); } in deFloatIsInf()
64 DE_INLINE deBool deFloatIsNaN (float x) { return (x != x); } in deFloatIsNaN()
66 DE_INLINE int deIsInf (double x) { return (x > DBL_MAX) - (x < -DBL_MAX); } in deIsInf()
67 DE_INLINE deBool deIsNaN (double x) { return (x != x); } in deIsNaN()
71 DE_INLINE float deFloatAbs (float x) { return (x >= 0.0f) ? x : -x; } in deFloatAbs()
74 DE_INLINE float deFloatClamp (float x, float mn, float mx) { return (x <= mn) ? mn : ((x >= mx) ?… in deFloatClamp()
76 DE_INLINE double deAbs (double x) { return (x >= 0.0) ? x : -x; } in deAbs()
79 DE_INLINE double deClamp (double x, double mn, double mx) { return (x <= mn) ? mn : ((x >= mx) ?… in deClamp()
90 DE_INLINE float deFloatModf (float x, float* i) { double j = 0; double ret = modf(x, &j); *i =… in deFloatModf()
94 DE_INLINE float deFloatFrExp (float x, int* exponent) { return (float)frexp(x, exponent); } in deFloatFrExp()
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dzdump.c33 #define isascii(x) 1 argument
127 #define INITIALIZE(x) ((x) = 0) argument
129 #define INITIALIZE(x) argument
827 register const char * mn; local
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dzdump.c33 #define isascii(x) 1 argument
127 #define INITIALIZE(x) ((x) = 0) argument
129 #define INITIALIZE(x) argument
827 register const char * mn; local
/external/deqp/modules/gles2/scripts/
Dgenutil.py115 def uniformVec4(self, count, mn, mx): argument
133 def glslMod(x, y): return x - y*math.floor(x/y) argument
134 def glslClamp(x, mn, mx): return mn if (x < mn) else mx if (x > mx) else x argument
194 def __init__(self, x): argument
310 def __init__(self, x, y): argument
395 def __init__(self, x, y, z): argument
486 def __init__(self, x, y, z, w): argument
/external/deqp/modules/gles31/scripts/
Dgenutil.py125 def uniformVec4(self, count, mn, mx): argument
143 def glslMod(x, y): return x - y*math.floor(x/y) argument
144 def glslClamp(x, mn, mx): return mn if (x < mn) else mx if (x > mx) else x argument
207 def __init__(self, x): argument
317 def __init__(self, x): argument
370 def __init__(self, x, y): argument
465 def __init__(self, x, y): argument
480 def __init__(self, x, y, z): argument
583 def __init__(self, x, y, z): argument
598 def __init__(self, x, y, z, w): argument
[all …]
/external/deqp/modules/gles3/scripts/
Dgenutil.py125 def uniformVec4(self, count, mn, mx): argument
143 def glslMod(x, y): return x - y*math.floor(x/y) argument
144 def glslClamp(x, mn, mx): return mn if (x < mn) else mx if (x > mx) else x argument
207 def __init__(self, x): argument
315 def __init__(self, x): argument
368 def __init__(self, x, y): argument
463 def __init__(self, x, y): argument
478 def __init__(self, x, y, z): argument
581 def __init__(self, x, y, z): argument
596 def __init__(self, x, y, z, w): argument
[all …]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
DSDL_malloc.c1206 #define assert(x) if(!(x)) ABORT argument
1211 #define assert(x) argument
2340 #define least_bit(x) ((x) & -(x)) argument
2343 #define left_bits(x) ((x<<1) | -(x<<1)) argument
2346 #define same_or_left_bits(x) ((x) | -(x)) argument
2732 static int bin_find(mstate m, mchunkptr x) { in bin_find()
3508 mchunkptr mn = next_chunk(mem2chunk(m)); in sys_alloc() local
4418 mchunkptr mn; in init_user_mstate() local
/external/chromium_org/third_party/icu/source/test/intltest/
Dcaltest.cpp309 #define FIELD_NAME_STR(x) case x: return (#x+5) in fieldName() argument
896 CalendarTest::test4064654(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc) in test4064654()
2802 for(int x=1; x<=loopCnt; x++) { in TestIslamicUmAlQura() local
/external/opencv/cv/src/
Dcvcalibration.cpp964 double x = R[0]*X + R[1]*Y + R[2]*Z + t[0]; in cvProjectPoints2() local
1246 CvPoint2D64f* mn = (CvPoint2D64f*)_mn->data.db; in cvFindExtrinsicCameraParams2() local
1253 double x = -mn[i].x, y = -mn[i].y; in cvFindExtrinsicCameraParams2() local
2568 double a[9], atb[3], x[3]; in cvStereoRectifyUncalibrated() local
2629 int x, y, rows = src->rows, cols = src->cols; in cvReprojectImageTo3D() local
/external/icu/icu4c/source/test/intltest/
Dcaltest.cpp330 #define FIELD_NAME_STR(x) case x: return (#x+5) in fieldName() argument
917 CalendarTest::test4064654(int32_t yr, int32_t mo, int32_t dt, int32_t hr, int32_t mn, int32_t sc) in test4064654()
2839 for(int x=1; x<=loopCnt; x++) { in TestIslamicUmAlQura() local
/external/pdfium/fpdfsdk/src/jsapi/
Dfxjs_v8.cpp778 double _Mod(double x, double y) in _Mod()
1003 double mn = _Mod(m ,12); in JS_MakeDay() local
/external/bluetooth/bluedroid/stack/include/
Dbtm_api.h399 #define FIELDS_TO_COD(pd, mn, mj, sv) {pd[2] = mn; pd[1] = \ argument
1893 #define BTM_VSC_MULTI_AV_SUPPORTED(x) ((x)[BTM_FEATURE_MULTI_AV_OFF] & BTM_FEATURE_MULTI_AV_MASK) argument
1898 #define BTM_VSC_WBS_SBC_SUPPORTED(x) ((x)[BTM_FEATURE_WBS_SBC_OFF] & BTM_FEATURE_WBS_SBC_MASK) argument
1903 #define BTM_VSC_AUDIO_LC_PLC_SUPPORTED(x) ((x)[BTM_FEATURE_AUDIO_LC_PLC_OFF] & BTM_FEATURE_AUDIO_LC… argument
1908 #define BTM_VSC_LIGHT_STACK_SUPPORTED(x) ((x)[BTM_FEATURE_LIGHT_STACK_OFF] & BTM_FEATURE_LIGHT_STAC… argument
1913 #define BTM_VSC_NFC_SUPPORTED(x) ((x)[BTM_FEATURE_NFC_OFF] & BTM_FEATURE_NFC_MASK) argument
/external/chromium_org/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js81 Module['print'] = function(x) { argument
164 function globalEval(x) { argument
718 function alignMemoryPage(x) { argument
1562 function __reallyNegative(x) { argument
1964 function _log10(x) { argument
2898 function ___fpclassifyf(x) { argument
3304 var comparator = function(x, y) { argument
3452 function _fmod(x, y) { argument
3720 function _erfc(x) { argument
3748 }function _erf(x) { argument
[all …]
/external/chromium_org/third_party/dom_distiller_js/package/js/
Ddomdistiller.js534x='\33[0;32mCONTENT',bx='\33[0;35mboilerplate',dx='\33[0m\n',cx='\33[0m,\33[1;30m',qv=' ',wx='"',f… function