/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/ |
D | ICUDurationTest.java | 79 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration() argument 80 sign = sgn; in ICUTestDuration() 90 private ICUTestDuration(int sgn, Map<Field, Number> f) { in ICUTestDuration() argument 91 sign = sgn; in ICUTestDuration() 154 private static final ICUTestDuration newDuration(int sgn, int d, int h, int m, float s) { in newDuration() argument 155 return new ICUTestDuration(sgn, -1, -1, d, h, m, s); in newDuration() 157 private static final ICUTestDuration newDuration(int sgn, int h, int m, float s) { in newDuration() argument 158 return new ICUTestDuration(sgn, -1, -1, -1, h, m, s); in newDuration() 160 private static final ICUTestDuration newDuration(int sgn, float s) { in newDuration() argument 161 return new ICUTestDuration(sgn, -1, -1, -1, -1, -1, s); in newDuration()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | ICUDurationTest.java | 78 ICUTestDuration(int sgn, int y, int months, int d, int h, int m, float s) { in ICUTestDuration() argument 79 sign = sgn; in ICUTestDuration() 89 private ICUTestDuration(int sgn, Map<Field, Number> f) { in ICUTestDuration() argument 90 sign = sgn; in ICUTestDuration() 153 private static final ICUTestDuration newDuration(int sgn, int d, int h, int m, float s) { in newDuration() argument 154 return new ICUTestDuration(sgn, -1, -1, d, h, m, s); in newDuration() 156 private static final ICUTestDuration newDuration(int sgn, int h, int m, float s) { in newDuration() argument 157 return new ICUTestDuration(sgn, -1, -1, -1, h, m, s); in newDuration() 159 private static final ICUTestDuration newDuration(int sgn, float s) { in newDuration() argument 160 return new ICUTestDuration(sgn, -1, -1, -1, -1, -1, s); in newDuration()
|
/external/webrtc/webrtc/modules/audio_processing/aecm/ |
D | aecm_core_mips.c | 1544 int32_t tt, sgn; in ComfortNoise() local 1546 sgn = ((int)tt) >> 31; in ComfortNoise() 1547 out[0].real = sgn == (int16_t)(tt >> 15) ? (int16_t)tt : (16384 ^ sgn); in ComfortNoise() 1549 sgn = ((int)tt) >> 31; in ComfortNoise() 1550 out[0].imag = sgn == (int16_t)(tt >> 15) ? (int16_t)tt : (16384 ^ sgn); in ComfortNoise() 1553 sgn = ((int)tt) >> 31; in ComfortNoise() 1554 out[i].real = sgn == (int16_t)(tt >> 15) ? (int16_t)tt : (16384 ^ sgn); in ComfortNoise() 1556 sgn = ((int)tt) >> 31; in ComfortNoise() 1557 out[i].imag = sgn == (int16_t)(tt >> 15) ? (int16_t)tt : (16384 ^ sgn); in ComfortNoise() 1560 sgn = ((int)tt) >> 31; in ComfortNoise() [all …]
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
D | nv50_ir_inlines.h | 77 bool flt = false, bool sgn = false) 80 case 1: return sgn ? TYPE_S8 : TYPE_U8; 81 case 2: return flt ? TYPE_F16 : (sgn ? TYPE_S16 : TYPE_U16); 82 case 8: return flt ? TYPE_F64 : (sgn ? TYPE_S64 : TYPE_U64); 86 return flt ? TYPE_F32 : (sgn ? TYPE_S32 : TYPE_U32);
|
/external/pdfium/third_party/lcms2-2.6/ |
D | 0017-upstream-integer-overflow-MPEmatrix_Read.patch | 43 - int sgn; 45 + cmsInt32Number sgn; 47 NextCh(it8); sgn = 1;
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_libc.cc | 240 int sgn = 1; in internal_simple_strtoll() local 245 sgn = 1; in internal_simple_strtoll() 248 sgn = -1; in internal_simple_strtoll() 261 if (sgn > 0) { in internal_simple_strtoll()
|
/external/fdlibm/ |
D | e_jn.c | 60 int i,hx,ix,lx, sgn; local 79 sgn = (n&1)&(hx>>31); /* even n -- 0, odd n -- sign(x) */ 211 if(sgn==1) return -b; else return b;
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | atan.ir | 82 (declare () float sgn) 83 (assign (x) (var_ref sgn) (expression float sign (var_ref y))) 84 (assign (x) (var_ref r) (expression float * (var_ref sgn) (constant float (1.5707965))))
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
D | fast_trigonometry.inl | 61 T sgn = sign(y) * sign(x); local 62 return abs(fastAtan(y / x)) * sgn;
|
/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmscgats.c | 573 cmsInt32Number sgn; in ReadReal() local 575 NextCh(it8); sgn = 1; in ReadReal() 579 sgn = -1; NextCh(it8); in ReadReal() 584 sgn = +1; in ReadReal() 597 e = sgn*e; in ReadReal() 648 int sgn; in ParseFloatNumber() local 651 sgn = 1; in ParseFloatNumber() 655 sgn = -1; in ParseFloatNumber() 661 sgn = +1; in ParseFloatNumber() 674 e = sgn*e; in ParseFloatNumber()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | langtagRegex.txt | 51 | sgn $s (?: BE $s (?: fr | nl) | CH $s de )
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | langtagRegex.txt | 51 | sgn $s (?: BE $s (?: fr | nl) | CH $s de )
|
/external/swiftshader/src/Shader/ |
D | ShaderCore.hpp | 346 void sgn(Vector4f &dst, const Vector4f &src); 386 void sgn(Float4 &dst, const Float4 &src);
|
D | ShaderCore.cpp | 1434 void ShaderCore::sgn(Vector4f &dst, const Vector4f &src) in sgn() function in sw::ShaderCore 1436 sgn(dst.x, src.x); in sgn() 1437 sgn(dst.y, src.y); in sgn() 1438 sgn(dst.z, src.z); in sgn() 1439 sgn(dst.w, src.w); in sgn() 1689 void ShaderCore::sgn(Float4 &dst, const Float4 &src) in sgn() function in sw::ShaderCore
|
D | PixelProgram.cpp | 244 case Shader::OPCODE_SGN: sgn(d, s0); break; in applyShader()
|
D | VertexProgram.cpp | 268 case Shader::OPCODE_SGN: sgn(d, s0); break; in program()
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1809 int sgn; in TEST() local 1810 double res = lgamma_r(1.1, &sgn); in TEST() 1812 EXPECT_NOT_POISONED(sgn); in TEST() 1816 int sgn; in TEST() local 1817 float res = lgammaf_r(1.1, &sgn); in TEST() 1819 EXPECT_NOT_POISONED(sgn); in TEST() 1825 int sgn; in TEST() local 1826 long double res = lgammal_r(1.1, &sgn); in TEST() 1828 EXPECT_NOT_POISONED(sgn); in TEST()
|
/external/llvm/lib/Target/PowerPC/ |
D | README.txt | 91 Here's another example (the sgn function):
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 408 friend int sgn(const mpreal& v); // returns -1 or +1 1934 inline int sgn(const mpreal& op) 2435 m.setSign(sgn(y)); // make sure result has the same sign as Y
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | README.txt | 178 Here's another example (the sgn function):
|
/external/webrtc/talk/media/testdata/ |
D | voice.rtpdump | 89 …���:��5����pjv��qmz��yv�����������tnx���qx��zfgrqh`bkpruyx~�������yv���sgn���|v|�~w~���y|�����…
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 18966 int sgn = 0; in parseTimezone() local 18973 sgn = -1; in parseTimezone() 18975 sgn = +1; in parseTimezone() 18987 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
|
/external/sqlite/dist/ |
D | sqlite3.c | 18966 int sgn = 0; in parseTimezone() local 18973 sgn = -1; in parseTimezone() 18975 sgn = +1; in parseTimezone() 18987 p->tz = sgn*(nMn + nHr*60); in parseTimezone()
|