/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
D | FastMath.java | 304 double yb = -(ya - hiPrec[0] - hiPrec[1]); in cosh() local 319 recipb += -yb * recip * recip; in cosh() 323 yb += -(temp - ya - recipa); in cosh() 326 yb += -(temp - ya - recipb); in cosh() 329 double result = ya + yb; in cosh() 368 double yb = -(ya - hiPrec[0] - hiPrec[1]); in sinh() local 383 recipb += -yb * recip * recip; in sinh() 390 yb += -(temp - ya - recipa); in sinh() 393 yb += -(temp - ya - recipb); in sinh() 396 result = ya + yb; in sinh() [all …]
|
/external/libopus/celt/mips/ |
D | kiss_fft_mipsr1.h | 102 kiss_twiddle_cpx ya,yb; in kf_bfly5() local 108 yb.r = -26510; in kf_bfly5() 109 yb.i = -19261; in kf_bfly5() 112 yb = st->twiddles[fstride*2*m]; in kf_bfly5() 143 scratch[5].r = scratch[0].r + S_MUL_ADD(scratch[7].r,ya.r,scratch[8].r,yb.r); in kf_bfly5() 144 scratch[5].i = scratch[0].i + S_MUL_ADD(scratch[7].i,ya.r,scratch[8].i,yb.r); in kf_bfly5() 146 scratch[6].r = S_MUL_ADD(scratch[10].i,ya.i,scratch[9].i,yb.i); in kf_bfly5() 147 scratch[6].i = -S_MUL_ADD(scratch[10].r,ya.i,scratch[9].r,yb.i); in kf_bfly5() 152 scratch[11].r = scratch[0].r + S_MUL_ADD(scratch[7].r,yb.r,scratch[8].r,ya.r); in kf_bfly5() 153 scratch[11].i = scratch[0].i + S_MUL_ADD(scratch[7].i,yb.r,scratch[8].i,ya.r); in kf_bfly5() [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | avx512vl-vec-cmp.ll | 154 define <4 x i64> @test256_13(<4 x i64> %x, <4 x i64> %x1, i64* %yb.ptr) nounwind { 160 %yb = load i64, i64* %yb.ptr, align 4 161 %y.0 = insertelement <4 x i64> undef, i64 %yb, i32 0 168 define <8 x i32> @test256_14(<8 x i32> %x, i32* %yb.ptr, <8 x i32> %x1) nounwind { 174 %yb = load i32, i32* %yb.ptr, align 4 175 %y.0 = insertelement <8 x i32> undef, i32 %yb, i32 0 182 define <8 x i32> @test256_15(<8 x i32> %x, i32* %yb.ptr, <8 x i32> %x1, <8 x i32> %y1) nounwind { 190 %yb = load i32, i32* %yb.ptr, align 4 191 %y.0 = insertelement <8 x i32> undef, i32 %yb, i32 0 199 define <4 x i64> @test256_16(<4 x i64> %x, i64* %yb.ptr, <4 x i64> %x1, <4 x i64> %y1) nounwind { [all …]
|
D | avx512-vec-cmp.ll | 800 define <8 x i64> @test24(<8 x i64> %x, <8 x i64> %x1, i64* %yb.ptr) nounwind { 806 %yb = load i64, i64* %yb.ptr, align 4 807 %y.0 = insertelement <8 x i64> undef, i64 %yb, i32 0 814 define <16 x i32> @test25(<16 x i32> %x, i32* %yb.ptr, <16 x i32> %x1) nounwind { 820 %yb = load i32, i32* %yb.ptr, align 4 821 %y.0 = insertelement <16 x i32> undef, i32 %yb, i32 0 828 define <16 x i32> @test26(<16 x i32> %x, i32* %yb.ptr, <16 x i32> %x1, <16 x i32> %y1) nounwind { 836 %yb = load i32, i32* %yb.ptr, align 4 837 %y.0 = insertelement <16 x i32> undef, i32 %yb, i32 0 845 define <8 x i64> @test27(<8 x i64> %x, i64* %yb.ptr, <8 x i64> %x1, <8 x i64> %y1) nounwind { [all …]
|
/external/eigen/unsupported/Eigen/src/FFT/ |
D | ei_kissfft_impl.h | 168 Complex ya,yb; in bfly5() local 170 yb = twiddles[fstride*2*m]; in bfly5() 196 (scratch[7].real()*ya.real() ) + (scratch[8].real() *yb.real() ), in bfly5() 197 (scratch[7].imag()*ya.real()) + (scratch[8].imag()*yb.real()) in bfly5() 201 (scratch[10].imag()*ya.imag()) + (scratch[9].imag()*yb.imag()), in bfly5() 202 -(scratch[10].real()*ya.imag()) - (scratch[9].real()*yb.imag()) in bfly5() 210 (scratch[7].real()*yb.real()) + (scratch[8].real()*ya.real()), in bfly5() 211 (scratch[7].imag()*yb.real()) + (scratch[8].imag()*ya.real()) in bfly5() 215 -(scratch[10].imag()*yb.imag()) + (scratch[9].imag()*ya.imag()), in bfly5() 216 (scratch[10].real()*yb.imag()) - (scratch[9].real()*ya.imag()) in bfly5()
|
/external/libopus/celt/ |
D | kiss_fft.c | 248 kiss_twiddle_cpx ya,yb; in kf_bfly5() local 254 yb.r = -26510; in kf_bfly5() 255 yb.i = -19261; in kf_bfly5() 258 yb = st->twiddles[fstride*2*m]; in kf_bfly5() 288 …[5].r = ADD32_ovflw(scratch[0].r, ADD32_ovflw(S_MUL(scratch[7].r,ya.r), S_MUL(scratch[8].r,yb.r))); in kf_bfly5() 289 …[5].i = ADD32_ovflw(scratch[0].i, ADD32_ovflw(S_MUL(scratch[7].i,ya.r), S_MUL(scratch[8].i,yb.r))); in kf_bfly5() 291 scratch[6].r = ADD32_ovflw(S_MUL(scratch[10].i,ya.i), S_MUL(scratch[9].i,yb.i)); in kf_bfly5() 292 … scratch[6].i = NEG32_ovflw(ADD32_ovflw(S_MUL(scratch[10].r,ya.i), S_MUL(scratch[9].r,yb.i))); in kf_bfly5() 297 …scratch[11].r = ADD32_ovflw(scratch[0].r, ADD32_ovflw(S_MUL(scratch[7].r,yb.r), S_MUL(scratch[8].r… in kf_bfly5() 298 …scratch[11].i = ADD32_ovflw(scratch[0].i, ADD32_ovflw(S_MUL(scratch[7].i,yb.r), S_MUL(scratch[8].i… in kf_bfly5() [all …]
|
/external/pdfium/third_party/lcms/src/ |
D | cmswtpnt.c | 286 cmsFloat64Number xb, yb; in _cmsBuildRGB2XYZtransferMatrix() local 295 yb = Primrs -> Blue.y; in _cmsBuildRGB2XYZtransferMatrix() 299 _cmsVEC3init(&Primaries.v[1], yr, yg, yb); in _cmsBuildRGB2XYZtransferMatrix() 300 _cmsVEC3init(&Primaries.v[2], (1-xr-yr), (1-xg-yg), (1-xb-yb)); in _cmsBuildRGB2XYZtransferMatrix() 315 _cmsVEC3init(&r -> v[1], Coef.n[VX]*yr, Coef.n[VY]*yg, Coef.n[VZ]*yb); in _cmsBuildRGB2XYZtransferMatrix() 316 … _cmsVEC3init(&r -> v[2], Coef.n[VX]*(1.0-xr-yr), Coef.n[VY]*(1.0-xg-yg), Coef.n[VZ]*(1.0-xb-yb)); in _cmsBuildRGB2XYZtransferMatrix()
|
/external/speex/libspeexdsp/ |
D | kiss_fft.c | 226 kiss_fft_cpx ya,yb; in kf_bfly5() local 228 yb = twiddles[fstride*2*m]; in kf_bfly5() 256 scratch[5].r = scratch[0].r + S_MUL(scratch[7].r,ya.r) + S_MUL(scratch[8].r,yb.r); in kf_bfly5() 257 scratch[5].i = scratch[0].i + S_MUL(scratch[7].i,ya.r) + S_MUL(scratch[8].i,yb.r); in kf_bfly5() 259 scratch[6].r = S_MUL(scratch[10].i,ya.i) + S_MUL(scratch[9].i,yb.i); in kf_bfly5() 260 scratch[6].i = -S_MUL(scratch[10].r,ya.i) - S_MUL(scratch[9].r,yb.i); in kf_bfly5() 265 scratch[11].r = scratch[0].r + S_MUL(scratch[7].r,yb.r) + S_MUL(scratch[8].r,ya.r); in kf_bfly5() 266 scratch[11].i = scratch[0].i + S_MUL(scratch[7].i,yb.r) + S_MUL(scratch[8].i,ya.r); in kf_bfly5() 267 scratch[12].r = - S_MUL(scratch[10].i,yb.i) + S_MUL(scratch[9].i,ya.i); in kf_bfly5() 268 scratch[12].i = S_MUL(scratch[10].r,yb.i) - S_MUL(scratch[9].r,ya.i); in kf_bfly5()
|
/external/libaom/libaom/aom_dsp/ |
D | noise_util.c | 122 for (int yb = 0; yb < block_size; ++yb) { in aom_noise_tx_add_energy() local 124 float *c = noise_tx->tx_block + 2 * (yb * block_size + xb); in aom_noise_tx_add_energy() 125 psd[yb * block_size + xb] += c[0] * c[0] + c[1] * c[1]; in aom_noise_tx_add_energy()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | avx512vl-vec-cmp.ll | 370 define <4 x i64> @test256_13(<4 x i64> %x, <4 x i64> %x1, i64* %yb.ptr) nounwind { 386 %yb = load i64, i64* %yb.ptr, align 4 387 %y.0 = insertelement <4 x i64> undef, i64 %yb, i32 0 394 define <8 x i32> @test256_14(<8 x i32> %x, i32* %yb.ptr, <8 x i32> %x1) nounwind { 410 %yb = load i32, i32* %yb.ptr, align 4 411 %y.0 = insertelement <8 x i32> undef, i32 %yb, i32 0 418 define <8 x i32> @test256_15(<8 x i32> %x, i32* %yb.ptr, <8 x i32> %x1, <8 x i32> %y1) nounwind { 438 %yb = load i32, i32* %yb.ptr, align 4 439 %y.0 = insertelement <8 x i32> undef, i32 %yb, i32 0 447 define <4 x i64> @test256_16(<4 x i64> %x, i64* %yb.ptr, <4 x i64> %x1, <4 x i64> %y1) nounwind { [all …]
|
D | avx512-vec-cmp.ll | 450 define <8 x i64> @test24(<8 x i64> %x, <8 x i64> %x1, i64* %yb.ptr) nounwind { 456 %yb = load i64, i64* %yb.ptr, align 4 457 %y.0 = insertelement <8 x i64> undef, i64 %yb, i32 0 464 define <16 x i32> @test25(<16 x i32> %x, i32* %yb.ptr, <16 x i32> %x1) nounwind { 470 %yb = load i32, i32* %yb.ptr, align 4 471 %y.0 = insertelement <16 x i32> undef, i32 %yb, i32 0 478 define <16 x i32> @test26(<16 x i32> %x, i32* %yb.ptr, <16 x i32> %x1, <16 x i32> %y1) nounwind { 486 %yb = load i32, i32* %yb.ptr, align 4 487 %y.0 = insertelement <16 x i32> undef, i32 %yb, i32 0 495 define <8 x i64> @test27(<8 x i64> %x, i64* %yb.ptr, <8 x i64> %x1, <8 x i64> %y1) nounwind { [all …]
|
/external/clang/test/Modules/Inputs/include_next/y/ |
D | module.modulemap | 2 module yb { header "b.h" export * }
|
/external/grpc-grpc/test/core/end2end/fuzzers/server_fuzzer_corpus/ |
D | a5b529754606b96a8c801615ac12a1f6ee5c3f54 | 5 …alhostcontent-typeapplication/grpc+this-is-validgrpc-ac""census-bin2yb-,inyefdlate,gzipte…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 9ebcc1087d36885d4647c4cd9207b2c1.00002217.honggfuzz.cov | 51 ��,:���l6i���-ல��#lS�^_�稊fH�b����ʀ0�[j>�(Doyb�u>�^`����[}�bj�/ JSO��3g�W��I�g㔺
|
/external/selinux/python/sepolicy/sepolicy/ |
D | generate.py | 1267 yb = yum.YumBase() 1268 yb.setCacheDir() 1270 for pkg in yb.rpmdb.searchProvides(self.program): 1282 for bpkg in yb.rpmdb.searchNames([pkg.base_package_name]): 1296 for bpkg in yb.rpmdb.searchNames(["%s-systemd" % binary_name]):
|
/external/u-boot/drivers/video/ |
D | mx3fb.c | 248 u32 yb:12; member 288 u32 yb:12; member
|
/external/clang/test/Misc/ |
D | diag-template-diffing.cpp | 859 void bar(Y<A::X> ya, Y<B::X> yb) { in bar() argument 862 ya = yb; in bar()
|
/external/doclava/res/assets/templates/assets/ |
D | prettify.js | 4 …&",qb="<",rb=">",sb=""",tb="&#",ub="x",vb="'",wb='"',xb=" ",yb="XMP",zb="</",Ab='="… 12 …e(Od,vb).replace(Pd,wb).replace(Qd,G).replace(Rd,xb)}function Ma(a){return yb===a.tagName}function…
|
/external/pcre/dist2/testdata/ |
D | testoutput4 | 25 0: a\x{4000}\x{7f}yb 27 a\x{4000}\x{100}yb 28 0: a\x{4000}\x{100}yb 100 a\x{1234}\x{4321}yb 101 0: a\x{1234}\x{4321}yb 116 a\x{1234}\x{4321}yb 117 0: a\x{1234}\x{4321}yb 136 a\x{1234}\x{4321}yb 137 0: a\x{1234}\x{4321}yb 156 a\x{1234}\x{4321}yb [all …]
|
D | testinput7 | 74 a\x{4000}\x{100}yb 111 a\x{1234}\x{4321}yb 119 a\x{1234}\x{4321}yb 128 a\x{1234}\x{4321}yb 137 a\x{1234}\x{4321}yb 149 a\x{1234}\x{4321}yb
|
D | testoutput7 | 111 0: a\x{4000}\x{7f}yb 112 a\x{4000}\x{100}yb 113 0: a\x{4000}\x{100}yb 173 a\x{1234}\x{4321}yb 174 0: a\x{1234}\x{4321}yb 186 a\x{1234}\x{4321}yb 187 0: a\x{1234}\x{4321}yb 202 a\x{1234}\x{4321}yb 203 0: a\x{1234}\x{4321}yb 218 a\x{1234}\x{4321}yb [all …]
|
D | testinput4 | 19 a\x{4000}\x{100}yb 56 a\x{1234}\x{4321}yb 64 a\x{1234}\x{4321}yb 73 a\x{1234}\x{4321}yb 82 a\x{1234}\x{4321}yb 94 a\x{1234}\x{4321}yb
|
/external/mesa3d/src/amd/addrlib/gfx9/ |
D | gfx9addrlib.cpp | 732 UINT_32 yb = pIn->y / output.metaBlkHeight; in HwlComputeCmaskAddrFromCoord() local 737 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; in HwlComputeCmaskAddrFromCoord() 806 UINT_32 yb = pIn->y / output.metaBlkHeight; in HwlComputeHtileAddrFromCoord() local 811 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; in HwlComputeHtileAddrFromCoord() 957 UINT_32 yb = pIn->y / output.metaBlkHeight; in HwlComputeDccAddrFromCoord() local 962 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; in HwlComputeDccAddrFromCoord() 4832 UINT_32 yb = pIn->y / localOut.blockHeight + mipStartPos.h; in HwlComputeSurfaceAddrFromCoordTiled() local 4838 UINT_32 blockIndex = zb * sliceSizeInBlock + yb * pitchInBlock + xb; in HwlComputeSurfaceAddrFromCoordTiled()
|
/external/icu/icu4c/source/data/locales/ |
D | cy.txt | 560 "yb", 564 "yb", 757 am{"yb"} 766 am{"yb"} 775 am{"yb"}
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | f9811eeacdb4b236afcf4da93cf264ef.00004167.honggfuzz.cov | 37 …��Xjz��h/hqCa����+�*g}���g�vBe��v^��aiK�.<5D�c���J���9�`n��z�yb��xod��#��$1M�}[��…
|