Home
last modified time | relevance | path

Searched refs:ftoi (Results 1 – 25 of 880) sorted by relevance

12345678910>>...36

/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/rx/
H A Dftoi.d1 #source: ./ftoi.s
10 0: fc 97 00 ftoi r0, r0
11 3: fc 97 0f ftoi r0, r15
12 6: fc 97 f0 ftoi r15, r0
13 9: fc 97 ff ftoi r15, r15
14 c: fc 94 00 ftoi \[r0\]\.l, r0
15 f: fc 94 0f ftoi \[r0\]\.l, r15
16 12: fc 94 f0 ftoi \[r15\]\.l, r0
17 15: fc 94 ff ftoi \[r15\]\.l, r15
18 18: fc 95 00 3f ftoi 252\[r0\]\.l, r0
[all …]
H A Dftoi.sm1 ftoi {reg},{reg}
2 ftoi {mem}.L,{reg}
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/rx/
H A Dftoi.d1 #source: ./ftoi.s
10 0: fc 97 00 ftoi r0, r0
11 3: fc 97 0f ftoi r0, r15
12 6: fc 97 f0 ftoi r15, r0
13 9: fc 97 ff ftoi r15, r15
14 c: fc 94 00 ftoi \[r0\]\.l, r0
15 f: fc 94 0f ftoi \[r0\]\.l, r15
16 12: fc 94 f0 ftoi \[r15\]\.l, r0
17 15: fc 94 ff ftoi \[r15\]\.l, r15
18 18: fc 95 00 3f ftoi 252\[r0\]\.l, r0
[all …]
H A Dftoi.sm1 ftoi {reg},{reg}
2 ftoi {mem}.L,{reg}
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/rx/
H A Dftoi.d1 #source: ./ftoi.s
10 0: fc 97 00 ftoi r0, r0
11 3: fc 97 0f ftoi r0, r15
12 6: fc 97 f0 ftoi r15, r0
13 9: fc 97 ff ftoi r15, r15
14 c: fc 94 00 ftoi \[r0\]\.l, r0
15 f: fc 94 0f ftoi \[r0\]\.l, r15
16 12: fc 94 f0 ftoi \[r15\]\.l, r0
17 15: fc 94 ff ftoi \[r15\]\.l, r15
18 18: fc 95 00 3f ftoi 252\[r0\]\.l, r0
[all …]
H A Dftoi.sm1 ftoi {reg},{reg}
2 ftoi {mem}.L,{reg}
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/rx/
H A Dftoi.d9 0: fc 97 00 ftoi r0, r0
10 3: fc 97 0f ftoi r0, r15
11 6: fc 97 f0 ftoi r15, r0
12 9: fc 97 ff ftoi r15, r15
13 c: fc 94 00 ftoi \[r0\]\.l, r0
14 f: fc 94 0f ftoi \[r0\]\.l, r15
15 12: fc 94 f0 ftoi \[r15\]\.l, r0
16 15: fc 94 ff ftoi \[r15\]\.l, r15
17 18: fc 95 00 3f ftoi 252\[r0\]\.l, r0
18 1c: fc 95 0f 3f ftoi 252\[r0\]\.l, r15
[all …]
H A Dftoi.sm1 ftoi {reg},{reg}
2 ftoi {mem}.L,{reg}
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/rx/
H A Dftoi.d9 0: fc 97 00 ftoi r0, r0
10 3: fc 97 0f ftoi r0, r15
11 6: fc 97 f0 ftoi r15, r0
12 9: fc 97 ff ftoi r15, r15
13 c: fc 94 00 ftoi \[r0\]\.l, r0
14 f: fc 94 0f ftoi \[r0\]\.l, r15
15 12: fc 94 f0 ftoi \[r15\]\.l, r0
16 15: fc 94 ff ftoi \[r15\]\.l, r15
17 18: fc 95 00 3f ftoi 252\[r0\]\.l, r0
18 1c: fc 95 0f 3f ftoi 252\[r0\]\.l, r15
[all …]
H A Dftoi.sm1 ftoi {reg},{reg}
2 ftoi {mem}.L,{reg}
/dports/games/vavoom/vavoom-1.33/progs/common/uibase/
H A DHUDMessage.vc102 int IntPart = ftoi(MsgX);
103 int FracPart = ftoi(fabs(MsgX - itof(IntPart)) * 10.0 + 0.5);
147 x = ftoi(itof(Width - MsgWidth) * MsgX);
151 x = ftoi(itof(Width) * -MsgX);
155 y = ftoi(itof(Height - MsgHeight) * MsgY);
159 y = ftoi(itof(Height) * -MsgY);
164 int IntPart = ftoi(MsgX);
165 int FracPart = ftoi(fabs(MsgX - itof(IntPart)) * 10.0 + 0.5);
179 IntPart = ftoi(MsgY);
180 FracPart = ftoi(fabs(MsgY - itof(IntPart)) * 10.0 + 0.5);
/dports/audio/deadbeef/deadbeef-0.7.2/
H A Dfastftoi.h83 static inline int ftoi(double f){ /* yes, double! Otherwise, in ftoi() function
100 static __inline int ftoi(double f){ in ftoi() function
127 static __inline int ftoi(double f){ in ftoi() function
146 static int ftoi(double f){ in ftoi() function
/dports/audio/deadbeef-musical-spectrum-plugin/ddb_musical_spectrum-353870a/
H A Dfastftoi.h83 static inline int ftoi(double f){ /* yes, double! Otherwise, in ftoi() function
100 static __inline int ftoi(double f){ in ftoi() function
127 static __inline int ftoi(double f){ in ftoi() function
146 static int ftoi(double f){ in ftoi() function
/dports/audio/deadbeef-vu-meter-plugin/ddb_vu_meter-940d8d7/
H A Dfastftoi.h83 static inline int ftoi(double f){ /* yes, double! Otherwise, in ftoi() function
100 static __inline int ftoi(double f){ in ftoi() function
127 static __inline int ftoi(double f){ in ftoi() function
146 static int ftoi(double f){ in ftoi() function
/dports/audio/deadbeef-playback-status-plugin/ddb_playback_status-fce1de0/
H A Dfastftoi.h83 static inline int ftoi(double f){ /* yes, double! Otherwise, in ftoi() function
100 static __inline int ftoi(double f){ in ftoi() function
127 static __inline int ftoi(double f){ in ftoi() function
146 static int ftoi(double f){ in ftoi() function
/dports/audio/deadbeef-spectrogram-plugin/ddb_spectrogram-8d1b371/
H A Dfastftoi.h83 static inline int ftoi(double f){ /* yes, double! Otherwise, in ftoi() function
100 static __inline int ftoi(double f){ in ftoi() function
127 static __inline int ftoi(double f){ in ftoi() function
146 static int ftoi(double f){ in ftoi() function
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/tcg/tricore/
H A Dtest_ftoi.S5 TEST_D_D_PSW(ftoi, 1, 0x0, 0x84000b80, 0x05f6e605)
6 TEST_D_D_PSW(ftoi, 2, 0x0, 0x04000b80, 0x00012200)
7 TEST_D_D_PSW(ftoi, 3, 0x0, 0xc4000b80, 0xffffffff)
/dports/emulators/qemu/qemu-6.2.0/tests/tcg/tricore/
H A Dtest_ftoi.S5 TEST_D_D_PSW(ftoi, 1, 0x0, 0x84000b80, 0x05f6e605)
6 TEST_D_D_PSW(ftoi, 2, 0x0, 0x04000b80, 0x00012200)
7 TEST_D_D_PSW(ftoi, 3, 0x0, 0xc4000b80, 0xffffffff)
/dports/games/vavoom/vavoom-1.33/progs/heretic/cgame/
H A DMenuScreenPlayerSetup.vc110 int Col = RGBA(ftoi(r * 255.0), ftoi(g * 255.0), ftoi(b * 255.0), 255);
112 SetCvarS('colour', va("%x %x %x", ftoi(r * 255.0), ftoi(g * 255.0),
113 ftoi(b * 255.0)));
/dports/games/vavoom/vavoom-1.33/progs/strife/cgame/
H A DMenuScreenPlayerSetup.vc110 int Col = RGBA(ftoi(r * 255.0), ftoi(g * 255.0), ftoi(b * 255.0), 255);
112 SetCvarS('colour', va("%x %x %x", ftoi(r * 255.0), ftoi(g * 255.0),
113 ftoi(b * 255.0)));
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/
H A Dinteger.cpp93 value_ = ftoi( d.value_ ); in INTEGER_IMPL()
100 value_ = ftoi( d.getNumber() ); in INTEGER_IMPL()
107 value_ = ftoi( f.getNumber() ); in INTEGER_IMPL()
134 value_ = ftoi( d.value_ ); in INTEGER_IMPL()
142 value_ = ftoi( d.getNumber() ); in INTEGER_IMPL()
150 value_ = ftoi( f.getNumber() ); in INTEGER_IMPL()
209 return IntegerImpl::ftoi( i.value_ / temp ); \
214 return IntegerImpl::ftoi( temp / i.value_ ); \
248 value_ = ftoi( value_ / temp ); \
358 typename INTEGER_IMPL(T)::value_type INTEGER_IMPL(T)::ftoi( MAPM const &d ) { in TEMPLATE_DECL()
/dports/games/vavoom/vavoom-1.33/progs/doom/cgame/
H A DMenuScreenPlayerSetup.vc132 int Col = RGBA(ftoi(r * 255.0), ftoi(g * 255.0), ftoi(b * 255.0), 255);
134 SetCvarS('colour', va("%x %x %x", ftoi(r * 255.0), ftoi(g * 255.0),
135 ftoi(b * 255.0)));
/dports/games/vavoom/vavoom-1.33/progs/hexen/cgame/
H A DMenuScreenPlayerSetup.vc129 int Col = RGBA(ftoi(r * 255.0), ftoi(g * 255.0), ftoi(b * 255.0), 255);
131 SetCvarS('colour', va("%x %x %x", ftoi(r * 255.0), ftoi(g * 255.0),
132 ftoi(b * 255.0)));
H A DStatusBarScreen.vc498 ftoi((HArmor.Slots[0] + HArmor.Slots[1] + HArmor.Slots[2] +
621 ftoi((HArmor.Slots[0] + HArmor.Slots[1] + HArmor.Slots[2] +
673 DrawPic(200, 447, pic_invgeml[!(ftoi(cl.MO.Level.XLevel.Time * 35.0) & 4) ? 0 : 1], 0.6);
750 !(ftoi(Pw.EffectTime * 35.0) & 16)))
752 frame = (ftoi(cl.MO.Level.XLevel.Time * 35.0) / 3) & 15;
778 !(ftoi(Pw.EffectTime * 35.0) & 16)))
780 DrawPic(60, 19, pic_boot[(ftoi(cl.MO.Level.XLevel.Time * 35.0) / 3) & 15]);
786 !(ftoi(Pw.EffectTime * 35.0) & 16)))
788 DrawPic(580, 19, pic_shld[(ftoi(cl.MO.Level.XLevel.Time * 35.0) / 3) & 15]);
794 !(ftoi(Pw.EffectTime * 35.0) & 16)))
[all …]
/dports/games/vavoom/vavoom-1.33/progs/common/linespec/
H A DGlowingLight.vc67 Sector->params.lightlevel -= ftoi(Speed * DeltaTime);
70 Sector->params.lightlevel += ftoi(Speed * DeltaTime);
77 Sector->params.lightlevel += ftoi(Speed * DeltaTime);
80 Sector->params.lightlevel -= ftoi(Speed * DeltaTime);

12345678910>>...36