Home
last modified time | relevance | path

Searched refs:in_temp (Results 1 – 25 of 28) sorted by path

12

/dports/astro/oskar/OSKAR-2.8.0/oskar/mem/src/
H A Doskar_mem_convert_precision.c15 oskar_Mem *output = 0, *in_temp = 0; in oskar_mem_convert_precision() local
32 in_temp = oskar_mem_create_copy(input, OSKAR_CPU, status); in oskar_mem_convert_precision()
33 in = in_temp; in oskar_mem_convert_precision()
87 oskar_mem_free(in_temp, status); in oskar_mem_convert_precision()
/dports/astro/py-astropy/astropy-5.0/astropy/modeling/
H A Dphysical_models.py118 in_temp = u.Quantity(temperature, u.K)
120 in_temp = temperature
125 temp = u.Quantity(in_temp, u.K)
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/docs/libcurl/opts/
H A DMakefile.am56 rm -f in_temp
57 @(for a in $(man_MANS); do echo $$a >>in_temp; done)
58 sort in_temp > in_makefile
61 rm in_temp in_directory in_makefile
/dports/databases/grass7/grass-7.8.6/scripts/r.in.srtm/
H A Dr.in.srtm.py141 if not in_temp:
150 global tile, tmpdir, in_temp
152 in_temp = False
213 in_temp = True
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/docs/libcurl/opts/
H A DMakefile.am56 rm -f in_temp
57 @(for a in $(man_MANS); do echo $$a >>in_temp; done)
58 sort in_temp > in_makefile
61 rm in_temp in_directory in_makefile
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/docs/libcurl/opts/
H A DMakefile.am56 rm -f in_temp
57 @(for a in $(man_MANS); do echo $$a >>in_temp; done)
58 sort in_temp > in_makefile
61 rm in_temp in_directory in_makefile
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/queue/
H A Dqueue_kernel_1.h363 node* in_temp = in; in swap() local
375 item.in = in_temp; in swap()
/dports/devel/emscripten/emscripten-2.0.3/
H A Demcc.py798 def in_temp(name): function
1917 return in_temp(unsuffixed(uniquename(input_file)) + options.default_object_extension)
1957 temp_file = in_temp(unsuffixed(uniquename(input_file)) + '.o')
2053 …libs.calculate([f for _, f in sorted(temp_files)] + extra_files_to_link, in_temp, link_as_cxx, for…
2073 DEFAULT_FINAL = in_temp(target_basename + '.wasm')
/dports/devel/emscripten/emscripten-2.0.3/tools/
H A Dsystem_libs.py304 def in_temp(cls, *args): member in Library
365 o = self.in_temp(shared.unsuffixed_basename(src) + '.o')
380 out_filename = self.in_temp(self.get_filename())
1378 def calculate(temp_files, in_temp, cxx, forced, stdout_=None, stderr_=None): argument
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/docs/libcurl/opts/
H A DMakefile.am56 rm -f in_temp
57 @(for a in $(man_MANS); do echo $$a >>in_temp; done)
58 sort in_temp > in_makefile
61 rm in_temp in_directory in_makefile
/dports/emulators/hercules/hercules-3.13/
H A Dcomm3705.c1374 struct in_addr in_temp; in commadpt_init_handler() local
1511 in_temp.s_addr=dev->commadpt->lhost; in commadpt_init_handler()
H A Dcommadpt.c1925 struct in_addr in_temp; in commadpt_init_handler() local
2358 in_temp.s_addr=dev->commadpt->rhost; in commadpt_init_handler()
2359 msg016w017i(dev,dialt,"RHOST",inet_ntoa(in_temp)); in commadpt_init_handler()
2378 in_temp.s_addr=dev->commadpt->lhost; in commadpt_init_handler()
2379 msg016w017i(dev,dialt,"LHOST",inet_ntoa(in_temp)); in commadpt_init_handler()
2384 in_temp.s_addr=dev->commadpt->rhost; in commadpt_init_handler()
2385 msg016w017i(dev,dialt,"RHOST",inet_ntoa(in_temp)); in commadpt_init_handler()
2395 in_temp.s_addr=dev->commadpt->lhost; in commadpt_init_handler()
2396 in_temp.s_addr=dev->commadpt->rhost; in commadpt_init_handler()
/dports/games/freedink-engine/freedink-108.4/src/
H A Dfreedinkedit.c182 static char in_temp[200]; variable
4695 strcpy(in_string, in_temp); in updateFrame()
4705 int in_crap = strtol(in_temp, &stop,10); in updateFrame()
4795 if (strlen(in_temp) > 0) in updateFrame()
4796 in_temp[strlen(in_temp)-1] = 0; in updateFrame()
4799 else if (strlen(in_temp) < in_max) in updateFrame()
4802 sprintf(in_temp + strlen(in_temp), "%c", sjoy.last_unicode); in updateFrame()
4807 Say(in_temp,260,200); in updateFrame()
4845 strcpy(in_temp,in_default); in updateFrame()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/docs/libcurl/opts/
H A DMakefile.am56 rm -f in_temp
57 @(for a in $(man_MANS); do echo $$a >>in_temp; done)
58 sort in_temp > in_makefile
61 rm in_temp in_directory in_makefile
/dports/graphics/photoflow/PhotoFlow-8472024f/src/base/
H A Doperation.cc381 std::vector<VipsImage*> in_temp; in build_many_internal() local
386 std::vector<VipsImage*>* in_ptr = in_temp.empty() ? &in : &in_temp; in build_many_internal()
406 in_temp = in_temp2; in build_many_internal()
410 if( in_temp.empty() ) in build_many_internal()
413 result = build_many( in_temp, first, imap, omap, level ); in build_many_internal()
418 if( in_temp.empty() ) in build_many_internal()
421 fill_image_hierarchy( in_temp, imap, omap, result ); in build_many_internal()
467 std::vector<VipsImage*>* in_ptr = in_temp.empty() ? &in : &in_temp; in build_many_internal()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/docs/libcurl/opts/
H A DMakefile.am56 rm -f in_temp
57 @(for a in $(man_MANS); do echo $$a >>in_temp; done)
58 sort in_temp > in_makefile
61 rm in_temp in_directory in_makefile
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/hwmon/
H A Dlm85.c1453 u8 in_temp, fan; in lm85_is_fake() local
1456 in_temp = i2c_smbus_read_byte_data(client, 0x20 + i); in lm85_is_fake()
1458 if (in_temp != 0x00 || fan != 0xff) in lm85_is_fake()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/iio/addac/
H A Dadt7316.c1195 static IIO_DEVICE_ATTR(in_temp, 0444, adt7316_show_in_temp, NULL, 0);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/hwmon/
H A Dlm85.c1453 u8 in_temp, fan; in lm85_is_fake() local
1456 in_temp = i2c_smbus_read_byte_data(client, 0x20 + i); in lm85_is_fake()
1458 if (in_temp != 0x00 || fan != 0xff) in lm85_is_fake()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/iio/addac/
H A Dadt7316.c1195 static IIO_DEVICE_ATTR(in_temp, 0444, adt7316_show_in_temp, NULL, 0);
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/hwmon/
H A Dlm85.c1453 u8 in_temp, fan; in lm85_is_fake() local
1456 in_temp = i2c_smbus_read_byte_data(client, 0x20 + i); in lm85_is_fake()
1458 if (in_temp != 0x00 || fan != 0xff) in lm85_is_fake()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/iio/addac/
H A Dadt7316.c1195 static IIO_DEVICE_ATTR(in_temp, 0444, adt7316_show_in_temp, NULL, 0);
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/docs/libcurl/opts/
H A DMakefile.am56 rm -f in_temp
57 @(for a in $(man_MANS); do echo $$a >>in_temp; done)
58 sort in_temp > in_makefile
61 rm in_temp in_directory in_makefile
/dports/science/dlib-cpp/dlib-19.22/dlib/queue/
H A Dqueue_kernel_1.h363 node* in_temp = in; in swap() local
375 item.in = in_temp; in swap()
/dports/science/py-dlib/dlib-19.22/dlib/queue/
H A Dqueue_kernel_1.h363 node* in_temp = in; in swap() local
375 item.in = in_temp; in swap()

12