Home
last modified time | relevance | path

Searched refs:p_val (Results 26 – 50 of 596) sorted by relevance

12345678910>>...24

/dports/devel/godot2/godot-2.1.6-stable/core/io/
H A Dstream_peer.h63 void put_8(int8_t p_val);
64 void put_u8(uint8_t p_val);
65 void put_16(int16_t p_val);
66 void put_u16(uint16_t p_val);
67 void put_32(int32_t p_val);
68 void put_u32(uint32_t p_val);
69 void put_64(int64_t p_val);
70 void put_u64(uint64_t p_val);
71 void put_float(float p_val);
72 void put_double(double p_val);
/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() argument
54 friction = p_val; in set_friction()
58 void PhysicsMaterial::set_rough(bool p_val) { in set_rough() argument
59 rough = p_val; in set_rough()
63 void PhysicsMaterial::set_bounce(real_t p_val) { in set_bounce() argument
64 bounce = p_val; in set_bounce()
68 void PhysicsMaterial::set_absorbent(bool p_val) { in set_absorbent() argument
69 absorbent = 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() argument
54 friction = p_val; in set_friction()
58 void PhysicsMaterial::set_rough(bool p_val) { in set_rough() argument
59 rough = p_val; in set_rough()
63 void PhysicsMaterial::set_bounce(real_t p_val) { in set_bounce() argument
64 bounce = p_val; in set_bounce()
68 void PhysicsMaterial::set_absorbent(bool p_val) { in set_absorbent() argument
69 absorbent = p_val; in set_absorbent()
/dports/math/eprover/eprover-E-2.0/INOUT/
H A Dcio_filevars.c97 FREE(cell->val1.p_val); in FileVarsFree()
135 FREE(cell->val1.p_val); in FileVarsParse()
141 cell->val2.p_val = PStackTopP(vars->names); in FileVarsParse()
155 cell->val1.p_val = DStrCopy(value); in FileVarsParse()
211 if(strcmp(cell->val1.p_val, "true")) in FileVarsGetBool()
215 else if(strcmp(cell->val1.p_val, "false")) in FileVarsGetBool()
227 DStrAppendStr(errpos, cell->val2.p_val); in FileVarsGetBool()
273 DStrAppendStr(errpos, cell->val2.p_val); in FileVarsGetInt()
313 *value = cell->val1.p_val; in FileVarsGetStr()
354 DStrAppendStr(errpos, cell->val2.p_val); in FileVarsGetIdentifier()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/io/
H A Dstream_peer.h64 void put_8(int8_t p_val);
65 void put_u8(uint8_t p_val);
66 void put_16(int16_t p_val);
67 void put_u16(uint16_t p_val);
68 void put_32(int32_t p_val);
69 void put_u32(uint32_t p_val);
70 void put_64(int64_t p_val);
71 void put_u64(uint64_t p_val);
72 void put_float(float p_val);
73 void put_double(double p_val);
/dports/devel/godot/godot-3.2.3-stable/core/io/
H A Dstream_peer.h64 void put_8(int8_t p_val);
65 void put_u8(uint8_t p_val);
66 void put_16(int16_t p_val);
67 void put_u16(uint16_t p_val);
68 void put_32(int32_t p_val);
69 void put_u32(uint32_t p_val);
70 void put_64(int64_t p_val);
71 void put_u64(uint64_t p_val);
72 void put_float(float p_val);
73 void put_double(double p_val);
/dports/editors/abiword/abiword-3.0.5/plugins/xslfo/xp/
H A Die_imp_XSL-FO.cpp634 gchar *p_val = NULL; in startElement() local
637 if(p_val) //internal in startElement()
641 if(*p_val) in startElement()
642 link += p_val; in startElement()
653 if(p_val) //external in startElement()
660 p_val = p_val + 5; in startElement()
786 gchar *p_val = NULL; in startElement() local
789 if(p_val) in startElement()
796 p_val = p_val + 5; in startElement()
1115 if(p_val) in createImage()
[all …]
/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) { argument
12 if( is_array( $p_val ) ) {
13 $t_val = $p_val;
15 $t_val = (int)$p_val;
28 function check_selected1( $p_var, $p_val = true, $p_strict = true ) { argument
31 if( helper_check_variables_equal( intval($t_this_var), $p_val, $p_strict ) ) {
37 if( helper_check_variables_equal( intval($p_var), $p_val, $p_strict ) ) {
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/cluster_analysis/
H A D__init__.py34 self.p_val = 1
73 def apply_filter(obj, p_val, fdr): argument
76 if p_val is not None:
77 filter_status.append(obj.p_val < p_val)
85 all_args_none = all(arg is None for arg in [p_val, fdr])
86 filter_function = partial(self.apply_filter, p_val=p_val, fdr=fdr)
95 def filter_gene_sets(self, p_val, fdr, max_set_count=None): argument
97 filter_function = partial(self.apply_filter, p_val=p_val, fdr=fdr)
121 gs.p_val = enrichment_result.p_value
127 p_vals = [gs.p_val for gs in self.gene_sets]
[all …]
/dports/devel/godot/godot-3.2.3-stable/modules/bullet/
H A Dsoft_body_bullet.h127 void set_total_mass(real_t p_val);
130 void set_linear_stiffness(real_t p_val);
133 void set_areaAngular_stiffness(real_t p_val);
136 void set_volume_stiffness(real_t p_val);
139 void set_simulation_precision(int p_val);
142 void set_pressure_coefficient(real_t p_val);
145 void set_pose_matching_coefficient(real_t p_val);
148 void set_damping_coefficient(real_t p_val);
151 void set_drag_coefficient(real_t p_val);
H A Dsoft_body_bullet.cpp255 if (0 >= p_val) { in set_total_mass()
256 p_val = 1; in set_total_mass()
258 total_mass = p_val; in set_total_mass()
265 linear_stiffness = p_val; in set_linear_stiffness()
272 areaAngular_stiffness = p_val; in set_areaAngular_stiffness()
279 volume_stiffness = p_val; in set_volume_stiffness()
286 simulation_precision = p_val; in set_simulation_precision()
296 pressure_coefficient = p_val; in set_pressure_coefficient()
303 pose_matching_coefficient = p_val; in set_pose_matching_coefficient()
310 damping_coefficient = p_val; in set_damping_coefficient()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/modules/bullet/
H A Dsoft_body_bullet.h127 void set_total_mass(real_t p_val);
130 void set_linear_stiffness(real_t p_val);
133 void set_areaAngular_stiffness(real_t p_val);
136 void set_volume_stiffness(real_t p_val);
139 void set_simulation_precision(int p_val);
142 void set_pressure_coefficient(real_t p_val);
145 void set_pose_matching_coefficient(real_t p_val);
148 void set_damping_coefficient(real_t p_val);
151 void set_drag_coefficient(real_t p_val);
H A Dsoft_body_bullet.cpp255 if (0 >= p_val) { in set_total_mass()
256 p_val = 1; in set_total_mass()
258 total_mass = p_val; in set_total_mass()
265 linear_stiffness = p_val; in set_linear_stiffness()
272 areaAngular_stiffness = p_val; in set_areaAngular_stiffness()
279 volume_stiffness = p_val; in set_volume_stiffness()
286 simulation_precision = p_val; in set_simulation_precision()
296 pressure_coefficient = p_val; in set_pressure_coefficient()
303 pose_matching_coefficient = p_val; in set_pose_matching_coefficient()
310 damping_coefficient = p_val; in set_damping_coefficient()
[all …]
/dports/editors/abiword/abiword-3.0.5/plugins/docbook/xp/
H A Die_imp_DocBook.cpp437 if(!p_val) in startElement()
770 if(p_val) in startElement()
772 …if(!strcmp(p_val, "sect1") || !strcmp(p_val, "sect2") || !strcmp(p_val, "sect3") || !strcmp(p_val,… in startElement()
885 if(p_val) in startElement()
1040 if(p_val) in startElement()
1062 if(p_val) in startElement()
1095 if(p_val) in startElement()
1169 if(p_val) in startElement()
1437 if(p_val) in startElement()
2942 if(p_val) in createImage()
[all …]
/dports/devel/godot/godot-3.2.3-stable/core/math/
H A Dmath_funcs.h111 return _isnan(p_val); in is_nan()
117 ieee754.f = p_val; in is_nan()
121 return isnan(p_val); in is_nan()
133 ieee754.f = p_val; in is_nan()
144 return isnan(p_val); in is_nan()
157 ieee754.f = p_val; in is_inf()
161 return isinf(p_val); in is_inf()
174 ieee754.f = p_val; in is_inf()
177 return isinf(p_val); in is_inf()
254 …c _ALWAYS_INLINE_ double round(double p_val) { return (p_val >= 0) ? Math::floor(p_val + 0.5) : -M… in round() argument
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/math/
H A Dmath_funcs.h111 return _isnan(p_val); in is_nan()
117 ieee754.f = p_val; in is_nan()
121 return isnan(p_val); in is_nan()
133 ieee754.f = p_val; in is_nan()
144 return isnan(p_val); in is_nan()
157 ieee754.f = p_val; in is_inf()
161 return isinf(p_val); in is_inf()
174 ieee754.f = p_val; in is_inf()
177 return isinf(p_val); in is_inf()
254 …c _ALWAYS_INLINE_ double round(double p_val) { return (p_val >= 0) ? Math::floor(p_val + 0.5) : -M… in round() argument
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/core/
H A Dvector.h69 void erase(const T &p_val) { in erase() argument
70 int idx = find(p_val); in erase()
86 Error insert(int p_pos, T p_val) { return _cowdata.insert(p_pos, p_val); } in insert() argument
87 int find(const T &p_val, int p_from = 0) const { return _cowdata.find(p_val, p_from); }
108 void ordered_insert(const T &p_val) { in ordered_insert() argument
112 if (p_val < operator[](i)) { in ordered_insert()
116 insert(i, p_val); in ordered_insert()
/dports/devel/godot/godot-3.2.3-stable/core/
H A Dvector.h69 void erase(const T &p_val) { in erase() argument
70 int idx = find(p_val); in erase()
86 Error insert(int p_pos, T p_val) { return _cowdata.insert(p_pos, p_val); } in insert() argument
87 int find(const T &p_val, int p_from = 0) const { return _cowdata.find(p_val, p_from); }
108 void ordered_insert(const T &p_val) { in ordered_insert() argument
112 if (p_val < operator[](i)) { in ordered_insert()
116 insert(i, p_val); in ordered_insert()
/dports/databases/mantis/mantisbt-2.25.2/core/
H A Dhelper_api.php164 * @param integer $p_val An enumeration string value.
227 * @param mixed $p_val The value to compare $p_var with.
231 function check_checked( $p_var, $p_val = true, $p_strict = true ) { argument
234 if( helper_check_variables_equal( $t_this_var, $p_val, $p_strict ) ) {
240 if( helper_check_variables_equal( $p_var, $p_val, $p_strict ) ) {
255 * @param mixed $p_val The value to compare $p_var with.
259 function check_selected( $p_var, $p_val = true, $p_strict = true ) { argument
268 if( helper_check_variables_equal( $p_var, $p_val, $p_strict ) ) {
278 * @param boolean $p_val Whether to disable the current option value.
281 function check_disabled( $p_val = true ) { argument
[all …]
/dports/math/eprover/eprover-E-2.0/LEARN/
H A Dcle_examplerep.c173 ExampleRepFree(handle->val1.p_val); in ExampleSetFree()
203 return handle->val1.p_val; in ExampleSetFindName()
224 tmp.p_val = rep; in ExampleSetInsert()
265 handle = cell->val1.p_val; in ExampleSetExtract()
296 handle = ExampleSetExtract(set, cell->val1.p_val); in ExampleSetDeleteId()
324 handle = ExampleSetExtract(set, cell->val1.p_val); in ExampleSetDeleteName()
350 ExampleRepPrint(out, handle->val1.p_val); in ExampleSetPrint()
439 current = cell->val1.p_val; in ExampleSetSelectByDist()
443 tmp_array[i].object.p_val = current; in ExampleSetSelectByDist()
457 current = tmp_array[i].object.p_val; in ExampleSetSelectByDist()
H A Dcle_annoterms.c274 AnnoTermFree(junk->terms, handle->val1.p_val); in AnnoSetFree()
311 existing_term = exists->val1.p_val; in AnnoSetAddTerm()
327 tmp.p_val = term; in AnnoSetAddTerm()
414 current = handle->val1.p_val; in AnnoSetComputePatternSubst()
450 current = handle->val1.p_val; in AnnoSetRemoveByIdent()
468 AnnoTermFree(set->terms, handle->val1.p_val); in AnnoSetRemoveByIdent()
514 current = handle->val1.p_val; in AnnoSetRemoveExceptIdentList()
576 current = handle->val1.p_val; in AnnoSetFlatten()
637 current = cell->val1.p_val; in AnnoSetNormalizeFlatAnnos()
646 current = cell->val1.p_val; in AnnoSetNormalizeFlatAnnos()
[all …]
/dports/security/helib/HElib-1.3.1/misc/
H A DTest_stats.cpp54 anderson_darling(const vector<double>& X, double& AD, double& p_val) in anderson_darling() argument
60 p_val = 1; in anderson_darling()
93 p_val; in anderson_darling()
95 p_val = exp(1.2937 - 5.709*(AD)+ 0.0186*fsquare(AD)); in anderson_darling()
97 p_val = exp(0.9177 - 4.279*(AD) - 1.38*fsquare(AD)); in anderson_darling()
99 p_val = 1 - exp(-8.318 + 42.796*(AD)- 59.938*fsquare(AD)); in anderson_darling()
101 p_val = 1 - exp(-13.436 + 101.14*(AD)- 223.73*fsquare(AD)); in anderson_darling()
109 double AD, p_val; in print_anderson_darling() local
110 anderson_darling(*v_values, AD, p_val); in print_anderson_darling()
111 printf("AD=%6.4f, p_val=%8.6f", AD, p_val); in print_anderson_darling()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dtexture_region_editor_plugin.h102 void _set_snap_off_x(float p_val);
103 void _set_snap_off_y(float p_val);
104 void _set_snap_step_x(float p_val);
105 void _set_snap_step_y(float p_val);
106 void _set_snap_sep_x(float p_val);
107 void _set_snap_sep_y(float p_val);
/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dtexture_region_editor_plugin.h102 void _set_snap_off_x(float p_val);
103 void _set_snap_off_y(float p_val);
104 void _set_snap_step_x(float p_val);
105 void _set_snap_step_y(float p_val);
106 void _set_snap_sep_x(float p_val);
107 void _set_snap_sep_y(float p_val);
/dports/math/PDL/PDL-2.019/t/
H A Dbadvalue_scalar_cmp.t44 my $p_val = pdl($val);
47 $p_val->badflag(1);
48 $p_val->badvalue($badval_sclr);
50 note "\$p_val = $p_val";
51 is( "$p_val", "$val", "Sanity test" );
58 "".($p_val < $cmpval_sclr),
63 "".($p_val == $cmpval_sclr),
68 "".($p_val > $cmpval_sclr),
81 my $lt_p = $p_val < $p_not_bad;
88 my $eq_p = $p_val == $p_not_bad;
[all …]

12345678910>>...24