/third_party/boost/boost/math/special_functions/detail/ |
D | bessel_jy_asym.hpp | 31 T txq = 2 * x; in asymptotic_bessel_amplitude() local 32 txq *= txq; in asymptotic_bessel_amplitude() 34 s += (mu - 1) / (2 * txq); in asymptotic_bessel_amplitude() 35 s += 3 * (mu - 1) * (mu - 9) / (txq * txq * 8); in asymptotic_bessel_amplitude() 36 s += 15 * (mu - 1) * (mu - 9) * (mu - 25) / (txq * txq * txq * 8 * 6); in asymptotic_bessel_amplitude()
|
D | bessel_jy_derivatives_asym.hpp | 28 T txq = 2 * x; in asymptotic_bessel_derivative_amplitude() local 29 txq *= txq; in asymptotic_bessel_derivative_amplitude() 31 s -= (mu - 3) / (2 * txq); in asymptotic_bessel_derivative_amplitude() 32 s -= ((mu - 1) * (mu - 45)) / (txq * txq * 8); in asymptotic_bessel_derivative_amplitude()
|
/third_party/mesa3d/docs/relnotes/ |
D | 10.6.3.rst | 66 - nvc0/ir: fix txq on indirect samplers 67 - nvc0/ir: don't worry about sampler in txq handling 68 - gm107/ir: fix indirect txq emission
|
D | 11.0.7.rst | 119 - nvc0/ir: start offset at texBindBase for txq, like regular texturing
|
/third_party/toybox/toys/net/ |
D | netstat.c | 126 unsigned lport, rport, state, txq, rxq, num, uid, nitems; in show_ip() local 134 &raddr.i6.u.c, &raddr.i6.u.d, &rport, &state, &txq, &rxq, in show_ip() 140 &num, &laddr.i4.u, &lport, &raddr.i4.u, &rport, &state, &txq, in show_ip() 170 printf("%-6s%6d%7d ", label, rxq, txq); in show_ip()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_lowering_nvc0.cpp | 1359 NVC0LoweringPass::handleTXQ(TexInstruction *txq) in handleTXQ() argument 1362 if (chipset >= NVISA_GK104_CHIPSET && txq->tex.rIndirectSrc < 0) in handleTXQ() 1363 txq->tex.r += prog->driver->io.texBindBase / 4; in handleTXQ() 1365 if (txq->tex.rIndirectSrc < 0) in handleTXQ() 1368 Value *ticRel = txq->getIndirectR(); in handleTXQ() 1370 txq->setIndirectS(NULL); in handleTXQ() 1371 txq->tex.sIndirectSrc = -1; in handleTXQ() 1378 txq->setSrc(txq->tex.rIndirectSrc, NULL); in handleTXQ() 1379 if (txq->tex.r) in handleTXQ() 1381 ticRel, bld.mkImm(txq->tex.r)); in handleTXQ() [all …]
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/ |
D | llvmpipe-glslparser.txt | 122 asmparsertest/arbvp1.0/txq-08.txt: skip 123 asmparsertest/arbvp1.0/txq-09.txt: skip 124 asmparsertest/arbvp1.0/txq-10.txt: skip 125 asmparsertest/arbvp1.0/txq-11.txt: skip 126 asmparsertest/arbvp1.0/txq-12.txt: skip 127 asmparsertest/arbvp1.0/txq-13.txt: skip 128 asmparsertest/arbvp1.0/txq-14.txt: skip 129 asmparsertest/arbvp1.0/txq-15.txt: skip 130 asmparsertest/arbvp1.0/txq-16.txt: skip 131 asmparsertest/arbvp1.0/txq-17.txt: skip [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsNVVM.td | 2799 "llvm.nvvm.txq.channel.order">, 2803 "llvm.nvvm.txq.channel.data.type">, 2807 "llvm.nvvm.txq.width">, 2811 "llvm.nvvm.txq.height">, 2815 "llvm.nvvm.txq.depth">, 2819 "llvm.nvvm.txq.array.size">, 2823 "llvm.nvvm.txq.num.samples">, 2827 "llvm.nvvm.txq.num.mipmap.levels">,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXIntrinsics.td | 4553 "txq.channel_order.b32 \t$d, [$a];", 4557 "txq.channel_data_type.b32 \t$d, [$a];", 4561 "txq.width.b32 \t$d, [$a];", 4565 "txq.height.b32 \t$d, [$a];", 4569 "txq.depth.b32 \t$d, [$a];", 4573 "txq.array_size.b32 \t$d, [$a];", 4577 "txq.num_samples.b32 \t$d, [$a];", 4581 "txq.num_mipmap_levels.b32 \t$d, [$a];",
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | driver_nl80211.c | 6507 struct nlattr *txq, *params; in i802_set_tx_queue_params() local 6514 txq = nla_nest_start(msg, NL80211_ATTR_WIPHY_TXQ_PARAMS); in i802_set_tx_queue_params() 6515 if (!txq) in i802_set_tx_queue_params() 6552 nla_nest_end(msg, txq); in i802_set_tx_queue_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver_nl80211.c | 7212 struct nlattr *txq, *params; in i802_set_tx_queue_params() local 7219 txq = nla_nest_start(msg, NL80211_ATTR_WIPHY_TXQ_PARAMS); in i802_set_tx_queue_params() 7220 if (!txq) in i802_set_tx_queue_params() 7257 nla_nest_end(msg, txq); in i802_set_tx_queue_params()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Fuchsia/include/llvm/IR/ |
D | Intrinsics.gen | 3773 nvvm_txq_array_size, // llvm.nvvm.txq.array.size 3774 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type 3775 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order 3776 nvvm_txq_depth, // llvm.nvvm.txq.depth 3777 nvvm_txq_height, // llvm.nvvm.txq.height 3778 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels 3779 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples 3780 nvvm_txq_width, // llvm.nvvm.txq.width 9831 "llvm.nvvm.txq.array.size", 9832 "llvm.nvvm.txq.channel.data.type", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/IR/ |
D | Intrinsics.gen | 3773 nvvm_txq_array_size, // llvm.nvvm.txq.array.size 3774 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type 3775 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order 3776 nvvm_txq_depth, // llvm.nvvm.txq.depth 3777 nvvm_txq_height, // llvm.nvvm.txq.height 3778 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels 3779 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples 3780 nvvm_txq_width, // llvm.nvvm.txq.width 9831 "llvm.nvvm.txq.array.size", 9832 "llvm.nvvm.txq.channel.data.type", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Android/include/llvm/IR/ |
D | Intrinsics.gen | 3773 nvvm_txq_array_size, // llvm.nvvm.txq.array.size 3774 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type 3775 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order 3776 nvvm_txq_depth, // llvm.nvvm.txq.depth 3777 nvvm_txq_height, // llvm.nvvm.txq.height 3778 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels 3779 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples 3780 nvvm_txq_width, // llvm.nvvm.txq.width 9831 "llvm.nvvm.txq.array.size", 9832 "llvm.nvvm.txq.channel.data.type", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/IR/ |
D | Intrinsics.gen | 3773 nvvm_txq_array_size, // llvm.nvvm.txq.array.size 3774 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type 3775 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order 3776 nvvm_txq_depth, // llvm.nvvm.txq.depth 3777 nvvm_txq_height, // llvm.nvvm.txq.height 3778 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels 3779 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples 3780 nvvm_txq_width, // llvm.nvvm.txq.width 9831 "llvm.nvvm.txq.array.size", 9832 "llvm.nvvm.txq.channel.data.type", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/MacOS/include/llvm/IR/ |
D | Intrinsics.gen | 3767 nvvm_txq_array_size, // llvm.nvvm.txq.array.size 3768 nvvm_txq_channel_data_type, // llvm.nvvm.txq.channel.data.type 3769 nvvm_txq_channel_order, // llvm.nvvm.txq.channel.order 3770 nvvm_txq_depth, // llvm.nvvm.txq.depth 3771 nvvm_txq_height, // llvm.nvvm.txq.height 3772 nvvm_txq_num_mipmap_levels, // llvm.nvvm.txq.num.mipmap.levels 3773 nvvm_txq_num_samples, // llvm.nvvm.txq.num.samples 3774 nvvm_txq_width, // llvm.nvvm.txq.width 9791 "llvm.nvvm.txq.array.size", 9792 "llvm.nvvm.txq.channel.data.type", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 5282 "llvm.nvvm.txq.array.size", 5283 "llvm.nvvm.txq.channel.data.type", 5284 "llvm.nvvm.txq.channel.order", 5285 "llvm.nvvm.txq.depth", 5286 "llvm.nvvm.txq.height", 5287 "llvm.nvvm.txq.num.mipmap.levels", 5288 "llvm.nvvm.txq.num.samples", 5289 "llvm.nvvm.txq.width", 6075 "llvm.r600.txq", 15415 1, // llvm.nvvm.txq.array.size [all …]
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6930 "txq~u",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6930 "txq~u",
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6671 "txq~u",
|