Home
last modified time | relevance | path

Searched defs:V_p (Results 1 – 18 of 18) sorted by relevance

/dports/math/libflame/libflame-5.2.0/src/base/flamec/util/lapack/
H A DFLA_Sort_evd.c37 float* V_p = ( float* ) FLA_FLOAT_PTR( V ); in FLA_Sort_evd() local
54 double* V_p = ( double* ) FLA_DOUBLE_PTR( V ); in FLA_Sort_evd() local
71 scomplex* V_p = ( scomplex* ) FLA_COMPLEX_PTR( V ); in FLA_Sort_evd() local
88 dcomplex* V_p = ( dcomplex* ) FLA_DOUBLE_COMPLEX_PTR( V ); in FLA_Sort_evd() local
H A DFLA_Sort_svd.c43 float* V_p = ( float* ) FLA_FLOAT_PTR( V ); in FLA_Sort_svd() local
65 double* V_p = ( double* ) FLA_DOUBLE_PTR( V ); in FLA_Sort_svd() local
87 scomplex* V_p = ( scomplex* ) FLA_COMPLEX_PTR( V ); in FLA_Sort_svd() local
109 dcomplex* V_p = ( dcomplex* ) FLA_DOUBLE_COMPLEX_PTR( V ); in FLA_Sort_svd() local
H A DFLA_Sort_bsvd_ext.c104 float* V_p = ( apply_V == TRUE ? ( float* ) FLA_FLOAT_PTR( V ) : NULL ); in FLA_Sort_bsvd_ext() local
123 double* V_p = ( apply_V == TRUE ? ( double* ) FLA_DOUBLE_PTR( V ) : NULL ); in FLA_Sort_bsvd_ext() local
142 scomplex* V_p = ( apply_V == TRUE ? ( scomplex* ) FLA_COMPLEX_PTR( V ) : NULL ); in FLA_Sort_bsvd_ext() local
161 dcomplex* V_p = ( apply_V == TRUE ? ( dcomplex* ) FLA_DOUBLE_COMPLEX_PTR( V ) : NULL ); in FLA_Sort_bsvd_ext() local
/dports/games/crrcsim/crrcsim-0.9.13/src/mod_fdm/power/
H A Dpropeller.cpp170 double V_p = values->inputs->pitch * H * n; in step() local
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/opcodes/
H A Dtic80-opc.c577 #define V_p(x) ((x) << 6) macro
/dports/lang/gnatdroid-binutils/binutils-2.27/opcodes/
H A Dtic80-opc.c577 #define V_p(x) ((x) << 6) macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dtic80-opc.c582 #define V_p(x) ((x) << 6) macro
/dports/devel/avr-gdb/gdb-7.3.1/opcodes/
H A Dtic80-opc.c582 #define V_p(x) ((x) << 6) macro
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dtic80-opc.c583 #define V_p(x) ((x) << 6) macro
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/opcodes/
H A Dtic80-opc.c582 #define V_p(x) ((x) << 6) macro
/dports/math/casadi/casadi-3.5.5/experimental/
H A Dsailboat.py125 V_p = sin(beta) variable
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/opcodes/
H A Dtic80-opc.c582 #define V_p(x) ((x) << 6) macro
/dports/devel/djgpp-binutils/binutils-2.17/opcodes/
H A Dtic80-opc.c582 #define V_p(x) ((x) << 6) macro
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/src/
H A Dhierarchy.cpp24 MatrixXf &V_p, MatrixXf &N_p, VectorXf &A_p, in downsample_graph()
432 MatrixXf N_p, V_p; in build() local
/dports/math/flint2/flint-2.8.4/n_poly/
H A Dzippel_helpers.c394 mp_limb_t * V_p = p0 + d; in _n_fqp_zip_vand_solve() local
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/transport/
H A DHighPressureGasTransport.cpp60 doublereal V_p = std::max(0.5,std::min(V_r,2.0)); in thermalConductivity() local
/dports/sysutils/s6/s6-2.10.0.3/src/supervision/
H A Ds6-supervise.c44 V_a, V_b, V_q, V_h, V_k, V_t, V_i, V_1, V_2, V_p, V_c, V_y, V_r, enumerator
/dports/graphics/blender/blender-2.91.0/extern/quadriflow/src/
H A Dhierarchy.cpp243 const VectorXd& A, MatrixXd& V_p, MatrixXd& N_p, VectorXd& A_p, in DownsampleGraph()