Home
last modified time | relevance | path

Searched +defs:div +defs:s (Results 1 – 25 of 37) sorted by relevance

12

/external/tremolo/Tremolo/
Dres012.c106 int i,j,k,s,used=0; in res_inverse() local
155 ogg_uint32_t div=partword[j][i+k]; in res_inverse() local
220 ogg_uint32_t div=partword[i+k]; in res_inverse() local
/external/speex/libspeex/
D_kiss_fft_guts.h78 # define C_FIXDIV(c,div) \ argument
82 # define C_MULBYSCALAR( c, s ) \ argument
95 # define C_FIXDIV(c,div) /* NOOP */ argument
96 # define C_MULBYSCALAR( c, s ) \ argument
/external/libopus/celt/
D_kiss_fft_guts.h72 # define C_MULBYSCALAR( c, s ) \ argument
79 # define C_FIXDIV(c,div) \ argument
117 # define C_FIXDIV(c,div) /* NOOP */ argument
118 # define C_MULBYSCALAR( c, s ) \ argument
/external/openfst/src/include/fst/
Dstring-weight.h344 string s; variable
470 StringWeight<L, S> div; in Divide() local
500 StringWeight<L, STRING_RIGHT> div; in Divide() local
530 StringWeight<L, STRING_RIGHT_RESTRICT> div; in Divide() local
/external/libyuv/files/source/
Dscale_common.cc61 const uint8* s = src_ptr; in ScaleRowDown2Linear_C() local
76 const uint16* s = src_ptr; in ScaleRowDown2Linear_16_C() local
91 const uint8* s = src_ptr; in ScaleRowDown2Box_C() local
108 const uint8* s = src_ptr; in ScaleRowDown2Box_Odd_C() local
130 const uint16* s = src_ptr; in ScaleRowDown2Box_16_C() local
274 const uint8* s = src_ptr; in ScaleRowDown34_0_Box_C() local
296 const uint16* s = src_ptr; in ScaleRowDown34_0_Box_16_C() local
319 const uint8* s = src_ptr; in ScaleRowDown34_1_Box_C() local
341 const uint16* s = src_ptr; in ScaleRowDown34_1_Box_16_C() local
822 #define BLENDERC(a, b, f, s) (uint32)( \ argument
[all …]
/external/v8/benchmarks/
Dnavier-stokes.js83 function addFields(x, s, dt) argument
239 function project(u, v, p, div) argument
/external/libpng/contrib/libtests/
Dtarith.c49 #define png_malloc(pp, s) malloc(s) argument
50 #define png_malloc_warn(pp, s) malloc(s) argument
51 #define png_malloc_base(pp, s) malloc(s) argument
52 #define png_calloc(pp, s) calloc(1, (s)) argument
53 #define png_free(pp, s) free(s) argument
58 #define crc32(crc, pp, s) (crc) argument
616 png_int_32 times, div; in validation_muldiv() local
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_lowering_nv50.cpp113 #define QUADOP(q, r, s, t) \ argument
156 for (int s = 0; i->srcExists(s); ++s) { in replaceZero() local
291 for (int s = 0; di->srcExists(s); ++s) in propagateWriteToOutput() local
329 for (int s = 0; i->srcExists(s); ++s) { in handleAddrDef() local
371 for (int s = 2; add->srcExists(s); ++s) in handleMUL() local
385 NV50LegalizeSSA::handleDIV(Instruction *div) in handleDIV()
392 Value *q, *q0, *qf, *aR, *aRf, *qRf, *qR, *t, *s, *m, *cond; in handleDIV() local
/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_common.cc61 const uint8* s = src_ptr; in ScaleRowDown2Linear_C() local
76 const uint16* s = src_ptr; in ScaleRowDown2Linear_16_C() local
91 const uint8* s = src_ptr; in ScaleRowDown2Box_C() local
108 const uint16* s = src_ptr; in ScaleRowDown2Box_16_C() local
252 const uint8* s = src_ptr; in ScaleRowDown34_0_Box_C() local
274 const uint16* s = src_ptr; in ScaleRowDown34_0_Box_16_C() local
297 const uint8* s = src_ptr; in ScaleRowDown34_1_Box_C() local
319 const uint16* s = src_ptr; in ScaleRowDown34_1_Box_16_C() local
792 #define BLENDERC(a, b, f, s) (uint32)( \ argument
1053 int FixedDiv_C(int num, int div) { in FixedDiv_C()
[all …]
/external/icu/icu4c/source/i18n/
Ddigitlst.cpp279 DigitList::setPositive(UBool s) { in setPositive()
471 MaybeStackArray<char, MAX_DBL_DIGITS+18> s; in getDouble() local
880 DigitList::div(const DigitList &other, UErrorCode &status) { in div() function in DigitList
/external/llvm/docs/_ocamldoc/
Dstyle.css4 html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre, selector
5 a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp, selector
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
DbtMprPenetration.h85 inline btMprSupport_t* btMprSimplexPointW(btMprSimplex_t *s, int idx) in btMprSimplexPointW()
90 inline void btMprSimplexSetSize(btMprSimplex_t *s, int size) in btMprSimplexSetSize()
107 inline int btMprSimplexSize(const btMprSimplex_t *s) in btMprSimplexSize()
113 inline const btMprSupport_t* btMprSimplexPoint(const btMprSimplex_t* s, int idx) in btMprSimplexPoint()
119 inline void btMprSupportCopy(btMprSupport_t *d, const btMprSupport_t *s) in btMprSupportCopy()
124 inline void btMprSimplexSet(btMprSimplex_t *s, size_t pos, const btMprSupport_t *a) in btMprSimplexSet()
130 inline void btMprSimplexSwap(btMprSimplex_t *s, size_t pos1, size_t pos2) in btMprSimplexSwap()
667 float s, t, dist, dist2; in btMprVec3PointTriDist2() local
681 btScalar div = (w * v - r * r); in btMprVec3PointTriDist2() local
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_vbo.c147 const unsigned s = elements[i].src_offset; in nvc0_vertex_state_create() local
159 #define VTX_ATTR(a, c, t, s) \ argument
203 const uint32_t div = nvc0->vertex->min_instance_div[vbi]; in nvc0_user_vbuf_range() local
/external/owasp/sanitizer/empiricism/
Dcanned-data.js42 "div": true, property
101 "s": true, property
3361 "div": [ property
8125 "s": [ property
13370 "div": [ property
18225 "s": [ property
20777 "div": { property
21015 "s": { property
21456 "div": [ property
21696 "s": [ property
[all …]
/external/skia/tests/
DMathTest.cpp422 float s = ab / 255.0f; in test_muldiv255() local
648 T div, mod; in test_divmod() local
661 T div, mod; in test_divmod() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bigdec/
DDiagBigDecimal.java4568 String s = android.icu.math.BigDecimal.valueOf(d).toString(); in diagvalueof() local
5314 java.lang.String sub, java.lang.String mul, java.lang.String div, in mathtest()
5464 private static java.lang.String right(java.lang.String s, int len) { in right()
5482 private static java.lang.String left(java.lang.String s, int len) { in left()
5505 private void say(java.lang.String s) { in say()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bigdec/
DDiagBigDecimal.java4564 String s = com.ibm.icu.math.BigDecimal.valueOf(d).toString(); in diagvalueof() local
5310 java.lang.String sub, java.lang.String mul, java.lang.String div, in mathtest()
5460 private static java.lang.String right(java.lang.String s, int len) { in right()
5478 private static java.lang.String left(java.lang.String s, int len) { in left()
5501 private void say(java.lang.String s) { in say()
/external/chromium-trace/catapult/third_party/jquery/
Djquery-2.1.4.js1061 support.attributes = assert(function( div ) { argument
1070 support.getElementsByTagName = assert(function( div ) { argument
1082 support.getById = assert(function( div ) { argument
1174 assert(function( div ) { argument
1218 assert(function( div ) { argument
1249 assert(function( div ) { argument
2568 if ( !assert(function( div ) { argument
2581 if ( !support.attributes || !assert(function( div ) { argument
2595 if ( !assert(function( div ) { argument
7665 function ajaxHandleResponses( s, jqXHR, responses ) { argument
[all …]
/external/mdnsresponder/mDNSPosix/
DNetMonitor.c408 ActivityStat **s = &stats; in recordstat() local
448 ActivityStat *s, *m = NULL; in printstats() local
565 mDNSu8 *s = rd->data; in DisplayResourceRecord() local
825 int h, m, s, mul, div, TotPkt; in mDNSNetMonitor() local
/external/chromium-trace/catapult/third_party/flot/
Djquery.min.js2 …;elem.setAttribute("type",value);if(val){elem.value=val}return value}}},value:{get:function(elem,n… argument
3 …n(elem){var node=elem;switch(type){case"only":case"first":while(node=node.previousSibling){if(node…
4 }if(!jQuery.support.tbody){hasBody=rtbody.test(elem);tbody=tag==="table"&&!hasBody?div.firstChild&&… argument
Djquery.js3811 assertTagNameNoComments = assert(function( div ) { argument
3817 assertHrefNotNormalized = assert(function( div ) { argument
3824 assertAttributes = assert(function( div ) { argument
3832 assertUsableClassName = assert(function( div ) { argument
3846 assertUsableName = assert(function( div ) { argument
5200 assert(function( div ) { argument
5221 assert(function( div ) { argument
5293 assert(function( div ) { argument
8015 function ajaxHandleResponses( s, jqXHR, responses ) { argument
8077 function ajaxConvert( s, response ) { argument
[all …]
Djquery.flot.js1046 var colori = 0, s; variable
2816 var div = legend.children(); variable
2932 function (s) { return s["hoverable"] != false; }); argument
2938 function (s) { return false; }); argument
2943 function (s) { return s["clickable"] != false; }); argument
3016 function highlight(s, point, auto) { argument
3035 function unhighlight(s, point) { argument
3058 function indexOfHighlight(s, p) { argument
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp64 template<typename T> inline T div (T a, T b) { return a / b; } in div() function
91 inline Vector<T, Size> minVecScalar (const Vector<T, Size>& v, T s) in minVecScalar() argument
100 inline Vector<T, Size> maxVecScalar (const Vector<T, Size>& v, T s) in maxVecScalar() argument
118 inline Vector<T, Size> mixVecVecScalar (const Vector<T, Size>& v0, const Vector<T, Size>& v1, T s) in mixVecVecScalar() argument
127 inline Vector<T, Size> stepScalarVec (T s, const Vector<T, Size>& v) in stepScalarVec() argument
161 …ector<deUint32, Size> subVecScalar (const Vector<deUint32, Size>& v, deUint32 s) { return (v.asI… in subVecScalar() argument
163 …t Size> inline Vector<T, Size> addVecScalar (const Vector<T, Size>& v, T s) { return v + s… in addVecScalar() argument
164 …t Size> inline Vector<T, Size> subVecScalar (const Vector<T, Size>& v, T s) { return v - s… in subVecScalar() argument
165 …t Size> inline Vector<T, Size> mulVecScalar (const Vector<T, Size>& v, T s) { return v * s… in mulVecScalar() argument
166 …t Size> inline Vector<T, Size> divVecScalar (const Vector<T, Size>& v, T s) { return v / s… in divVecScalar() argument
[all …]
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp79 template<typename T> inline T div (T a, T b) { return a / b; } in div() function
106 inline Vector<T, Size> minVecScalar (const Vector<T, Size>& v, T s) in minVecScalar() argument
115 inline Vector<T, Size> maxVecScalar (const Vector<T, Size>& v, T s) in maxVecScalar() argument
133 inline Vector<T, Size> mixVecVecScalar (const Vector<T, Size>& v0, const Vector<T, Size>& v1, T s) in mixVecVecScalar() argument
142 inline Vector<T, Size> stepScalarVec (T s, const Vector<T, Size>& v) in stepScalarVec() argument
178 …ector<deUint32, Size> subVecScalar (const Vector<deUint32, Size>& v, deUint32 s) { return (v.asI… in subVecScalar() argument
180 …t Size> inline Vector<T, Size> addVecScalar (const Vector<T, Size>& v, T s) { return v + s… in addVecScalar() argument
181 …t Size> inline Vector<T, Size> subVecScalar (const Vector<T, Size>& v, T s) { return v - s… in subVecScalar() argument
182 …t Size> inline Vector<T, Size> mulVecScalar (const Vector<T, Size>& v, T s) { return v * s… in mulVecScalar() argument
183 …t Size> inline Vector<T, Size> divVecScalar (const Vector<T, Size>& v, T s) { return v / s… in divVecScalar() argument
[all …]
/external/skia/bench/
DMathBench.cpp78 const uint32_t* s = SkTCast<const uint32_t*>(src); in performTest() local
564 T div = 0, mod = 0; in onDraw() local

12