Home
last modified time | relevance | path

Searched refs:Test_f (Results 1 – 9 of 9) sorted by relevance

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/math/
H A DSimd.h50 static void Test_f( const class idCmdArgs &args );
H A DSimd.cpp3996 void idSIMD::Test_f( const idCmdArgs &args ) { in Test_f() function in idSIMD
/dports/games/libretro-tyrquake/tyrquake-e76477d/common/
H A Dnet_dgrm.c494 Test_f(void) in Test_f() function
729 Cmd_AddCommand("test", Test_f); in Datagram_Init()
/dports/games/tenebrae/tenebrae_0/
H A Dnet_dgrm.c579 static void Test_f (void) in Test_f() function
789 Cmd_AddCommand ("test", Test_f); in Datagram_Init()
/dports/games/nehquake/NehQuake-bjp-bin-src.linux/src/
H A Dnet_dgrm.c580 static void Test_f (void) in Test_f() function
790 Cmd_AddCommand ("test", Test_f); in Datagram_Init()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dnet_dgrm.c566 static void Test_f (void) in Test_f() function
798 Cmd_AddCommand ("test", Test_f); in Datagram_Init()
/dports/games/quakeforge/quakeforge-0.7.2/libs/net/nm/
H A Dnet_dgrm.c546 Test_f (void) in Test_f() function
768 Cmd_AddCommand ("test", Test_f, "No Description"); in Datagram_Init()
/dports/games/vkquake/vkQuake-1.12.2/Quake/
H A Dnet_dgrm.c831 static void Test_f (void) in Test_f() function
1062 Cmd_AddCommand ("test", Test_f); in Datagram_Init()
/dports/games/dhewm3/dhewm3-1.5.1/neo/framework/
H A DCommon.cpp2322 cmdSystem->AddCommand( "testSIMD", idSIMD::Test_f, CMD_FL_SYSTEM|CMD_FL_CHEAT, "test SIMD code" ); in InitCommands()