Home
last modified time | relevance | path

Searched defs:p_val (Results 1 – 25 of 351) sorted by relevance

12345678910>>...15

/dports/devel/godot/godot-3.2.3-stable/core/
H A Dvset.h42 _FORCE_INLINE_ int _find(const T &p_val, bool &r_exact) const { in _find()
77 _FORCE_INLINE_ int _find_exact(const T &p_val) const { in _find_exact()
103 void insert(const T &p_val) { in insert()
112 bool has(const T &p_val) const { in has()
117 void erase(const T &p_val) { in erase()
125 int find(const T &p_val) const { in find()
H A Dvmap.h57 _FORCE_INLINE_ int _find(const T &p_val, bool &r_exact) const { in _find()
91 _FORCE_INLINE_ int _find_exact(const T &p_val) const { in _find_exact()
117 int insert(const T &p_key, const V &p_val) { in insert()
129 bool has(const T &p_val) const { in has()
134 void erase(const T &p_val) { in erase()
142 int find(const T &p_val) const { in find()
147 int find_nearest(const T &p_val) const { in find_nearest()
H A Dvector.h69 void erase(const T &p_val) { in erase()
86 Error insert(int p_pos, T p_val) { return _cowdata.insert(p_pos, p_val); } in insert()
108 void ordered_insert(const T &p_val) { in ordered_insert()
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dvset.h42 _FORCE_INLINE_ int _find(const T &p_val, bool &r_exact) const { in _find()
77 _FORCE_INLINE_ int _find_exact(const T &p_val) const { in _find_exact()
103 void insert(const T &p_val) { in insert()
112 bool has(const T &p_val) const { in has()
117 void erase(const T &p_val) { in erase()
125 int find(const T &p_val) const { in find()
H A Dvmap.h57 _FORCE_INLINE_ int _find(const T &p_val, bool &r_exact) const { in _find()
91 _FORCE_INLINE_ int _find_exact(const T &p_val) const { in _find_exact()
117 int insert(const T &p_key, const V &p_val) { in insert()
129 bool has(const T &p_val) const { in has()
134 void erase(const T &p_val) { in erase()
142 int find(const T &p_val) const { in find()
147 int find_nearest(const T &p_val) const { in find_nearest()
H A Dvector.h69 void erase(const T &p_val) { in erase()
86 Error insert(int p_pos, T p_val) { return _cowdata.insert(p_pos, p_val); } in insert()
108 void ordered_insert(const T &p_val) { in ordered_insert()
/dports/devel/godot2/godot-2.1.6-stable/core/
H A Dvset.h41 _FORCE_INLINE_ int _find(const T &p_val, bool &r_exact) const { in _find()
71 _FORCE_INLINE_ int _find_exact(const T &p_val) const { in _find_exact()
97 void insert(const T &p_val) { in insert()
106 bool has(const T &p_val) const { in has()
111 void erase(const T &p_val) { in erase()
119 int find(const T &p_val) const { in find()
H A Dvmap.h55 _FORCE_INLINE_ int _find(const T &p_val, bool &r_exact) const { in _find()
85 _FORCE_INLINE_ int _find_exact(const T &p_val) const { in _find_exact()
111 int insert(const T &p_key, const V &p_val) { in insert()
123 bool has(const T &p_val) const { in has()
128 void erase(const T &p_val) { in erase()
136 int find(const T &p_val) const { in find()
141 int find_nearest(const T &p_val) const { in find_nearest()
H A Dvector.h122 void erase(const T &p_val) { in erase()
169 void ordered_insert(const T &p_val) { in ordered_insert()
240 int Vector<T>::find(const T_val &p_val, int p_from) const { in find()
392 Error Vector<T>::insert(int p_pos, const T &p_val) { in insert()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/
H A Dvset.h41 _FORCE_INLINE_ int _find(const T &p_val, bool &r_exact) const { in _find()
71 _FORCE_INLINE_ int _find_exact(const T &p_val) const { in _find_exact()
97 void insert(const T &p_val) { in insert()
106 bool has(const T &p_val) const { in has()
111 void erase(const T &p_val) { in erase()
119 int find(const T &p_val) const { in find()
H A Dvmap.h55 _FORCE_INLINE_ int _find(const T &p_val, bool &r_exact) const { in _find()
85 _FORCE_INLINE_ int _find_exact(const T &p_val) const { in _find_exact()
111 int insert(const T &p_key, const V &p_val) { in insert()
123 bool has(const T &p_val) const { in has()
128 void erase(const T &p_val) { in erase()
136 int find(const T &p_val) const { in find()
141 int find_nearest(const T &p_val) const { in find_nearest()
H A Dvector.h122 void erase(const T &p_val) { in erase()
169 void ordered_insert(const T &p_val) { in ordered_insert()
240 int Vector<T>::find(const T_val &p_val, int p_from) const { in find()
392 Error Vector<T>::insert(int p_pos, const T &p_val) { in insert()
/dports/devel/godot-tools/godot-3.2.3-stable/scene/resources/
H A Dphysics_material.cpp53 void PhysicsMaterial::set_friction(real_t p_val) { in set_friction()
58 void PhysicsMaterial::set_rough(bool p_val) { in set_rough()
63 void PhysicsMaterial::set_bounce(real_t p_val) { in set_bounce()
68 void PhysicsMaterial::set_absorbent(bool p_val) { in set_absorbent()
/dports/devel/godot/godot-3.2.3-stable/scene/resources/
H A Dphysics_material.cpp53 void PhysicsMaterial::set_friction(real_t p_val) { in set_friction()
58 void PhysicsMaterial::set_rough(bool p_val) { in set_rough()
63 void PhysicsMaterial::set_bounce(real_t p_val) { in set_bounce()
68 void PhysicsMaterial::set_absorbent(bool p_val) { in set_absorbent()
/dports/editors/abiword/abiword-3.0.5/plugins/docbook/xp/
H A Die_imp_DocBook.cpp433 const gchar *p_val = NULL; in startElement() local
766 const gchar *p_val = NULL; in startElement() local
873 const gchar *p_val = NULL; in startElement() local
1037 const gchar *p_val = NULL; in startElement() local
1059 const gchar *p_val = NULL; in startElement() local
1092 const gchar *p_val = NULL; in startElement() local
1166 const gchar *p_val = NULL; in startElement() local
1434 const gchar *p_val = NULL; in startElement() local
1492 const gchar *p_val = NULL; in startElement() local
2938 const gchar *p_val = NULL; in createImage() local
/dports/devel/godot/godot-3.2.3-stable/modules/bullet/
H A Dsoft_body_bullet.cpp254 void SoftBodyBullet::set_total_mass(real_t p_val) { in set_total_mass()
264 void SoftBodyBullet::set_linear_stiffness(real_t p_val) { in set_linear_stiffness()
271 void SoftBodyBullet::set_areaAngular_stiffness(real_t p_val) { in set_areaAngular_stiffness()
278 void SoftBodyBullet::set_volume_stiffness(real_t p_val) { in set_volume_stiffness()
285 void SoftBodyBullet::set_simulation_precision(int p_val) { in set_simulation_precision()
295 void SoftBodyBullet::set_pressure_coefficient(real_t p_val) { in set_pressure_coefficient()
302 void SoftBodyBullet::set_pose_matching_coefficient(real_t p_val) { in set_pose_matching_coefficient()
309 void SoftBodyBullet::set_damping_coefficient(real_t p_val) { in set_damping_coefficient()
316 void SoftBodyBullet::set_drag_coefficient(real_t p_val) { in set_drag_coefficient()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/bullet/
H A Dsoft_body_bullet.cpp254 void SoftBodyBullet::set_total_mass(real_t p_val) { in set_total_mass()
264 void SoftBodyBullet::set_linear_stiffness(real_t p_val) { in set_linear_stiffness()
271 void SoftBodyBullet::set_areaAngular_stiffness(real_t p_val) { in set_areaAngular_stiffness()
278 void SoftBodyBullet::set_volume_stiffness(real_t p_val) { in set_volume_stiffness()
285 void SoftBodyBullet::set_simulation_precision(int p_val) { in set_simulation_precision()
295 void SoftBodyBullet::set_pressure_coefficient(real_t p_val) { in set_pressure_coefficient()
302 void SoftBodyBullet::set_pose_matching_coefficient(real_t p_val) { in set_pose_matching_coefficient()
309 void SoftBodyBullet::set_damping_coefficient(real_t p_val) { in set_damping_coefficient()
316 void SoftBodyBullet::set_drag_coefficient(real_t p_val) { in set_drag_coefficient()
/dports/devel/godot2-tools/godot-2.1.6-stable/core/io/
H A Dstream_peer.cpp126 void StreamPeer::put_u8(uint8_t p_val) { in put_u8()
130 void StreamPeer::put_8(int8_t p_val) { in put_8()
134 void StreamPeer::put_u16(uint16_t p_val) { in put_u16()
143 void StreamPeer::put_16(int16_t p_val) { in put_16()
152 void StreamPeer::put_u32(uint32_t p_val) { in put_u32()
161 void StreamPeer::put_32(int32_t p_val) { in put_32()
170 void StreamPeer::put_u64(uint64_t p_val) { in put_u64()
179 void StreamPeer::put_64(int64_t p_val) { in put_64()
188 void StreamPeer::put_float(float p_val) { in put_float()
200 void StreamPeer::put_double(double p_val) { in put_double()
/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dstream_peer.cpp126 void StreamPeer::put_u8(uint8_t p_val) { in put_u8()
130 void StreamPeer::put_8(int8_t p_val) { in put_8()
134 void StreamPeer::put_u16(uint16_t p_val) { in put_u16()
143 void StreamPeer::put_16(int16_t p_val) { in put_16()
152 void StreamPeer::put_u32(uint32_t p_val) { in put_u32()
161 void StreamPeer::put_32(int32_t p_val) { in put_32()
170 void StreamPeer::put_u64(uint64_t p_val) { in put_u64()
179 void StreamPeer::put_64(int64_t p_val) { in put_64()
188 void StreamPeer::put_float(float p_val) { in put_float()
200 void StreamPeer::put_double(double p_val) { in put_double()
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dstream_peer.cpp128 void StreamPeer::put_u8(uint8_t p_val) { in put_u8()
132 void StreamPeer::put_8(int8_t p_val) { in put_8()
136 void StreamPeer::put_u16(uint16_t p_val) { in put_u16()
145 void StreamPeer::put_16(int16_t p_val) { in put_16()
154 void StreamPeer::put_u32(uint32_t p_val) { in put_u32()
163 void StreamPeer::put_32(int32_t p_val) { in put_32()
172 void StreamPeer::put_u64(uint64_t p_val) { in put_u64()
181 void StreamPeer::put_64(int64_t p_val) { in put_64()
190 void StreamPeer::put_float(float p_val) { in put_float()
202 void StreamPeer::put_double(double p_val) { in put_double()
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dstream_peer.cpp128 void StreamPeer::put_u8(uint8_t p_val) { in put_u8()
132 void StreamPeer::put_8(int8_t p_val) { in put_8()
136 void StreamPeer::put_u16(uint16_t p_val) { in put_u16()
145 void StreamPeer::put_16(int16_t p_val) { in put_16()
154 void StreamPeer::put_u32(uint32_t p_val) { in put_u32()
163 void StreamPeer::put_32(int32_t p_val) { in put_32()
172 void StreamPeer::put_u64(uint64_t p_val) { in put_u64()
181 void StreamPeer::put_64(int64_t p_val) { in put_64()
190 void StreamPeer::put_float(float p_val) { in put_float()
202 void StreamPeer::put_double(double p_val) { in put_double()
/dports/databases/mantis/mantisbt-2.25.2/plugins/GaugeSupport/pages/
H A Dconfig.php8 function print_enum_string_option_list1( $p_enum_name, $p_val) {
28 function check_selected1( $p_var, $p_val = true, $p_strict = true ) {
/dports/devel/shmap/shmap-0.3.2/shmap/
H A Dshmap_value.c116 int shmap_value_replace_value ( void * p_mem, _shmap_value * p_val, void * val, shmap_cleanup clean… in shmap_value_replace_value()
136 int shmap_pool_replace_value ( _shpool * pool, _shmap_value * p_val, void * val, shmap_cleanup clea… in shmap_pool_replace_value()
156 int shmap_value_replace ( void * p_mem, _shmap_value * p_val, _shmap_value * value, shmap_cleanup c… in shmap_value_replace()
181 int shmap_pool_replace ( _shpool * pool, _shmap_value * p_val, _shmap_value * value, shmap_cleanup … in shmap_pool_replace()
/dports/cad/ngspice_rework/ngspice-35/src/frontend/parser/
H A Dnumparse.c40 int ft_numparse(char **p_str, bool whole, double *p_val) in ft_numparse()
176 static int get_decimal_number(const char **p_str, double *p_val) in get_decimal_number()
/dports/science/py-nilearn/nilearn-0.8.1/examples/05_glm_second_level/
H A Dplot_second_level_one_sample_test.py76 p_val = 0.001 variable
92 p_val = second_level_model.compute_contrast(output_type='p_value') variable

12345678910>>...15