Home
last modified time | relevance | path

Searched refs:toF (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Numerics/Statistics/test/
H A DitkScalarImageToCooccurrenceMatrixFilterTest2.cxx166 float ooF, otF, toF, ttF, totalF; in itkScalarImageToCooccurrenceMatrixFilterTest2() local
169 toF = hist->GetFrequency(two_one); in itkScalarImageToCooccurrenceMatrixFilterTest2()
176 || itk::Math::NotAlmostEquals(toF, 0.0f) in itkScalarImageToCooccurrenceMatrixFilterTest2()
211 toF = hist->GetFrequency(two_one); in itkScalarImageToCooccurrenceMatrixFilterTest2()
218 || itk::Math::NotAlmostEquals(toF, 14.0f) in itkScalarImageToCooccurrenceMatrixFilterTest2()
259 toF = hist->GetFrequency(two_one); in itkScalarImageToCooccurrenceMatrixFilterTest2()
267 || itk::Math::NotAlmostEquals(toF, 20.0f) in itkScalarImageToCooccurrenceMatrixFilterTest2()
288 toF = hist->GetFrequency(two_one); in itkScalarImageToCooccurrenceMatrixFilterTest2()
295 || itk::Math::NotAlmostEquals(toF, 0.0f) in itkScalarImageToCooccurrenceMatrixFilterTest2()
313 toF = hist->GetFrequency(two_one); in itkScalarImageToCooccurrenceMatrixFilterTest2()
[all …]
H A DitkScalarImageToCooccurrenceMatrixFilterTest.cxx210 float ooF, otF, toF, ttF, totalF; in itkScalarImageToCooccurrenceMatrixFilterTest() local
213 toF = hist->GetFrequency(two_one); in itkScalarImageToCooccurrenceMatrixFilterTest()
220 || itk::Math::NotAlmostEquals(toF, 20.0f) in itkScalarImageToCooccurrenceMatrixFilterTest()
221 || itk::Math::NotAlmostEquals(ooF + ttF + otF + toF, totalF) ) in itkScalarImageToCooccurrenceMatrixFilterTest()
226 otF << ", " << toF << ", " << totalF << std::endl << std::endl; in itkScalarImageToCooccurrenceMatrixFilterTest()
252 toF = hist0->GetFrequency(two_one); in itkScalarImageToCooccurrenceMatrixFilterTest()
256 (toF - 20/80.) > 0.001 || (ooF + ttF + otF + toF - 1) > 0.001 ) in itkScalarImageToCooccurrenceMatrixFilterTest()
261 otF << ", " << toF << std::endl << std::endl; in itkScalarImageToCooccurrenceMatrixFilterTest()
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DGenCod_PIC16.pas424 _ADDWF(0, toF);
431 _ADDWF(0, toF);
443 _ADDWF(0, toF);
472 _ADDWF(0, toF);
483 _ADDWF(0, toF);
542 _SUBWF(0, toF);
554 _SUBWF(0, toF);
583 _SUBWF(0, toF);
594 _SUBWF(0, toF);
1441 if toRight then kSHIFTR(target, toF) else kSHIFTL(target, toF);
[all …]
H A DGenCod_PIC17.pas424 _ADDWF(0, toF);
431 _ADDWF(0, toF);
443 _ADDWF(0, toF);
472 _ADDWF(0, toF);
483 _ADDWF(0, toF);
542 _SUBWF(0, toF);
554 _SUBWF(0, toF);
583 _SUBWF(0, toF);
594 _SUBWF(0, toF);
1441 if toRight then kSHIFTR(target, toF) else kSHIFTL(target, toF);
[all …]
H A DGenCod_PIC10.pas423 _ADDWF(0, toF);
430 _ADDWF(0, toF);
442 _ADDWF(0, toF);
471 _ADDWF(0, toF);
482 _ADDWF(0, toF);
541 _SUBWF(0, toF);
553 _SUBWF(0, toF);
582 _SUBWF(0, toF);
593 _SUBWF(0, toF);
1485 if toRight then kSHIFTR(target, toF) else kSHIFTL(target, toF);
[all …]
/dports/games/openjk/OpenJK-07675e2/code/qcommon/
H A Dmsg.cpp648 if (*toF == 0) { in MSG_WriteField()
671 *(float *)toF = 0.0f; in MSG_ReadField()
692 *toF = 0; in MSG_ReadField()
726 int *fromF, *toF;
762 if ( *fromF != *toF ) {
858 int *fromF, *toF;
914 *toF = *fromF;
1048 int *fromF, *toF; in MSG_WriteDeltaPlayerstate() local
1062 if ( *fromF == *toF ) { in MSG_WriteDeltaPlayerstate()
1182 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
[all …]
/dports/games/ioquake3-server/ioquake3-1.36/code/qcommon/
H A Dmsg.c881 int *fromF, *toF; in MSG_WriteDeltaEntity() local
910 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
968 if (*toF == 0) { in MSG_WriteDeltaEntity()
996 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1048 *toF = *fromF; in MSG_ReadDeltaEntity()
1074 *toF = 0; in MSG_ReadDeltaEntity()
1090 *toF = *fromF; in MSG_ReadDeltaEntity()
1183 int *fromF, *toF; in MSG_WriteDeltaPlayerstate() local
1336 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
1370 *toF = *fromF; in MSG_ReadDeltaPlayerstate()
[all …]
/dports/games/ioquake3/ioquake3-1.36/code/qcommon/
H A Dmsg.c881 int *fromF, *toF; in MSG_WriteDeltaEntity() local
910 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
968 if (*toF == 0) { in MSG_WriteDeltaEntity()
996 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1048 *toF = *fromF; in MSG_ReadDeltaEntity()
1074 *toF = 0; in MSG_ReadDeltaEntity()
1090 *toF = *fromF; in MSG_ReadDeltaEntity()
1183 int *fromF, *toF; in MSG_WriteDeltaPlayerstate() local
1336 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
1370 *toF = *fromF; in MSG_ReadDeltaPlayerstate()
[all …]
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dmsg.c866 int *fromF, *toF; in MSG_WriteDeltaEntity() local
895 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
953 if (*toF == 0) { in MSG_WriteDeltaEntity()
983 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1035 *toF = *fromF; in MSG_ReadDeltaEntity()
1061 *toF = 0; in MSG_ReadDeltaEntity()
1077 *toF = *fromF; in MSG_ReadDeltaEntity()
1170 int *fromF, *toF; in MSG_WriteDeltaPlayerstate() local
1323 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
1357 *toF = *fromF; in MSG_ReadDeltaPlayerstate()
[all …]
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/qcommon/
H A Dmsg.c879 int *fromF, *toF; in MSG_WriteDeltaEntity() local
908 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
966 if (*toF == 0) { in MSG_WriteDeltaEntity()
996 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1048 *toF = *fromF; in MSG_ReadDeltaEntity()
1074 *toF = 0; in MSG_ReadDeltaEntity()
1090 *toF = *fromF; in MSG_ReadDeltaEntity()
1183 int *fromF, *toF; in MSG_WriteDeltaPlayerstate() local
1336 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
1370 *toF = *fromF; in MSG_ReadDeltaPlayerstate()
[all …]
/dports/games/evq3/evq3/code/qcommon/
H A Dmsg.c885 int *fromF, *toF; in MSG_WriteDeltaEntity() local
914 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
972 if (*toF == 0) { in MSG_WriteDeltaEntity()
1002 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1054 *toF = *fromF; in MSG_ReadDeltaEntity()
1080 *toF = 0; in MSG_ReadDeltaEntity()
1096 *toF = *fromF; in MSG_ReadDeltaEntity()
1189 int *fromF, *toF; in MSG_WriteDeltaPlayerstate() local
1342 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
1376 *toF = *fromF; in MSG_ReadDeltaPlayerstate()
[all …]
/dports/games/openarena/openarena-engine-source-0.8.8/code/qcommon/
H A Dmsg.c896 int *fromF, *toF; in MSG_WriteDeltaEntity() local
925 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
983 if (*toF == 0) { in MSG_WriteDeltaEntity()
1011 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1067 *toF = *fromF; in MSG_ReadDeltaEntity()
1093 *toF = 0; in MSG_ReadDeltaEntity()
1109 *toF = *fromF; in MSG_ReadDeltaEntity()
1202 int *fromF, *toF; in MSG_WriteDeltaPlayerstate() local
1355 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
1393 *toF = *fromF; in MSG_ReadDeltaPlayerstate()
[all …]
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/qcommon/
H A Dmsg.c896 int *fromF, *toF; in MSG_WriteDeltaEntity() local
925 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
983 if (*toF == 0) { in MSG_WriteDeltaEntity()
1011 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1067 *toF = *fromF; in MSG_ReadDeltaEntity()
1093 *toF = 0; in MSG_ReadDeltaEntity()
1109 *toF = *fromF; in MSG_ReadDeltaEntity()
1202 int *fromF, *toF; in MSG_WriteDeltaPlayerstate() local
1355 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
1393 *toF = *fromF; in MSG_ReadDeltaPlayerstate()
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/qcommon/
H A Dmsg.c869 int *fromF, *toF; in MSG_WriteDeltaEntity() local
901 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
930 if ( *fromF == *toF ) { in MSG_WriteDeltaEntity()
965 if ( *toF == 0 ) { in MSG_WriteDeltaEntity()
1065 *toF = *fromF; in MSG_ReadDeltaEntity()
1091 *toF = 0; in MSG_ReadDeltaEntity()
1107 *toF = *fromF; in MSG_ReadDeltaEntity()
1262 if ( *fromF != *toF ) { in MSG_WriteDeltaPlayerstate()
1275 if ( *fromF == *toF ) { in MSG_WriteDeltaPlayerstate()
1600 *toF = *fromF; in MSG_ReadDeltaPlayerstate()
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/qcommon/
H A Dmsg.c1003 int *fromF, *toF; in MSG_WriteDeltaEntity() local
1053 if ( *fromF != *toF ) { in MSG_WriteDeltaEntity()
1113 if ( *fromF == *toF ) { in MSG_WriteDeltaEntity()
1145 if ( *toF == 0 ) { in MSG_WriteDeltaEntity()
1185 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1265 *toF = *fromF; in MSG_ReadDeltaEntity()
1270 *(float *)toF = 0.0f; in MSG_ReadDeltaEntity()
1291 *toF = 0; in MSG_ReadDeltaEntity()
1456 if ( *fromF == *toF ) { in MSG_WriteDeltaPlayerstate()
1742 int *fromF, *toF; in MSG_ReadDeltaPlayerstate() local
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dmsg.cpp1016 int *fromF, *toF; in MSG_WriteDeltaEntity() local
1106 if (*toF == 0) { in MSG_WriteDeltaEntity()
1135 int *fromF, *toF; in MSG_ReadDeltaEntity() local
1197 *toF = *fromF; in MSG_ReadDeltaEntity()
1223 *toF = 0; in MSG_ReadDeltaEntity()
1238 *toF = *fromF; in MSG_ReadDeltaEntity()
2076 int *fromF, *toF; local
2311 int *fromF, *toF; local
2377 *toF = *fromF;
2385 *toF = *fromF;
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/linkedin/goavro/v2/examples/arw/
H A Dmain.go68 var toF io.WriteCloser
108 toF = os.Stdout
113 toF, err = os.Create(destPathname)
121 }(toF)
158 W: toF,
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.150.geom.out39 Name 70 "toF"
60 Decorate 70(toF) Location 0
61 Decorate 70(toF) Stream 3
104 70(toF): 69(ptr) Variable Output
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.150.geom.out39 Name 70 "toF"
60 Decorate 70(toF) Location 0
61 Decorate 70(toF) Stream 3
104 70(toF): 69(ptr) Variable Output
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dspv.150.geom.out39 Name 70 "toF"
60 Decorate 70(toF) Location 0
61 Decorate 70(toF) Stream 3
104 70(toF): 69(ptr) Variable Output
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/glslang/Test/baseResults/
H A Dspv.150.geom.out39 Name 70 "toF"
60 Decorate 70(toF) Location 0
61 Decorate 70(toF) Stream 3
104 70(toF): 69(ptr) Variable Output
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/glslang/src/Test/baseResults/
H A Dspv.150.geom.out39 Name 70 "toF"
60 Decorate 70(toF) Location 0
61 Decorate 70(toF) Stream 3
104 70(toF): 69(ptr) Variable Output
/dports/graphics/glslang/glslang-11.7.1/Test/baseResults/
H A Dspv.150.geom.out39 Name 70 "toF"
60 Decorate 70(toF) Location 0
61 Decorate 70(toF) Stream 3
104 70(toF): 69(ptr) Variable Output
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/glslang/Test/baseResults/
H A Dspv.150.geom.out39 Name 70 "toF"
60 Decorate 70(toF) Location 0
61 Decorate 70(toF) Stream 3
104 70(toF): 69(ptr) Variable Output
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/glslang/Test/baseResults/
H A Dspv.150.geom.out39 Name 70 "toF"
60 Decorate 70(toF) Location 0
61 Decorate 70(toF) Stream 3
104 70(toF): 69(ptr) Variable Output

12345678