Home
last modified time | relevance | path

Searched refs:temp_diff (Results 1 – 25 of 126) sorted by relevance

123456

/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DRayMatrixAlgorithm.tpp139 IndexSet temp_diff(num_cols);
361 IndexSet temp_diff(num_cols);
442 if (temp_diff.power_of_2())
507 if (temp_diff.power_of_2())
636 IndexSet temp_diff(num_cols);
730 if (temp_diff.power_of_2())
745 if (temp_diff.power_of_2())
798 if (temp_diff.power_of_2())
850 IndexSet& temp_diff,
854 int n = temp_diff.count();
[all …]
H A DRaySupportAlgorithm.tpp136 IndexSet temp_diff(num_cols);
214 if (temp_diff.power_of_2())
333 IndexSet temp_diff(num_cols);
415 if (temp_diff.power_of_2())
552 IndexSet temp_diff(num_cols);
633 if (temp_diff.power_of_2())
775 IndexSet temp_diff(num_cols);
870 if (temp_diff.power_of_2())
884 if (temp_diff.power_of_2())
1033 IndexSet temp_diff(num_cols);
[all …]
H A DCircuitMatrixAlgorithm.h61 IndexSet& temp_diff,
H A DRayMatrixAlgorithm.h83 IndexSet& temp_diff,
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/ns/
H A Dupdate.c439 dns_diff_t temp_diff; in do_one_tuple() local
445 dns_diff_init(diff->mctx, &temp_diff); in do_one_tuple()
1722 dns_diff_t temp_diff; in remove_orphaned_ds() local
1724 dns_diff_init(diff->mctx, &temp_diff); in remove_orphaned_ds()
2093 dns_diff_t temp_diff; in add_nsec3param_records() local
2348 dns_diff_clear(&temp_diff); in add_nsec3param_records()
2355 dns_diff_t temp_diff; in rollback_private() local
2366 dns_diff_init(mctx, &temp_diff); in rollback_private()
2406 dns_diff_clear(&temp_diff); in rollback_private()
2426 dns_diff_t temp_diff; in add_signing_records() local
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/ns/
H A Dupdate.c434 dns_diff_t temp_diff; in do_one_tuple() local
440 dns_diff_init(diff->mctx, &temp_diff); in do_one_tuple()
1704 dns_diff_t temp_diff; in remove_orphaned_ds() local
1706 dns_diff_init(diff->mctx, &temp_diff); in remove_orphaned_ds()
2075 dns_diff_t temp_diff; in add_nsec3param_records() local
2330 dns_diff_clear(&temp_diff); in add_nsec3param_records()
2337 dns_diff_t temp_diff; in rollback_private() local
2348 dns_diff_init(mctx, &temp_diff); in rollback_private()
2388 dns_diff_clear(&temp_diff); in rollback_private()
2408 dns_diff_t temp_diff; in add_signing_records() local
[all …]
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dupdate.c428 dns_diff_t temp_diff; in do_one_tuple() local
434 dns_diff_init(diff->mctx, &temp_diff); in do_one_tuple()
1671 dns_diff_t temp_diff; in remove_orphaned_ds() local
1673 dns_diff_init(diff->mctx, &temp_diff); in remove_orphaned_ds()
2019 dns_diff_t temp_diff; in add_nsec3param_records() local
2274 dns_diff_clear(&temp_diff); in add_nsec3param_records()
2282 dns_diff_t temp_diff; in rollback_private() local
2292 dns_diff_init(mctx, &temp_diff); in rollback_private()
2333 dns_diff_clear(&temp_diff); in rollback_private()
2354 dns_diff_t temp_diff; in add_signing_records() local
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/ns/
H A Dupdate.c432 dns_diff_t temp_diff; in do_one_tuple() local
438 dns_diff_init(diff->mctx, &temp_diff); in do_one_tuple()
1693 dns_diff_t temp_diff; in remove_orphaned_ds() local
1695 dns_diff_init(diff->mctx, &temp_diff); in remove_orphaned_ds()
2067 dns_diff_t temp_diff; in add_nsec3param_records() local
2322 dns_diff_clear(&temp_diff); in add_nsec3param_records()
2329 dns_diff_t temp_diff; in rollback_private() local
2340 dns_diff_init(mctx, &temp_diff); in rollback_private()
2380 dns_diff_clear(&temp_diff); in rollback_private()
2400 dns_diff_t temp_diff; in add_signing_records() local
[all …]
/dports/dns/bind916/bind-9.16.27/lib/ns/
H A Dupdate.c434 dns_diff_t temp_diff; in do_one_tuple() local
440 dns_diff_init(diff->mctx, &temp_diff); in do_one_tuple()
1704 dns_diff_t temp_diff; in remove_orphaned_ds() local
1706 dns_diff_init(diff->mctx, &temp_diff); in remove_orphaned_ds()
2075 dns_diff_t temp_diff; in add_nsec3param_records() local
2330 dns_diff_clear(&temp_diff); in add_nsec3param_records()
2337 dns_diff_t temp_diff; in rollback_private() local
2348 dns_diff_init(mctx, &temp_diff); in rollback_private()
2388 dns_diff_clear(&temp_diff); in rollback_private()
2408 dns_diff_t temp_diff; in add_signing_records() local
[all …]
/dports/games/pengpong/pengpong-0.3_13/
H A Dfiles.h67 int temp_diff; in read_config_file() local
68 temp_diff = atoi(temp_string2); in read_config_file()
69 difficult = temp_diff; in read_config_file()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1633 int temp_diff; in il4965_is_temp_calib_needed() local
1640 temp_diff = il->temperature - il->last_temperature; in il4965_is_temp_calib_needed()
1643 if (temp_diff < 0) { in il4965_is_temp_calib_needed()
1644 D_POWER("Getting cooler, delta %d\n", temp_diff); in il4965_is_temp_calib_needed()
1645 temp_diff = -temp_diff; in il4965_is_temp_calib_needed()
1646 } else if (temp_diff == 0) in il4965_is_temp_calib_needed()
1649 D_POWER("Getting warmer, delta %d\n", temp_diff); in il4965_is_temp_calib_needed()
1651 if (temp_diff < IL_TEMPERATURE_THRESHOLD) { in il4965_is_temp_calib_needed()
H A D3945.c1108 int temp_diff; in il3945_is_temp_calib_needed() local
1111 temp_diff = il->temperature - il->last_temperature; in il3945_is_temp_calib_needed()
1114 if (temp_diff < 0) { in il3945_is_temp_calib_needed()
1115 D_POWER("Getting cooler, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed()
1116 temp_diff = -temp_diff; in il3945_is_temp_calib_needed()
1117 } else if (temp_diff == 0) in il3945_is_temp_calib_needed()
1120 D_POWER("Getting warmer, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed()
1123 if (temp_diff < IL_TEMPERATURE_LIMIT_TIMER) { in il3945_is_temp_calib_needed()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1633 int temp_diff; in il4965_is_temp_calib_needed() local
1640 temp_diff = il->temperature - il->last_temperature; in il4965_is_temp_calib_needed()
1643 if (temp_diff < 0) { in il4965_is_temp_calib_needed()
1644 D_POWER("Getting cooler, delta %d\n", temp_diff); in il4965_is_temp_calib_needed()
1645 temp_diff = -temp_diff; in il4965_is_temp_calib_needed()
1646 } else if (temp_diff == 0) in il4965_is_temp_calib_needed()
1649 D_POWER("Getting warmer, delta %d\n", temp_diff); in il4965_is_temp_calib_needed()
1651 if (temp_diff < IL_TEMPERATURE_THRESHOLD) { in il4965_is_temp_calib_needed()
H A D3945.c1108 int temp_diff; in il3945_is_temp_calib_needed() local
1111 temp_diff = il->temperature - il->last_temperature; in il3945_is_temp_calib_needed()
1114 if (temp_diff < 0) { in il3945_is_temp_calib_needed()
1115 D_POWER("Getting cooler, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed()
1116 temp_diff = -temp_diff; in il3945_is_temp_calib_needed()
1117 } else if (temp_diff == 0) in il3945_is_temp_calib_needed()
1120 D_POWER("Getting warmer, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed()
1123 if (temp_diff < IL_TEMPERATURE_LIMIT_TIMER) { in il3945_is_temp_calib_needed()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/iwlegacy/
H A D4965.c1633 int temp_diff; in il4965_is_temp_calib_needed() local
1640 temp_diff = il->temperature - il->last_temperature; in il4965_is_temp_calib_needed()
1643 if (temp_diff < 0) { in il4965_is_temp_calib_needed()
1644 D_POWER("Getting cooler, delta %d\n", temp_diff); in il4965_is_temp_calib_needed()
1645 temp_diff = -temp_diff; in il4965_is_temp_calib_needed()
1646 } else if (temp_diff == 0) in il4965_is_temp_calib_needed()
1649 D_POWER("Getting warmer, delta %d\n", temp_diff); in il4965_is_temp_calib_needed()
1651 if (temp_diff < IL_TEMPERATURE_THRESHOLD) { in il4965_is_temp_calib_needed()
H A D3945.c1108 int temp_diff; in il3945_is_temp_calib_needed() local
1111 temp_diff = il->temperature - il->last_temperature; in il3945_is_temp_calib_needed()
1114 if (temp_diff < 0) { in il3945_is_temp_calib_needed()
1115 D_POWER("Getting cooler, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed()
1116 temp_diff = -temp_diff; in il3945_is_temp_calib_needed()
1117 } else if (temp_diff == 0) in il3945_is_temp_calib_needed()
1120 D_POWER("Getting warmer, delta %d,\n", temp_diff); in il3945_is_temp_calib_needed()
1123 if (temp_diff < IL_TEMPERATURE_LIMIT_TIMER) { in il3945_is_temp_calib_needed()
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/power/
H A Dcharger-manager.h188 int temp_diff; member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/power/
H A Dcharger-manager.h188 int temp_diff; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/power/
H A Dcharger-manager.h188 int temp_diff; member
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbRateDistortionCost.c91 MV temp_diff = {mv->row - ref->row, mv->col - ref->col}; in svt_av1_mv_bit_cost() local
92 temp_diff.row = MAX(temp_diff.row, MV_LOW); in svt_av1_mv_bit_cost()
93 temp_diff.row = MIN(temp_diff.row, MV_UPP); in svt_av1_mv_bit_cost()
94 temp_diff.col = MAX(temp_diff.col, MV_LOW); in svt_av1_mv_bit_cost()
95 temp_diff.col = MIN(temp_diff.col, MV_UPP); in svt_av1_mv_bit_cost()
97 const MV diff = temp_diff; in svt_av1_mv_bit_cost()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbRateDistortionCost.c91 MV temp_diff = {mv->row - ref->row, mv->col - ref->col}; in svt_av1_mv_bit_cost() local
92 temp_diff.row = MAX(temp_diff.row, MV_LOW); in svt_av1_mv_bit_cost()
93 temp_diff.row = MIN(temp_diff.row, MV_UPP); in svt_av1_mv_bit_cost()
94 temp_diff.col = MAX(temp_diff.col, MV_LOW); in svt_av1_mv_bit_cost()
95 temp_diff.col = MIN(temp_diff.col, MV_UPP); in svt_av1_mv_bit_cost()
97 const MV diff = temp_diff; in svt_av1_mv_bit_cost()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/power/supply/
H A Dcharger-manager.c547 upper_limit -= desc->temp_diff; in cm_check_thermal_status()
548 lower_limit += desc->temp_diff; in cm_check_thermal_status()
1269 if (!desc->temp_diff) in cm_init_thermal_data()
1270 desc->temp_diff = CM_DEFAULT_RECHARGE_TEMP_DIFF; in cm_init_thermal_data()
1339 of_property_read_u32(np, "cm-battery-temp-diff", &desc->temp_diff); in of_cm_parse_desc()
H A Dpower_supply_core.c830 int best_temp_diff = INT_MAX, temp_diff; in power_supply_find_ocv2cap_table() local
837 temp_diff = abs(info->ocv_temp[i] - temp); in power_supply_find_ocv2cap_table()
839 if (temp_diff < best_temp_diff) { in power_supply_find_ocv2cap_table()
840 best_temp_diff = temp_diff; in power_supply_find_ocv2cap_table()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/power/supply/
H A Dcharger-manager.c547 upper_limit -= desc->temp_diff; in cm_check_thermal_status()
548 lower_limit += desc->temp_diff; in cm_check_thermal_status()
1269 if (!desc->temp_diff) in cm_init_thermal_data()
1270 desc->temp_diff = CM_DEFAULT_RECHARGE_TEMP_DIFF; in cm_init_thermal_data()
1339 of_property_read_u32(np, "cm-battery-temp-diff", &desc->temp_diff); in of_cm_parse_desc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/power/supply/
H A Dcharger-manager.c547 upper_limit -= desc->temp_diff; in cm_check_thermal_status()
548 lower_limit += desc->temp_diff; in cm_check_thermal_status()
1269 if (!desc->temp_diff) in cm_init_thermal_data()
1270 desc->temp_diff = CM_DEFAULT_RECHARGE_TEMP_DIFF; in cm_init_thermal_data()
1339 of_property_read_u32(np, "cm-battery-temp-diff", &desc->temp_diff); in of_cm_parse_desc()

123456