/third_party/typescript/tests/baselines/reference/ |
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.types | 76 var j0 = 0, j1 = 1; 77 >j0 : number 82 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1; 83 >array3[j0++] **= array3[j1++] **= array3[j0++] **= 1 : number 84 >array3[j0++] : number 86 >j0++ : number 87 >j0 : number 88 >array3[j1++] **= array3[j0++] **= 1 : number 93 >array3[j0++] **= 1 : number 94 >array3[j0++] : number [all …]
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.symbols | 39 var j0 = 0, j1 = 1; 40 >j0 : Symbol(j0, Decl(emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts, 13, 3)) 43 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1; 45 >j0 : Symbol(j0, Decl(emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts, 13, 3)) 49 >j0 : Symbol(j0, Decl(emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts, 13, 3))
|
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.js | 15 var j0 = 0, j1 = 1; variable 16 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1; 30 var j0 = 0, j1 = 1; 31 (_o = array3)[_p = j0++] = Math.pow(_o[_p], (_l = array3)[_m = j1++] = Math.pow(_l[_m], (_j = array…
|
/third_party/jerryscript/jerry-libm/ |
D | floor.c | 45 int i0, i1, j0; in floor() local 50 j0 = ((i0 >> 20) & 0x7ff) - 0x3ff; in floor() 51 if (j0 < 20) in floor() 53 if (j0 < 0) /* raise inexact if x != 0 */ in floor() 70 i = (0x000fffff) >> j0; in floor() 79 i0 += (0x00100000) >> j0; in floor() 86 else if (j0 > 51) in floor() 88 if (j0 == 0x400) /* inf or NaN */ in floor() 99 i = ((unsigned) (0xffffffff)) >> (j0 - 20); in floor() 108 if (j0 == 20) in floor() [all …]
|
D | ceil.c | 45 int i0, i1, j0; in ceil() local 50 j0 = ((i0 >> 20) & 0x7ff) - 0x3ff; in ceil() 51 if (j0 < 20) in ceil() 53 if (j0 < 0) /* raise inexact if x != 0 */ in ceil() 71 i = (0x000fffff) >> j0; in ceil() 80 i0 += (0x00100000) >> j0; in ceil() 87 else if (j0 > 51) in ceil() 89 if (j0 == 0x400) /* inf or NaN */ in ceil() 100 i = ((unsigned) (0xffffffff)) >> (j0 - 20); in ceil() 109 if (j0 == 20) in ceil() [all …]
|
/third_party/python/Mac/BuildScript/scripts/ |
D | postflight.framework | 10 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 15 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 20 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 25 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
|
D | postflight.ensurepip | 21 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \ 26 "${FWK}/lib/python${PYVER}/compileall.py" -q -j0 \
|
/third_party/typescript/tests/cases/conformance/es7/exponentiationOperator/ |
D | emitCompoundExponentiationAssignmentWithIndexingOnLHS1.ts | 16 var j0 = 0, j1 = 1; variable 17 array3[j0++] **= array3[j1++] **= array3[j0++] **= 1;
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | math_j0_test.cpp | 18 EXPECT_DOUBLE_EQ(1.0, j0(0.0)); 19 EXPECT_DOUBLE_EQ(0.76519768655796661, j0(1.0));
|
/third_party/openssl/providers/implementations/ciphers/ |
D | cipher_aes_gcm_hw_s390x.inc | 50 memcpy(&kma->j0, iv, ivlen); 51 kma->j0.w[3] = 1; 74 kma->j0.g[0] = kma->t.g[0]; 75 kma->j0.g[1] = kma->t.g[1]; 79 kma->cv.w = kma->j0.w[3]; 278 buf.w[0] = kma->j0.w[0]; 279 buf.w[1] = kma->j0.w[1]; 280 buf.w[2] = kma->j0.w[2];
|
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
D | cipher_aes_gcm_hw_s390x.inc | 50 memcpy(&kma->j0, iv, ivlen); 51 kma->j0.w[3] = 1; 74 kma->j0.g[0] = kma->t.g[0]; 75 kma->j0.g[1] = kma->t.g[1]; 79 kma->cv.w = kma->j0.w[3]; 278 buf.w[0] = kma->j0.w[0]; 279 buf.w[1] = kma->j0.w[1]; 280 buf.w[2] = kma->j0.w[2];
|
/third_party/openGLES/extensions/SGIX/ |
D | SGIX_texture_phase.txt | 133 j0 = ( 137 / (j0 + 1) mod 2**m, TEXTURE_WRAP_T is REPEAT 139 \ j0 + 1, TEXTURE_WRAP_T is CLAMP 149 t00 = T[i0,j0] 151 t10 = T[i1,j0]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | SGIX_texture_phase.txt | 133 j0 = ( 137 / (j0 + 1) mod 2**m, TEXTURE_WRAP_T is REPEAT 139 \ j0 + 1, TEXTURE_WRAP_T is CLAMP 149 t00 = T[i0,j0] 151 t10 = T[i1,j0]
|
/third_party/musl/src/math/ |
D | jn.c | 59 return j0(x); in jn() 98 a = j0(x); in jn() 203 z = j0(x); in jn()
|
D | j0.c | 111 double j0(double x) in j0() function 185 return u/v + tpi*(j0(x)*log(x)); in y0()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | jn.c | 59 return j0(x); in jn() 98 a = j0(x); in jn() 203 z = j0(x); in jn()
|
D | j0.c | 111 double j0(double x) in j0() function 185 return u/v + tpi*(j0(x)*log(x)); in y0()
|
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
D | chacha_private.h | 96 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 103 j0 = x->input[0]; in chacha_encrypt_bytes() 127 x0 = j0; in chacha_encrypt_bytes() 153 x0 = PLUS(x0,j0); in chacha_encrypt_bytes()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuTexLookupVerifier.cpp | 934 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isNearestMipmapLinearSampleResultValid() local 942 …= lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); in isNearestMipmapLinearSampleResultValid() 993 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isNearestMipmapLinearSampleResultValid() local 1003 …p<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.w… in isNearestMipmapLinearSampleResultValid() 1140 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isLinearMipmapLinearSampleResultValid() local 1150 const int y0 = wrap(sampler.wrapT, j0 , h0); in isLinearMipmapLinearSampleResultValid() 1151 const int y1 = wrap(sampler.wrapT, j0+1, h0); in isLinearMipmapLinearSampleResultValid() 1162 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid() 1163 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearSampleResultValid() 1252 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isLinearMipmapLinearSampleResultValid() local [all …]
|
D | tcuTexCompareVerifier.cpp | 680 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isNearestMipmapLinearCompareResultValid() local 684 …0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); in isNearestMipmapLinearCompareResultValid() 737 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isLinearMipmapLinearCompareResultValid() local 743 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid() 744 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isLinearMipmapLinearCompareResultValid() 750 const int y0 = wrap(sampler.wrapT, j0 , h0); in isLinearMipmapLinearCompareResultValid() 751 const int y1 = wrap(sampler.wrapT, j0+1, h0); in isLinearMipmapLinearCompareResultValid() 919 for (int j0 = minJ0; j0 <= maxJ0; j0++) in isSeamplessLinearMipmapLinearCompareResultValid() local 925 const float minB0 = de::clamp((vBounds0.x()-0.5f)-float(j0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearCompareResultValid() 926 const float maxB0 = de::clamp((vBounds0.y()-0.5f)-float(j0), 0.0f, 1.0f); in isSeamplessLinearMipmapLinearCompareResultValid() [all …]
|
D | tcuFuzzyImageCompare.cpp | 136 int j0 = de::clamp(y0, 0, h-1); in bilinearSample() local 142 deUint32 p00 = readUnorm8<NumChannels>(src, i0, j0); in bilinearSample() 143 deUint32 p10 = readUnorm8<NumChannels>(src, i1, j0); in bilinearSample()
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
D | chacha.c | 103 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 110 j0 = x->input[0]; in chacha_encrypt_bytes() 134 x0 = j0; in chacha_encrypt_bytes() 160 x0 = PLUS(x0,j0); in chacha_encrypt_bytes()
|
/third_party/ltp/testcases/misc/math/float/ |
D | float_bessel.c | 29 {FUNC_NORMAL, 30, j0, "j0", "j0_inp.ref", "j0_out.ref2",
|
/third_party/openGLES/extensions/SGIS/ |
D | SGIS_texture_filter4.txt | 181 j0 = ( 193 T = f(1+A) * f(1+B) * T[i0,j0] + 194 f(A) * f(1+B) * T[i1,j0] + 195 f(1-A) * f(1+B) * T[i2,j0] + 196 f(2-A) * f(1+B) * T[i3,j0] +
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIS/ |
D | SGIS_texture_filter4.txt | 181 j0 = ( 193 T = f(1+A) * f(1+B) * T[i0,j0] + 194 f(A) * f(1+B) * T[i1,j0] + 195 f(1-A) * f(1+B) * T[i2,j0] + 196 f(2-A) * f(1+B) * T[i3,j0] +
|