Home
last modified time | relevance | path

Searched +defs:name +defs:difference (Results 226 – 250 of 631) sorted by relevance

12345678910>>...26

/dports/graphics/blender/blender-2.91.0/intern/cycles/device/opencl/
H A Ddevice_opencl_impl.cpp38 string name; member
310 # define KERNEL_TEX(type, name) TextureInfo name; argument
739 char version[256], driver[256], name[256], vendor[256]; in device_md5_hash() local
1143 void OpenCLDevice::const_copy_to(const char *name, void *host, size_t size) in const_copy_to()
1267 void OpenCLDevice::set_kernel_arg_mem(cl_kernel kernel, cl_uint *narg, const char *name) in set_kernel_arg_mem()
1301 # define KERNEL_TEX(type, name) \ in flush_texture_buffers() argument
1311 string name = tex.first; in flush_texture_buffers() local
1475 device_sub_ptr difference(task->buffer.temporary_mem, 0, pass_stride * num_shifts); in denoising_non_local_means() local
1610 device_sub_ptr difference(task->buffer.temporary_mem, 0, pass_stride * num_shifts); in denoising_accumulate() local
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/debuggerd/libdebuggerd/
H A Dtombstone.cpp92 uint64_t difference; in get_stack_overflow_cause() local
440 regs->IterateRegisters([log, &current_row, &special_row](const char* name, uint64_t value) { in dump_registers()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/ui/
H A DPaneManager.java103 SelectedTabStateValue(String name, in SelectedTabStateValue()
303 String name = sourceColumnManager_.get(i).getName(); in PaneManager() local
718 ColumnName name = createSourceColumn(); in onOpenSourceDocNewColumn() local
819 private void focusWindow(String name) in focusWindow()
1558 int difference = count - additionalSourceCount_; in syncAdditionalColumnCount() local
1582 ColumnName name = createSourceColumn(); in createAndDisplaySourceColumn() local
1590 ColumnName name = sourceColumnManager_.add(); in createSourceColumn() local
1595 private Widget createSourceColumnWindow(String name, String accessibleName) in createSourceColumnWindow()
1616 public void closeSourceWindow(String name) in closeSourceWindow()
1656 String name, in createSplitWindow()
[all …]
/dports/astro/merkaartor/merkaartor-0.19.0/src/Docks/
H A DGeoImageDock.cpp383 QString name = QInputDialog::getItem(NULL, tr("Load geotagged Images"), in loadImage() local
509 QString name = QInputDialog::getItem(NULL, tr("Load geotagged Images"), in loadImages() local
795 QTime difference = QTime().addSecs(abs(secondsTo)); in loadImages() local
/dports/textproc/py-pygments-25/Pygments-2.5.2/tests/examplefiles/
H A Dexample.rb422 alias difference - ## alias in Set
1473 attr_reader :name, :value, :maxage, :path, :domain, :secure, :comment accessor in Set.SortedSet.Cookie
1476 def initialize (name, value = nil, maxage = nil, path = nil, domain = nil, secure = false) argument
/dports/textproc/py-pygments/Pygments-2.7.2/tests/examplefiles/
H A Dexample.rb422 alias difference - ## alias in Set
1473 attr_reader :name, :value, :maxage, :path, :domain, :secure, :comment accessor in Set.SortedSet.Cookie
1476 def initialize (name, value = nil, maxage = nil, path = nil, domain = nil, secure = false) argument
/dports/editors/nano/nano-5.9/src/
H A Dfiles.c105 char *crop_to_fit(const char *name, int room) in crop_to_fit()
914 char *get_next_filename(const char *name, const char *suffix) in get_next_filename()
1755 bool write_file(const char *name, FILE *thefile, bool normal, in write_file()
2050 bool write_region_to_file(const char *name, FILE *stream, bool normal, in write_region_to_file()
2269 char *name = crop_to_fit(answer, COLS - breadth(question) + 1); in do_writeout() local
2407 int difference = mbstrcasecmp(a, b); in diralphasort() local
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgp_vms.c34 # define fopen_VMS(name, mode, m1, m2) fopen(name, mode) argument
115 } binary_date, now, difference; in gp_get_realtime() local
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgp_vms.c34 # define fopen_VMS(name, mode, m1, m2) fopen(name, mode) argument
115 } binary_date, now, difference; in gp_get_realtime() local
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account/models/
H A Daccount_bank_statement.py213name = fields.Char(string='Reference', states={'open': [('readonly', False)]}, copy=False, readonl… variable in AccountBankStatement
236difference = fields.Monetary(compute='_end_balance', store=True, help="Difference between the comp… variable in AccountBankStatement
/dports/sysutils/mate-system-monitor/mate-system-monitor-1.26.0/src/
H A Dproctable.cpp223 char* name; in search_equal_func() local
876 guint64 difference = proctime.rtime - info->cpu_time; in update_info() local
/dports/games/emptyepsilon/EmptyEpsilon-EE-2021.06.23/src/spaceObjects/
H A DplayerSpaceship.cpp1058 void PlayerSpaceship::addCustomButton(ECrewPosition position, string name, string caption, ScriptSi… in addCustomButton()
1070 void PlayerSpaceship::addCustomInfo(ECrewPosition position, string name, string caption) in addCustomInfo()
1081 void PlayerSpaceship::addCustomMessage(ECrewPosition position, string name, string caption) in addCustomMessage()
1092 void PlayerSpaceship::addCustomMessageWithCallback(ECrewPosition position, string name, string capt… in addCustomMessageWithCallback()
1104 void PlayerSpaceship::removeCustom(string name) in removeCustom()
1694 string name; in onReceiveClientCommand() local
2024 void PlayerSpaceship::commandCustomFunction(string name) in commandCustomFunction()
2142 …auto difference = std::fabs(current_factor - default_factor) > std::numeric_limits<float>::epsilon… in getExportLine() local
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/org/locationtech/jts/operation/overlayng/
H A DOverlayNGTest.java31 public OverlayNGTest(String name) { super(name); } in OverlayNGTest()
599 public static Geometry difference(Geometry a, Geometry b, double scaleFactor) { in difference() method in OverlayNGTest
619 public static Geometry difference(Geometry a, Geometry b) { in difference() method in OverlayNGTest
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DAbcSimplexDual.cpp1028 double difference = upperSaved_[iSequence] - abcUpper[iSequence]; in changeBounds() local
1048 double difference = abcLower[iSequence] - lowerSaved_[iSequence]; in changeBounds() local
3787 double difference = CoinMax(cost[iSequence] - originalCost[iSequence], djValue); in flipBounds() local
3799 double difference = CoinMin(cost[iSequence] - originalCost[iSequence], -djValue); in flipBounds() local
4235 double difference = CoinMin(abcCost[iSequence] - originalCost[iSequence], value); in checkDualSolutionPlusFake() local
4294 double difference = CoinMax(abcCost[iSequence] - originalCost[iSequence], value); in checkDualSolutionPlusFake() local
4352 static void breakdown(const char *name, int numberLook, const double *region) in breakdown()
/dports/emulators/vice/vice-3.5/src/lib/liblame/frontend/
H A Dgtkanal.c114 int difference; /* plot original - decoded instead of orig vs. decoded */ member
1334 #define func(name) (GtkItemFactoryCallback) (name) argument
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgp_vms.c40 # define fopen_VMS(name, mode, m1, m2) fopen(name, mode) argument
120 } binary_date, now, difference; in gp_get_realtime() local
/dports/audio/lame/lame-3.100/frontend/
H A Dgtkanal.c114 int difference; /* plot original - decoded instead of orig vs. decoded */ member
1338 #define func(name) (GtkItemFactoryCallback) (name) argument
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/frontend/
H A Dgtkanal.c114 int difference; /* plot original - decoded instead of orig vs. decoded */ member
1334 #define func(name) (GtkItemFactoryCallback) (name) argument
/dports/games/angband/Angband-4.2.2/src/
H A Dobj-pile.c590 int difference = obj1->kind->base->max_stack - largest; in object_absorb_partial() local
758 char name[80]; in floor_object_for_use() local
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgp_vms.c40 # define fopen_VMS(name, mode, m1, m2) fopen(name, mode) argument
120 } binary_date, now, difference; in gp_get_realtime() local
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgp_vms.c36 # define fopen_VMS(name, mode, m1, m2) fopen(name, mode) argument
116 } binary_date, now, difference; in gp_get_realtime() local
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgp_vms.c36 # define fopen_VMS(name, mode, m1, m2) fopen(name, mode) argument
116 } binary_date, now, difference; in gp_get_realtime() local
/dports/math/py-pandas/pandas-1.2.5/pandas/core/indexes/
H A Ddatetimelike.py398 def _summary(self, name=None) -> str: argument
656 def difference(self, other, sort=None): member in DatetimeTimedeltaMixin
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dgetmetacommunitycommand.cpp514 string name, header; in generateSummaryFile() local
554 double difference = 0.0000; in generateSummaryFile() local
/dports/java/jikes/jikes-1.22/src/
H A Dexpr.cpp362 int difference = 255; in ReportMethodNotFound() local
588 int difference = 255; in ReportConstructorNotFound() local
1231 AstName* name = expr -> NameCast(); in FindVariableInType() local
2029 AstName* name = (AstName*) expr; in ProcessName() local
2218 AstName* name = expr -> NameCast(); in FindVariableMember() local
2390 void Semantic::ProcessAmbiguousName(AstName* name) in ProcessAmbiguousName()
3550 AstName* name = compilation_unit -> in UpdateLocalConstructors() local
3777 AstName* name = compilation_unit -> in GetAnonymousConstructor() local
4180 AstName* name = compilation_unit -> in ProcessClassCreationExpression() local
4295 AstName* name = expression -> NameCast(); in ProcessPostUnaryExpression() local
[all …]

12345678910>>...26