Home
last modified time | relevance | path

Searched refs:frn (Results 1 – 25 of 273) sorted by relevance

1234567891011

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dsubmap.cpp20 std::swap( frn[p1.x][p1.y], frn[p2.x][p2.y] ); in swap_soa_tile()
31 std::uninitialized_fill_n( &frn[0][0], elements, f_null ); in submap()
108 if( frn[p.x][p.y].obj().has_flag( "SIGN" ) ) { in has_signage()
116 if( frn[p.x][p.y].obj().has_flag( "SIGN" ) ) { in get_signage()
151 if( frn[x][y] == furn_str_id( "f_console" ) ) { in update_legacy_computer()
162 return computers.find( p ) != computers.end() || ( legacy_computer && frn[p.x][p.y] in has_computer()
174 if( legacy_computer && frn[p.x][p.y] == furn_str_id( "f_console" ) ) { in get_computer()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dsubmap.cpp20 std::swap( frn[p1.x][p1.y], frn[p2.x][p2.y] ); in swap_soa_tile()
31 std::uninitialized_fill_n( &frn[0][0], elements, f_null ); in submap()
108 if( frn[p.x][p.y].obj().has_flag( "SIGN" ) ) { in has_signage()
116 if( frn[p.x][p.y].obj().has_flag( "SIGN" ) ) { in get_signage()
151 if( frn[x][y] == furn_str_id( "f_console" ) ) { in update_legacy_computer()
162 return computers.find( p ) != computers.end() || ( legacy_computer && frn[p.x][p.y] in has_computer()
174 if( legacy_computer && frn[p.x][p.y] == furn_str_id( "f_console" ) ) { in get_computer()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/adplug/adplug/
H A Dadlibemu.c204 long frn, oct, toff; in cellon() local
207 frn = ((((long)adlibreg[i+0xb0])&3)<<8) + (long)adlibreg[i+0xa0]; in cellon()
209 toff = (oct<<1) + ((frn>>9)&((frn>>8)|(((adlibreg[8]>>6)&1)^1))); in cellon()
223 c->tinc = (float)(frn<<oct)*nfrqmul[adlibreg[j+0x20]&15]; in cellon()
225 (float)kslmul[adlibreg[j+0x40]>>6]*ksl[oct][frn>>6]) * -.125 - 14); in cellon()
236 long frn, oct; in cellfreq() local
238 frn = ((((long)adlibreg[i+0xb0])&3)<<8) + (long)adlibreg[i+0xa0]; in cellfreq()
241 c->tinc = (float)(frn<<oct)*nfrqmul[adlibreg[j+0x20]&15]; in cellfreq()
243 (float)kslmul[adlibreg[j+0x40]>>6]*ksl[oct][frn>>6]) * -.125 - 14); in cellfreq()
249 long i, j, frn, oct; in adlibinit() local
[all …]
/dports/audio/libadplug/adplug-adplug-2.3.3/src/
H A Dadlibemu.c204 long frn, oct, toff; in cellon() local
207 frn = ((((long)adlibreg[i+0xb0])&3)<<8) + (long)adlibreg[i+0xa0]; in cellon()
209 toff = (oct<<1) + ((frn>>9)&((frn>>8)|(((adlibreg[8]>>6)&1)^1))); in cellon()
223 c->tinc = (float)(frn<<oct)*nfrqmul[adlibreg[j+0x20]&15]; in cellon()
225 (float)kslmul[adlibreg[j+0x40]>>6]*ksl[oct][frn>>6]) * -.125 - 14); in cellon()
236 long frn, oct; in cellfreq() local
238 frn = ((((long)adlibreg[i+0xb0])&3)<<8) + (long)adlibreg[i+0xa0]; in cellfreq()
241 c->tinc = (float)(frn<<oct)*nfrqmul[adlibreg[j+0x20]&15]; in cellfreq()
243 (float)kslmul[adlibreg[j+0x40]>>6]*ksl[oct][frn>>6]) * -.125 - 14); in cellfreq()
249 long i, j, frn, oct; in adlibinit() local
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/util/cmake/ctd/
H A Dmime.types1 … faa.bz2 ffn ffn.bgzf ffn.gz ffn.bz2 fna fna.bgzf fna.gz fna.bz2 frn frn.bgzf frn.gz frn.bz2 embl …
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/faust/
H A Dcrybaby.dsp15 frn = fr/ma.SR; // Normalized fi.pole frequency (cycles per sample)
16 R = 1 - ma.PI*frn/Q; // fi.pole radius
17 theta = 2*ma.PI*frn; // fi.pole angle
/dports/audio/guitarix-lv2/guitarix-0.43.1/tools/
H A Ddunwah1.py167 frn = theta / (2*pi)
168 Q[i] = (pi * frn) / (1 - R)
273 frn = theta / (2*pi)
274 Q[i] = (pi * frn) / (1 - R)
276 print('Pole frequency = %f Hz' % (frn * fs))
291 frn = a1/(2*pi)
302 frn = theta / (2*pi)
303 bq = (pi * frn) / (1 - R)
304 print('Pole frequency = %f Hz' % (frn * fs))
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/faust/
H A Dcrybaby.dsp15 frn = fr/ma.SR; // Normalized fi.pole frequency (cycles per sample)
16 R = 1 - ma.PI*frn/Q; // fi.pole radius
17 theta = 2*ma.PI*frn; // fi.pole angle
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/xml/xpath/
H A DEqualityExpr.java140 boolean frn = right instanceof Double; in evaluateImpl()
141 if ((flns && frn) || (frns && fln)) in evaluateImpl()
234 if (fln || frn) in evaluateImpl()
238 double rn = frn ? ((Double) right).doubleValue() : in evaluateImpl()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/xml/xpath/
H A DEqualityExpr.java140 boolean frn = right instanceof Double; in evaluateImpl()
141 if ((flns && frn) || (frns && fln)) in evaluateImpl()
234 if (fln || frn) in evaluateImpl()
238 double rn = frn ? ((Double) right).doubleValue() : in evaluateImpl()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/xml/xpath/
H A DEqualityExpr.java140 boolean frn = right instanceof Double; in evaluateImpl()
141 if ((flns && frn) || (frns && fln)) in evaluateImpl()
234 if (fln || frn) in evaluateImpl()
238 double rn = frn ? ((Double) right).doubleValue() : in evaluateImpl()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/xml/xpath/
H A DEqualityExpr.java140 boolean frn = right instanceof Double; in evaluateImpl()
141 if ((flns && frn) || (frns && fln)) in evaluateImpl()
234 if (fln || frn) in evaluateImpl()
238 double rn = frn ? ((Double) right).doubleValue() : in evaluateImpl()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/xml/xpath/
H A DEqualityExpr.java140 boolean frn = right instanceof Double; in evaluateImpl()
141 if ((flns && frn) || (frns && fln)) in evaluateImpl()
234 if (fln || frn) in evaluateImpl()
238 double rn = frn ? ((Double) right).doubleValue() : in evaluateImpl()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/xml/xpath/
H A DEqualityExpr.java138 boolean frn = right instanceof Double; in evaluateImpl()
139 if ((flns && frn) || (frns && fln)) in evaluateImpl()
228 if (fln || frn) in evaluateImpl()
232 double rn = frn ? ((Double) right).doubleValue() : in evaluateImpl()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dtranslate-vfp.inc.c222 TCGv_i64 frn, frm, dest; in trans_VSEL() local
227 frn = tcg_temp_new_i64(); in trans_VSEL()
239 neon_load_reg64(frn, rn); in trans_VSEL()
268 tcg_temp_free_i64(frn); in trans_VSEL()
278 TCGv_i32 frn, frm, dest; in trans_VSEL() local
283 frn = tcg_temp_new_i32(); in trans_VSEL()
315 tcg_temp_free_i32(frn); in trans_VSEL()
357 TCGv_i64 frn, frm, dest; in trans_VMINMAXNM() local
371 tcg_temp_free_i64(frn); in trans_VMINMAXNM()
375 TCGv_i32 frn, frm, dest; in trans_VMINMAXNM() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dtranslate-vfp.inc.c222 TCGv_i64 frn, frm, dest; in trans_VSEL() local
227 frn = tcg_temp_new_i64(); in trans_VSEL()
239 neon_load_reg64(frn, rn); in trans_VSEL()
268 tcg_temp_free_i64(frn); in trans_VSEL()
278 TCGv_i32 frn, frm, dest; in trans_VSEL() local
283 frn = tcg_temp_new_i32(); in trans_VSEL()
315 tcg_temp_free_i32(frn); in trans_VSEL()
357 TCGv_i64 frn, frm, dest; in trans_VMINMAXNM() local
371 tcg_temp_free_i64(frn); in trans_VMINMAXNM()
375 TCGv_i32 frn, frm, dest; in trans_VMINMAXNM() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Dfib_frontend.c1324 .flowi4_mark = frn->fl_mark, in nl_fib_lookup()
1325 .daddr = frn->fl_addr, in nl_fib_lookup()
1326 .flowi4_tos = frn->fl_tos, in nl_fib_lookup()
1335 frn->err = -ENOENT; in nl_fib_lookup()
1339 frn->tb_id = tb->tb_id; in nl_fib_lookup()
1342 if (!frn->err) { in nl_fib_lookup()
1344 frn->nh_sel = res.nh_sel; in nl_fib_lookup()
1345 frn->type = res.type; in nl_fib_lookup()
1346 frn->scope = res.scope; in nl_fib_lookup()
1357 struct fib_result_nl *frn; in nl_fib_input() local
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv4/
H A Dfib_frontend.c1324 .flowi4_mark = frn->fl_mark, in nl_fib_lookup()
1325 .daddr = frn->fl_addr, in nl_fib_lookup()
1326 .flowi4_tos = frn->fl_tos, in nl_fib_lookup()
1335 frn->err = -ENOENT; in nl_fib_lookup()
1339 frn->tb_id = tb->tb_id; in nl_fib_lookup()
1342 if (!frn->err) { in nl_fib_lookup()
1344 frn->nh_sel = res.nh_sel; in nl_fib_lookup()
1345 frn->type = res.type; in nl_fib_lookup()
1346 frn->scope = res.scope; in nl_fib_lookup()
1357 struct fib_result_nl *frn; in nl_fib_input() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv4/
H A Dfib_frontend.c1324 .flowi4_mark = frn->fl_mark, in nl_fib_lookup()
1325 .daddr = frn->fl_addr, in nl_fib_lookup()
1326 .flowi4_tos = frn->fl_tos, in nl_fib_lookup()
1335 frn->err = -ENOENT; in nl_fib_lookup()
1339 frn->tb_id = tb->tb_id; in nl_fib_lookup()
1342 if (!frn->err) { in nl_fib_lookup()
1344 frn->nh_sel = res.nh_sel; in nl_fib_lookup()
1345 frn->type = res.type; in nl_fib_lookup()
1346 frn->scope = res.scope; in nl_fib_lookup()
1357 struct fib_result_nl *frn; in nl_fib_input() local
[all …]
/dports/devel/binutils/binutils-2.37/cpu/
H A Dsh64-compact.cpu696 "flds $frn"
698 (set fpul frn))
702 "fldi0 $frn"
708 "fldi1 $frn"
724 (set frn (c-call SF "sh64_fmacs" (reg h-frc 0) frm frn)))
736 (set frn frm)
739 (if (extd frn)
742 (if (extd frn)
754 (if (extd frn)
769 (if (extd frn)
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/cpu/
H A Dsh64-compact.cpu696 "flds $frn"
698 (set fpul frn))
702 "fldi0 $frn"
708 "fldi1 $frn"
724 (set frn (c-call SF "sh64_fmacs" (reg h-frc 0) frm frn)))
736 (set frn frm)
739 (if (extd frn)
742 (if (extd frn)
754 (if (extd frn)
769 (if (extd frn)
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/cpu/
H A Dsh64-compact.cpu696 "flds $frn"
698 (set fpul frn))
702 "fldi0 $frn"
708 "fldi1 $frn"
724 (set frn (c-call SF "sh64_fmacs" (reg h-frc 0) frm frn)))
736 (set frn frm)
739 (if (extd frn)
742 (if (extd frn)
754 (if (extd frn)
769 (if (extd frn)
[all …]
/dports/devel/gnulibiberty/binutils-2.37/cpu/
H A Dsh64-compact.cpu696 "flds $frn"
698 (set fpul frn))
702 "fldi0 $frn"
708 "fldi1 $frn"
724 (set frn (c-call SF "sh64_fmacs" (reg h-frc 0) frm frn)))
736 (set frn frm)
739 (if (extd frn)
742 (if (extd frn)
754 (if (extd frn)
769 (if (extd frn)
[all …]
/dports/lang/gnatdroid-binutils/binutils-2.27/cpu/
H A Dsh64-compact.cpu696 "flds $frn"
698 (set fpul frn))
702 "fldi0 $frn"
708 "fldi1 $frn"
724 (set frn (c-call SF "sh64_fmacs" (reg h-frc 0) frm frn)))
736 (set frn frm)
739 (if (extd frn)
742 (if (extd frn)
754 (if (extd frn)
769 (if (extd frn)
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/cgen/cpu/
H A Dsh64-compact.cpu696 "flds $frn"
698 (set fpul frn))
702 "fldi0 $frn"
708 "fldi1 $frn"
724 (set frn (c-call SF "sh64_fmacs" (reg h-frc 0) frm frn)))
736 (set frn frm)
739 (if (extd frn)
742 (if (extd frn)
754 (if (extd frn)
769 (if (extd frn)
[all …]

1234567891011