Home
last modified time | relevance | path

Searched refs:true_loc (Results 1 – 24 of 24) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgrl/
H A Drgrl_trans_rad_dis_homo2d.cxx91 distort( vnl_double_2& dis_loc, vnl_double_2 const& true_loc, double k1 ) in distort() argument
93 const double c = 1 + k1 * true_loc.squared_magnitude(); in distort()
94 dis_loc = c * true_loc; in distort()
105 true_loc = dis_loc;
113 distort_wrt_k1( vnl_double_2& jac_k1, vnl_double_2 const& true_loc ) in distort_wrt_k1() argument
115 const double c = true_loc.squared_magnitude(); in distort_wrt_k1()
116 jac_k1 = c * true_loc; in distort_wrt_k1()
126 const double c = 1 + k1 * true_loc.squared_magnitude(); in distort_wrt_loc()
128 jac_loc(0,0) = c + 2*k1*vnl_math::sqr(true_loc[0]); in distort_wrt_loc()
129 jac_loc(1,1) = c + 2*k1*vnl_math::sqr(true_loc[1]); in distort_wrt_loc()
[all …]
H A Drgrl_est_dis_homo2d_lm.cxx123 distort( vnl_double_2& dis_loc, vnl_double_2 const& true_loc, double k1 ) in distort() argument
125 const double c = 1 + k1 * true_loc.squared_magnitude(); in distort()
126 dis_loc = c * true_loc; in distort()
133 distort_wrt_k1( vnl_double_2& jac_k1, vnl_double_2 const& true_loc ) in distort_wrt_k1() argument
135 const double c = true_loc.squared_magnitude(); in distort_wrt_k1()
136 jac_k1 = c * true_loc; in distort_wrt_k1()
144 distort_wrt_loc( vnl_double_2x2& jac_loc, vnl_double_2 const& true_loc, double k1 ) in distort_wrt_loc() argument
146 const double c = 1 + k1 * true_loc.squared_magnitude(); in distort_wrt_loc()
148 jac_loc(0,0) = c + 2*k1*vnl_math::sqr(true_loc[0]); in distort_wrt_loc()
149 jac_loc(1,1) = c + 2*k1*vnl_math::sqr(true_loc[1]); in distort_wrt_loc()
[all …]
/dports/net-im/profanity/profanity-0.11.1/src/
H A Dcommon.c286 char* true_loc = NULL; in get_file_or_linked() local
290 true_loc = g_file_read_link(loc, NULL); in get_file_or_linked()
293 if (!g_str_has_prefix(true_loc, "/") && !g_str_has_prefix(true_loc, "~")) { in get_file_or_linked()
296 g_string_append(base_str, true_loc); in get_file_or_linked()
297 free(true_loc); in get_file_or_linked()
298 true_loc = base_str->str; in get_file_or_linked()
303 true_loc = strdup(loc); in get_file_or_linked()
306 return true_loc; in get_file_or_linked()
/dports/net-im/profanity/profanity-0.11.1/src/plugins/
H A Dsettings.c182 gchar* true_loc = get_file_or_linked(fileloc, base); in _save_settings() local
184 g_file_set_contents(true_loc, g_data, g_data_size, NULL); in _save_settings()
185 free(true_loc); in _save_settings()
/dports/net-im/profanity/profanity-0.11.1/src/xmpp/
H A Dconnection.c724 gchar* true_loc = get_file_or_linked(rndbytes_loc, base); in _random_bytes_init() local
725 g_file_set_contents(true_loc, g_accounts_data, g_data_size, NULL); in _random_bytes_init()
728 free(true_loc); in _random_bytes_init()
/dports/net-im/profanity/profanity-0.11.1/src/config/
H A Daccounts.c969 gchar* true_loc = get_file_or_linked(accounts_loc, base); in _save_accounts() local
970 g_file_set_contents(true_loc, g_accounts_data, g_data_size, NULL); in _save_accounts()
974 free(true_loc); in _save_accounts()
H A Dpreferences.c1780 gchar* true_loc = get_file_or_linked(prefs_loc, base); in _save_prefs() local
1782 g_file_set_contents(true_loc, g_prefs_data, g_data_size, NULL); in _save_prefs()
1786 free(true_loc); in _save_prefs()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c1745 source_location true_loc = 0; in find_node() local
1746 true_loc = true_node->op->location; in find_node()
1751 warning_at (true_loc, in find_node()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgenmatch.c1816 location_t true_loc = 0; in find_node() local
1817 true_loc = true_node->op->location; in find_node()
1822 warning_at (true_loc, in find_node()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dgenmatch.c1806 location_t true_loc = 0; in find_node() local
1807 true_loc = true_node->op->location; in find_node()
1812 warning_at (true_loc, in find_node()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dgenmatch.c1808 location_t true_loc = 0; in find_node() local
1809 true_loc = true_node->op->location; in find_node()
1814 warning_at (true_loc, in find_node()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dgenmatch.c1745 source_location true_loc = 0; in find_node() local
1746 true_loc = true_node->op->location; in find_node()
1751 warning_at (true_loc, in find_node()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dgenmatch.c1812 location_t true_loc = 0; in find_node() local
1813 true_loc = true_node->op->location; in find_node()
1818 warning_at (true_loc, in find_node()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dgenmatch.c1808 location_t true_loc = 0; in find_node() local
1809 true_loc = true_node->op->location; in find_node()
1814 warning_at (true_loc, in find_node()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c1745 source_location true_loc = 0; in find_node() local
1746 true_loc = true_node->op->location; in find_node()
1751 warning_at (true_loc, in find_node()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c1745 source_location true_loc = 0; in find_node() local
1746 true_loc = true_node->op->location; in find_node()
1751 warning_at (true_loc, in find_node()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dgenmatch.c1745 source_location true_loc = 0; in find_node() local
1746 true_loc = true_node->op->location; in find_node()
1751 warning_at (true_loc, in find_node()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dgenmatch.c1812 location_t true_loc = 0; in find_node() local
1813 true_loc = true_node->op->location; in find_node()
1818 warning_at (true_loc, in find_node()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dgenmatch.c1806 location_t true_loc = 0; in find_node() local
1807 true_loc = true_node->op->location; in find_node()
1812 warning_at (true_loc, in find_node()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dgenmatch.c1808 location_t true_loc = 0; in find_node() local
1809 true_loc = true_node->op->location; in find_node()
1814 warning_at (true_loc, in find_node()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dgenmatch.c1806 location_t true_loc = 0; in find_node() local
1807 true_loc = true_node->op->location; in find_node()
1812 warning_at (true_loc, in find_node()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dgenmatch.c1745 source_location true_loc = 0; in find_node() local
1746 true_loc = true_node->op->location; in find_node()
1751 warning_at (true_loc, in find_node()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dgenmatch.c1812 location_t true_loc = 0; in find_node() local
1813 true_loc = true_node->op->location; in find_node()
1818 warning_at (true_loc, in find_node()
/dports/audio/snd/snd-21.2/
H A Ds7.c52232 s7_int true_loc;
52234 true_loc = (loc + 1) * 4 - 1;
52235 code = stack_code(sc->stack, true_loc);
52252 e = stack_let(sc->stack, true_loc);