| /third_party/boost/boost/math/special_functions/ |
| D | spherical_harmonic.hpp | 51 T spherical_harmonic_r(unsigned n, int m, T theta, T phi, const Policy& pol) in spherical_harmonic_r() 78 T spherical_harmonic_i(unsigned n, int m, T theta, T phi, const Policy& pol) in spherical_harmonic_i() 105 std::complex<T> spherical_harmonic(unsigned n, int m, U theta, U phi, const Policy& pol) in spherical_harmonic() 153 spherical_harmonic(unsigned n, int m, T1 theta, T2 phi, const Policy& pol) in spherical_harmonic() 162 spherical_harmonic(unsigned n, int m, T1 theta, T2 phi) in spherical_harmonic() 169 spherical_harmonic_r(unsigned n, int m, T1 theta, T2 phi, const Policy& pol) in spherical_harmonic_r() 178 spherical_harmonic_r(unsigned n, int m, T1 theta, T2 phi) in spherical_harmonic_r() 185 spherical_harmonic_i(unsigned n, int m, T1 theta, T2 phi, const Policy& pol) in spherical_harmonic_i() 194 spherical_harmonic_i(unsigned n, int m, T1 theta, T2 phi) in spherical_harmonic_i()
|
| D | jacobi_zeta.hpp | 29 T jacobi_zeta_imp(T phi, T k, const Policy& pol) in jacobi_zeta_imp() 58 inline typename tools::promote_args<T1, T2>::type jacobi_zeta(T1 k, T2 phi, const Policy& pol) in jacobi_zeta() 66 inline typename tools::promote_args<T1, T2>::type jacobi_zeta(T1 k, T2 phi) in jacobi_zeta()
|
| D | heuman_lambda.hpp | 30 T heuman_lambda_imp(T phi, T k, const Policy& pol) in heuman_lambda_imp() 71 inline typename tools::promote_args<T1, T2>::type heuman_lambda(T1 k, T2 phi, const Policy& pol) in heuman_lambda() 79 inline typename tools::promote_args<T1, T2>::type heuman_lambda(T1 k, T2 phi) in heuman_lambda()
|
| D | ellint_1.hpp | 43 T ellint_f_imp(T phi, T k, const Policy& pol) in ellint_f_imp() 168 inline typename tools::promote_args<T1, T2>::type ellint_1(T1 k, T2 phi, const boost::false_type&) in ellint_1() 184 inline typename tools::promote_args<T1, T2>::type ellint_1(T1 k, T2 phi, const Policy& pol) in ellint_1() 192 inline typename tools::promote_args<T1, T2>::type ellint_1(T1 k, T2 phi) in ellint_1()
|
| D | ellint_d.hpp | 45 T ellint_d_imp(T phi, T k, const Policy& pol) in ellint_d_imp() 148 inline typename tools::promote_args<T1, T2>::type ellint_d(T1 k, T2 phi, const boost::false_type&) in ellint_d() 164 inline typename tools::promote_args<T1, T2>::type ellint_d(T1 k, T2 phi) in ellint_d() 171 inline typename tools::promote_args<T1, T2>::type ellint_d(T1 k, T2 phi, const Policy& pol) in ellint_d()
|
| D | ellint_2.hpp | 45 T ellint_e_imp(T phi, T k, const Policy& pol) in ellint_e_imp() 161 inline typename tools::promote_args<T1, T2>::type ellint_2(T1 k, T2 phi, const boost::false_type&) in ellint_2() 177 inline typename tools::promote_args<T1, T2>::type ellint_2(T1 k, T2 phi) in ellint_2() 184 inline typename tools::promote_args<T1, T2>::type ellint_2(T1 k, T2 phi, const Policy& pol) in ellint_2()
|
| D | ellint_3.hpp | 45 T ellint_pi_imp(T v, T phi, T k, T vc, const Policy& pol) in ellint_pi_imp() 325 inline typename tools::promote_args<T1, T2, T3>::type ellint_3(T1 k, T2 v, T3 phi, const boost::fal… in ellint_3() 346 inline typename tools::promote_args<T1, T2, T3>::type ellint_3(T1 k, T2 v, T3 phi, const Policy& po… in ellint_3() 360 typename detail::ellint_3_result<T1, T2, T3>::type ellint_3(T1 k, T2 v, T3 phi) in ellint_3()
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_opt_phi_precision.c | 195 try_move_narrowing_dst(nir_builder *b, nir_phi_instr *phi) in try_move_narrowing_dst() 304 find_widening_op(nir_phi_instr *phi, unsigned *bit_size) in find_widening_op() 367 try_move_widening_src(nir_builder *b, nir_phi_instr *phi) in try_move_widening_src() 439 lower_phi(nir_builder *b, nir_phi_instr *phi) in lower_phi()
|
| D | nir_opt_peephole_select.c | 309 nir_phi_instr *phi = nir_instr_as_phi(instr); in nir_opt_collapse_if() local 341 nir_phi_instr *phi = nir_instr_as_phi(instr); in nir_opt_collapse_if() local 456 nir_phi_instr *phi = nir_instr_as_phi(instr); in nir_opt_peephole_select_block() local
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | unssa.c | 37 static int simplify_phi_node(struct instruction *phi, pseudo_t tmp) in simplify_phi_node() 63 static void replace_phi_node(struct instruction *phi) in replace_phi_node()
|
| D | memops.c | 23 pseudo_t phi; in rewrite_load_instruction() local 65 pseudo_t phi; in find_dominating_parents() local 188 pseudo_t phi; in simplify_loads() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | if_conversion.cpp | 51 dominators, &block, &vn_table](Instruction* phi) { in Process() 177 bool IfConversion::CheckPhiUsers(Instruction* phi, BasicBlock* block) { in CheckPhiUsers() 214 BasicBlock* IfConversion::GetIncomingBlock(Instruction* phi, in GetIncomingBlock() 220 Instruction* IfConversion::GetIncomingValue(Instruction* phi, in GetIncomingValue()
|
| /third_party/spirv-tools/source/opt/ |
| D | if_conversion.cpp | 51 dominators, &block, &vn_table](Instruction* phi) { in Process() 176 bool IfConversion::CheckPhiUsers(Instruction* phi, BasicBlock* block) { in CheckPhiUsers() 213 BasicBlock* IfConversion::GetIncomingBlock(Instruction* phi, in GetIncomingBlock() 219 Instruction* IfConversion::GetIncomingValue(Instruction* phi, in GetIncomingValue()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | if_conversion.cpp | 51 dominators, &block, &vn_table](Instruction* phi) { in Process() 177 bool IfConversion::CheckPhiUsers(Instruction* phi, BasicBlock* block) { in CheckPhiUsers() 214 BasicBlock* IfConversion::GetIncomingBlock(Instruction* phi, in GetIncomingBlock() 220 Instruction* IfConversion::GetIncomingValue(Instruction* phi, in GetIncomingValue()
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| D | nested_loops.cpp | 737 loop.GetPreHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F() 751 loop.GetHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F() 767 loop.GetPreHeaderBlock()->ForEachPhiInst([](Instruction* phi) { in TEST_F() 779 loop.GetHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F()
|
| /third_party/spirv-tools/test/opt/loop_optimizations/ |
| D | nested_loops.cpp | 737 loop.GetPreHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F() 751 loop.GetHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F() 767 loop.GetPreHeaderBlock()->ForEachPhiInst([](Instruction* phi) { in TEST_F() 779 loop.GetHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | nested_loops.cpp | 737 loop.GetPreHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F() 751 loop.GetHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F() 767 loop.GetPreHeaderBlock()->ForEachPhiInst([](Instruction* phi) { in TEST_F() 779 loop.GetHeaderBlock()->ForEachPhiInst([&pred_set](Instruction* phi) { in TEST_F()
|
| /third_party/mesa3d/src/amd/compiler/ |
| D | aco_lower_phis.cpp | 110 aco_ptr<Pseudo_instruction> phi{ in get_ssa() local 196 init_any_pred_defined(Program* program, ssa_state* state, Block* block, aco_ptr<Instruction>& phi) in init_any_pred_defined() 253 aco_ptr<Instruction>& phi) in lower_divergent_bool_phi() 312 lower_subdword_phis(Program* program, Block* block, aco_ptr<Instruction>& phi) in lower_subdword_phis()
|
| /third_party/musl/src/complex/ |
| D | clog.c | 9 double r, phi; in clog() local
|
| D | clogf.c | 7 float r, phi; in clogf() local
|
| /third_party/boost/libs/math/src/tr1/ |
| D | ellint_1f.cpp | 14 …MATH_TR1_DECL boost_ellint_1f BOOST_PREVENT_MACRO_SUBSTITUTION(float k, float phi) BOOST_MATH_C99_… in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
| D | ellint_2l.cpp | 14 …DECL boost_ellint_2l BOOST_PREVENT_MACRO_SUBSTITUTION(long double k, long double phi) BOOST_MATH_C… in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
| D | ellint_1.cpp | 14 …ATH_TR1_DECL boost_ellint_1 BOOST_PREVENT_MACRO_SUBSTITUTION(double k, double phi) BOOST_MATH_C99_… in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
| D | ellint_2.cpp | 14 …ATH_TR1_DECL boost_ellint_2 BOOST_PREVENT_MACRO_SUBSTITUTION(double k, double phi) BOOST_MATH_C99_… in BOOST_PREVENT_MACRO_SUBSTITUTION()
|
| /third_party/boost/libs/math/example/daubechies_wavelets/ |
| D | bootstrap_chebyshev.cpp | 9 auto phi = boost::math::daubechies_scaling<Real, p>(); in bootstrap() local
|