Home
last modified time | relevance | path

Searched refs:num_value (Results 51 – 75 of 339) sorted by relevance

12345678910>>...14

/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/csg/
H A Dcsgparser.hpp50 double num_value; member in CSGScanner
64 { return num_value; } in GetNumValue()
/dports/cad/netgen/netgen-6.2.2105/ng/
H A Ddemoview.hpp33 double num_value; member in DemoScanner
47 { return num_value; } in GetNumValue()
/dports/math/pspp/pspp-1.4.1/src/language/xforms/
H A Dcount.c49 struct num_value struct
71 struct num_value *num; argument
215 struct num_value *cur; in parse_numeric_criteria()
293 struct num_value *v; in count_numeric()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dcolor_chooser_popup_ui_controller.cc180 int num_value, in SetValueAndClosePopup() argument
184 if (num_value == kColorPickerPopupActionSetValue) in SetValueAndClosePopup()
186 if (num_value == kColorPickerPopupActionChooseOtherColor) { in SetValueAndClosePopup()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/page/
H A Dpage_popup_controller.cc48 void PagePopupController::setValueAndClosePopup(int num_value, in setValueAndClosePopup() argument
51 popup_client_->SetValueAndClosePopup(num_value, string_value); in setValueAndClosePopup()
/dports/lang/gawk/gawk-5.1.1/extension/
H A Dtestext.c92 sprintf(buf, "%g", value->num_value); in valrep2str()
330 value.num_value++; in var_test()
447 printf("%s = %g\n", seed[i].name, value.num_value); in test_deferred()
458 printf("%s matches %d\n", sysval[i].name, (value.num_value == sysval[i].val)); in test_deferred()
829 printf("test_indirect_var: value of NR is %g\n", value.num_value); in test_indirect_vars()
925 …r_value.str, strlen(filename.str_value.str), filetype.str_value.str, fd.num_value, &ibuf, &obuf)) { in do_get_file()
926 …s, %d) failed\n", "get_file", filename.str_value.str, filetype.str_value.str, (int)(fd.num_value)); in do_get_file()
H A Drwarray0.c229 if (write(fd, & val->num_value, sizeof(val->num_value)) != sizeof(val->num_value)) in write_value()
442 value->num_value = d; in read_value()
H A Drwarray.c236 if (fwrite(& val->num_value, 1, sizeof(val->num_value), fp) != sizeof(val->num_value)) in write_value()
468 value->num_value = d; in read_value()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/
H A Dpage_popup_controller.cc57 void PagePopupController::setValueAndClosePopup(int num_value, in setValueAndClosePopup() argument
60 popup_client_->SetValueAndClosePopup(num_value, string_value); in setValueAndClosePopup()
/dports/multimedia/libxine/xine-lib-1.2.11/src/input/
H A Dmultirate_pref.c43 multirate_set_video_size (pref, entry->num_value); in multirate_cb_video_size()
58 pref->bitrate = entry->num_value; in multirate_cb_bitrate()
H A Dinput_dvb.c1024 config_tuning_timeout.num_value = 0;
1027 if( config_tuning_timeout.num_value != 0 ) {
1029 if( config_tuning_timeout.num_value < 5 )
2044 if (lastchannel.num_value){
2678 this->zoom_ok = cfg->num_value;
2708 adapter.num_value = 0;
2797 if (lastchannel.num_value) {
3007 if (lastchannel.num_value){
3129 adapter.num_value = 0;
3156 && lastchannel_enable.num_value
[all …]
/dports/www/lua-resty-core/lua-resty-core-0.1.22/lib/ngx/
H A Derrlog.lua17 local num_value = ffi_new("double[1]")
105 local log_time = num_value
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dcolor_chooser_popup_ui_controller.cc210 int num_value, in SetValueAndClosePopup() argument
214 if (num_value == kColorPickerPopupActionSetValue) in SetValueAndClosePopup()
216 if (num_value == kColorPickerPopupActionChooseOtherColor) { in SetValueAndClosePopup()
/dports/multimedia/xine/xine-ui-0.99.12/src/common/
H A Dconfig_wrapper.c77 entry->num_value = value; in config_update()
148 entry.type != XINE_CONFIG_TYPE_BOOL || !entry.num_value) { in config_mrl()
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dcolor_matrix.c179 this->cm_state = (this->cm_state & 3) | (entry->num_value << 2); in cm_cb_config()
185 this->cm_state = (this->cm_state & 0x1c) | entry->num_value; in cr_cb_config()
/dports/irc/ezbounce/ezbounce-1.99.15/src/config/
H A Dcfparser.cc430 const int num_value = value.other_value; in do_set_command() local
439 options.set<bool>( (traits<proxy_config, bool>::identifier_t) opt, num_value ); in do_set_command()
442 user->config()->set<bool>( traits<user_perms, bool>::identifier_t(opt), num_value ); in do_set_command()
448 options.set<int>( traits<proxy_config, int>::identifier_t(opt), num_value ); in do_set_command()
451 user->config()->set<int>( traits<user_perms, int>::identifier_t(opt), num_value ); in do_set_command()
H A Dufparser.cc356 const int num_value = value.other_value; in do_set_command() local
363 cf->set<bool>(p->second, opt, num_value); in do_set_command()
367 cf->set<int>(p->second, opt, num_value); in do_set_command()
/dports/multimedia/libxine/xine-lib-1.2.11/src/post/goom/
H A Dxine_goom.c147 class->fps = cfg->num_value < 1 ? 1 in fps_changed_cb()
148 : cfg->num_value > 50 ? 50 in fps_changed_cb()
149 : cfg->num_value; in fps_changed_cb()
154 class->width = cfg->num_value; in width_changed_cb()
159 class->height = cfg->num_value; in height_changed_cb()
164 class->csc_method = cfg->num_value; in csc_method_changed_cb()
/dports/multimedia/libxine/xine-lib-1.2.11/src/spu_dec/
H A Dxine_cc_decoder.c132 cc_cfg->cc_enabled = value->num_value; in spucc_cfg_enable_change()
146 cc_cfg->cc_scheme = value->num_value; in spucc_cfg_scheme_change()
185 *num = value->num_value; in spucc_num_change()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/registry/
H A Dgl.py1135 self.num_value = int(self.str_value, base)
1146 if self.num_value != other.num_value:
1174 if self.num_value != other.num_value:
1175 if self.num_value < other.num_value:
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/base/
H A Dunits_container.py1331 def convert_value(self, num_value, from_units=None, to_units=None): argument
1354 if type(num_value) not in native_numeric_types:
1356 ' instead type {} was found.'.format(type(num_value)))
1361 return num_value
1381 from_quantity = num_value * from_pint_unit
/dports/net/freerdp/freerdp-2.5.0/server/proxy/
H A Dpf_config.c73 int num_value; in pf_config_get_bool() local
87 num_value = IniFile_GetKeyValueInt(ini, section, key); in pf_config_get_bool()
89 if (num_value == 1) in pf_config_get_bool()
/dports/databases/grass7/grass-7.8.6/lib/nviz/
H A Dmap_obj.c181 const char *str_value, double num_value, nv_data * data) in Nviz_set_attr() argument
199 value = num_value; in Nviz_set_attr()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/util/
H A Dgen_dispatch.py169 if enum_list[-1].num_value < enum.num_value:
/dports/textproc/py-pdfminer3k/pdfminer3k-1.3.4/pdfminer/
H A Dpdffont.py12 from .pdftypes import (PDFException, resolve1, int_value, num_value, list_value, dict_value,
439 self.ascent = num_value(descriptor.get('Ascent', 0))
440 self.descent = num_value(descriptor.get('Descent', 0))
441 self.italic_angle = num_value(descriptor.get('ItalicAngle', 0))
442 self.default_width = default_width or num_value(descriptor.get('MissingWidth', 0))
443 self.leading = num_value(descriptor.get('Leading', 0))

12345678910>>...14