/third_party/boost/boost/math/special_functions/detail/ |
D | ibeta_inv_ab.hpp | 162 template <class RT1, class RT2, class RT3, class Policy> 163 typename tools::promote_args<RT1, RT2, RT3>::type 164 ibeta_inva(RT1 b, RT2 x, RT3 p, const Policy& pol) in ibeta_inva() 166 typedef typename tools::promote_args<RT1, RT2, RT3>::type result_type; in ibeta_inva() 195 template <class RT1, class RT2, class RT3, class Policy> 196 typename tools::promote_args<RT1, RT2, RT3>::type 197 ibetac_inva(RT1 b, RT2 x, RT3 q, const Policy& pol) in ibetac_inva() 199 typedef typename tools::promote_args<RT1, RT2, RT3>::type result_type; in ibetac_inva() 228 template <class RT1, class RT2, class RT3, class Policy> 229 typename tools::promote_args<RT1, RT2, RT3>::type [all …]
|
D | ibeta_inverse.hpp | 970 template <class RT1, class RT2, class RT3> 971 inline typename tools::promote_args<RT1, RT2, RT3>::type 972 ibetac_inv(RT1 a, RT2 b, RT3 q) in ibetac_inv() 974 typedef typename tools::promote_args<RT1, RT2, RT3>::type result_type; in ibetac_inv() 978 template <class RT1, class RT2, class RT3, class Policy> 979 inline typename tools::promote_args<RT1, RT2, RT3>::type 980 ibetac_inv(RT1 a, RT2 b, RT3 q, const Policy& pol) in ibetac_inv() 982 typedef typename tools::promote_args<RT1, RT2, RT3>::type result_type; in ibetac_inv()
|
/third_party/boost/boost/math/special_functions/ |
D | math_fwd.hpp | 42 template <class RT1, class RT2> 43 typename tools::promote_args<RT1, RT2>::type 44 beta(RT1 a, RT2 b); // Beta function (2 arguments). 46 template <class RT1, class RT2, class A> 47 typename tools::promote_args<RT1, RT2, A>::type 48 beta(RT1 a, RT2 b, A x); // Beta function (3 arguments). 50 template <class RT1, class RT2, class RT3, class Policy> 51 typename tools::promote_args<RT1, RT2, RT3>::type 52 beta(RT1 a, RT2 b, RT3 x, const Policy& pol); // Beta function (3 arguments). 54 template <class RT1, class RT2, class RT3> [all …]
|
D | beta.hpp | 1435 template <class RT1, class RT2, class Policy> 1436 inline typename tools::promote_args<RT1, RT2>::type 1437 beta(RT1 a, RT2 b, const Policy&, const boost::true_type*) in beta() 1440 typedef typename tools::promote_args<RT1, RT2>::type result_type; in beta() 1452 template <class RT1, class RT2, class RT3> 1453 inline typename tools::promote_args<RT1, RT2, RT3>::type 1454 beta(RT1 a, RT2 b, RT3 x, const boost::false_type*) in beta() 1465 template <class RT1, class RT2, class A> 1466 inline typename tools::promote_args<RT1, RT2, A>::type 1467 beta(RT1 a, RT2 b, A arg) in beta() [all …]
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/frag/ |
D | mrt.frag | 3 static float4 RT2; 10 float4 RT2 : SV_Target2; 18 RT2 = 3.0f.xxxx; 28 stage_output.RT2 = RT2;
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/ |
D | mrt.frag | 3 static float4 RT2; 10 float4 RT2 : SV_Target2; 18 RT2 = 3.0f.xxxx; 28 stage_output.RT2 = RT2;
|
/third_party/boost/libs/graph/example/figs/ |
D | ospf-graph.dot | 7 RT2 38 RT2 -> N2[label="3"] 39 RT2 -> N3[label="1"] 82 N3 -> RT2[label="0"]
|
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/ |
D | mrt.frag | 6 layout(location = 2) out vec4 RT2; 13 RT2 = vec4(3.0);
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeARM_64.c | 58 #define RT2(rt2) (reg_map[rt2] << 10) macro 809 return push_inst(compiler, (MADD ^ inv_bits) | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO)); in emit_op_imm() 816 FAIL_IF(push_inst(compiler, MADD | RD(dst) | RN(arg1) | RM(arg2) | RT2(TMP_ZERO))); in emit_op_imm() 931 FAIL_IF(push_inst(compiler, STP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_enter() 949 FAIL_IF(push_inst(compiler, STP | RT(prev) | RT2(i) | RN(SLJIT_SP) | offs)); in sljit_emit_enter() 959 FAIL_IF(push_inst(compiler, STP | RT(prev) | RT2(i) | RN(SLJIT_SP) | offs)); in sljit_emit_enter() 1076 FAIL_IF(push_inst(compiler, LDP | RT(TMP_FP) | RT2(TMP_LR) | RN(SLJIT_SP))); in sljit_emit_return() 1078 FAIL_IF(push_inst(compiler, LDP_PRE | RT(TMP_FP) | RT2(TMP_LR) in sljit_emit_return() 1089 FAIL_IF(push_inst(compiler, LDP | RT(TMP_FP) | RT2(TMP_LR) | RN(SLJIT_SP))); in sljit_emit_return() 1100 FAIL_IF(push_inst(compiler, LDP | RT(prev) | RT2(i) | RN(SLJIT_SP) | offs)); in sljit_emit_return() [all …]
|
/third_party/mesa3d/src/freedreno/decode/scripts/ |
D | parse-submits.lua | 351 render_components[2] = r.RB_RENDER_COMPONENTS.RT2;
|
/third_party/mbedtls/library/ |
D | aes.c | 317 static const uint32_t RT2[256] = { RT }; variable 358 static uint32_t RT2[256]; variable 450 RT2[i] = ROTL8( RT1[i] ); in aes_gen_tables() 451 RT3[i] = ROTL8( RT2[i] ); in aes_gen_tables() 480 #define AES_RT2(idx) RT2[idx]
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | dEQP-VK.draw.indirect_draw.indexed.indirect_draw_count.triangle_list.log | 1043 …SP_FS_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 = 0 |… 1050 …RB_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 = 0 | RT… 1357 !+ 0000000f RB_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 |… 1506 !+ 0000000f SP_FS_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = …
|
D | crash.log | 5752 …00000000 RB_RENDER_COMPONENTS: { RT0 = 0 | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 =… 5950 …00000000 RB_RENDER_COMPONENTS: { RT0 = 0 | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 =… 7385 …00000000 SP_FS_RENDER_COMPONENTS: { RT0 = 0 | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT… 7467 …00000000 SP_FS_RENDER_COMPONENTS: { RT0 = 0 | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT…
|
D | fd-clouds.log | 294 …RB_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 = 0 | RT… 297 …SP_FS_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 = 0 |… 978 !+ 0000000f RB_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 |… 1108 !+ 0000000f SP_FS_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = …
|
D | glxgears-a420.log | 258 …RB_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 | RT6 = 0 | RT… 686 !+ 0000000f RB_RENDER_COMPONENTS: { RT0 = 0xf | RT1 = 0 | RT2 = 0 | RT3 = 0 | RT4 = 0 | RT5 = 0 |…
|