Home
last modified time | relevance | path

Searched defs:phi (Results 1 – 25 of 261) sorted by relevance

1234567891011

/third_party/boost/boost/math/special_functions/
Dspherical_harmonic.hpp51 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()
Djacobi_zeta.hpp29 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()
Dheuman_lambda.hpp30 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()
Dellint_1.hpp43 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()
Dellint_d.hpp45 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()
Dellint_2.hpp45 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()
Dellint_3.hpp45 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/
Dnir_opt_phi_precision.c195 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()
Dnir_opt_peephole_select.c309 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/
Dunssa.c37 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()
Dmemops.c23 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/
Dif_conversion.cpp51 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/
Dif_conversion.cpp51 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/
Dif_conversion.cpp51 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/
Dnested_loops.cpp737 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/
Dnested_loops.cpp737 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/
Dnested_loops.cpp737 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/
Daco_lower_phis.cpp110 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/
Dclog.c9 double r, phi; in clog() local
Dclogf.c7 float r, phi; in clogf() local
/third_party/boost/libs/math/src/tr1/
Dellint_1f.cpp14 …MATH_TR1_DECL boost_ellint_1f BOOST_PREVENT_MACRO_SUBSTITUTION(float k, float phi) BOOST_MATH_C99_… in BOOST_PREVENT_MACRO_SUBSTITUTION()
Dellint_2l.cpp14 …DECL boost_ellint_2l BOOST_PREVENT_MACRO_SUBSTITUTION(long double k, long double phi) BOOST_MATH_C… in BOOST_PREVENT_MACRO_SUBSTITUTION()
Dellint_1.cpp14 …ATH_TR1_DECL boost_ellint_1 BOOST_PREVENT_MACRO_SUBSTITUTION(double k, double phi) BOOST_MATH_C99_… in BOOST_PREVENT_MACRO_SUBSTITUTION()
Dellint_2.cpp14 …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/
Dbootstrap_chebyshev.cpp9 auto phi = boost::math::daubechies_scaling<Real, p>(); in bootstrap() local

1234567891011