Home
last modified time | relevance | path

Searched refs:STON (Results 1 – 25 of 31) sorted by relevance

12

/dports/www/srt/srt-1.4.4/apps/
H A Dapputil.hpp133 #define STON(type, function) \ macro
136 STON(int, stoi);
137 STON(unsigned long, stoul);
138 STON(unsigned int, stoul);
139 STON(long long, stoll);
140 STON(unsigned long long, stoull);
142 #undef STON
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/agg/
H A Dtil.h33 STON, enumerator
/dports/chinese/bitchx/bitchx-1.2.1/source/
H A Dexpr2.c90 # define STON atof macro
95 # define STON atol macro
538 retval = STON(t); in getnval()
716 *a = STON(x); in pop2n()
717 *b = STON(y); in pop2n()
756 *a = STON(x); in pop2n_a()
757 *b = STON(y); in pop2n_a()
803 *a = STON(x); in pop3()
916 if ((a = STON(s)) && (b = STON(t))) \ in op()
/dports/irc/bitchx/bitchx-1.2.1/source/
H A Dexpr2.c90 # define STON atof macro
95 # define STON atol macro
538 retval = STON(t); in getnval()
716 *a = STON(x); in pop2n()
717 *b = STON(y); in pop2n()
756 *a = STON(x); in pop2n_a()
757 *b = STON(y); in pop2n_a()
803 *a = STON(x); in pop3()
916 if ((a = STON(s)) && (b = STON(t))) \ in op()
/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/wrappers/pyAgrum/pyLibs/notebooks/res/titanic/
H A Dtrain.csv4 3,1,3,"Heikkinen, Miss. Laina",female,26,0,0,STON/O2. 3101282,7.925,,S
117 116,0,3,"Pekoniemi, Mr. Edvard",male,21,0,0,STON/O 2. 3101294,7.925,,S
175 174,0,3,"Sivola, Mr. Antti Wilhelm",male,21,0,0,STON/O 2. 3101280,7.925,,S
218 217,1,3,"Honkanen, Miss. Eliina",female,27,0,0,STON/O2. 3101283,7.925,,S
384 383,0,3,"Tikkanen, Mr. Juho",male,32,0,0,STON/O 2. 3101293,7.925,,S
402 401,1,3,"Niskanen, Mr. Juha",male,39,0,0,STON/O 2. 3101289,7.925,,S
416 415,1,3,"Sundman, Mr. Johan Julian",male,44,0,0,STON/O 2. 3101269,7.925,,S
435 434,0,3,"Kallio, Mr. Nikolai Erland",male,17,0,0,STON/O 2. 3101274,7.125,,S
581 580,1,3,"Jussila, Mr. Eiriik",male,32,0,0,STON/O 2. 3101286,7.925,,S
592 591,0,3,"Rintamaki, Mr. Matti",male,35,0,0,STON/O 2. 3101273,7.125,,S
[all …]
H A Dtest.csv20 910,3,"Ilmakangas, Miss. Ida Livija",female,27,1,0,STON/O2. 3101270,7.925,,S
47 937,3,"Peltomaki, Mr. Nikolai Johannes",male,25,0,0,STON/O 2. 3101291,7.925,,S
99 989,3,"Makinen, Mr. Kalle Edvard",male,29,0,0,STON/O 2. 3101268,7.925,,S
132 1022,3,"Spinner, Mr. Henry John",male,32,0,0,STON/OQ. 369943,8.05,,S
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/internal/code-generator/generator/test_files/
H A Dgroups.gold59 "STON": "Smalltalk",
H A Dtype.gold460 "STON": 1,
H A Dalias.gold747 "ston": "STON",
H A Dextension.gold976 ".ston": {"STON"},
1640 "STON": {".ston"},
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dopcodes28 STON NULL 0
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dsc.h248 #define STON (OP_BASE + 35) macro
H A Dgram.y965 | '@' K_STON '(' e ')' { $$ = new(STON, $4, ENULL); }
H A Dinterp.c1306 case STON: in eval()
3098 case STON: one_arg("@ston(", e); break; in decompile()
/dports/math/xspread/xspread-3.1.1c.orig/
H A Dsc.h220 #define STON (OP_BASE + 30) macro
H A Dgram.y410 | '@' K_STON '(' e ')' { $$ = new(STON, ENULL, $4); }
H A Dinterp.c917 case STON: return (doston(seval(e->e.o.right)));
2441 case STON: one_arg( "@ston(", e); break;
H A Dgram.c1890 { yyval.enode = new(STON, ENULL, yyvsp[-1].enode); ; in yyparse()
/dports/games/fheroes2/fheroes2-0.9.11/src/fheroes2/maps/
H A Dmaps_tiles.cpp1215 area.DrawTile( dst, fheroes2::AGG::GetTIL( TIL::STON, 20 + ( mp.x % 4 ), 0 ), mp ); in RedrawEmptyTile()
1218 area.DrawTile( dst, fheroes2::AGG::GetTIL( TIL::STON, 24 + ( mp.y % 4 ), 0 ), mp ); in RedrawEmptyTile()
1221 area.DrawTile( dst, fheroes2::AGG::GetTIL( TIL::STON, 28 + ( mp.x % 4 ), 0 ), mp ); in RedrawEmptyTile()
1224 area.DrawTile( dst, fheroes2::AGG::GetTIL( TIL::STON, 32 + ( mp.y % 4 ), 0 ), mp ); in RedrawEmptyTile()
1227 …area.DrawTile( dst, fheroes2::AGG::GetTIL( TIL::STON, ( std::abs( mp.y ) % 4 ) * 4 + std::abs( mp.… in RedrawEmptyTile()
/dports/math/sc/sc-7.16/
H A Dsc.h256 #define STON (OP_BASE + 35) macro
H A Dinterp.c942 case STON: return (doston(seval(e->e.o.left))); in eval()
2686 case STON: one_arg("@ston(", e); break; in decompile()
H A Dgram.y1115 | '@' K_STON '(' e ')' { $$ = new(STON, $4, ENULL); }
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/github.com/go-enry/go-enry/v2/benchmarks/csv/
H A Denry-samples.csv10544 .linguist/samples/STON/Array.ston,GetLanguage(),enry,30000,3807
10545 .linguist/samples/STON/Array.ston,Classify(),enry,500,364628
10551 .linguist/samples/STON/Dictionary.ston,GetLanguage(),enry,30000,5128
10552 .linguist/samples/STON/Dictionary.ston,Classify(),enry,300,501289
10558 .linguist/samples/STON/Rectangle.ston,GetLanguage(),enry,10000,15374
10559 .linguist/samples/STON/Rectangle.ston,Classify(),enry,200,901902
10566 .linguist/samples/STON/TestDomainObject.ston,Classify(),enry,100,1996682
10572 .linguist/samples/STON/ZNResponse.ston,GetLanguage(),enry,3000,44563
10573 .linguist/samples/STON/ZNResponse.ston,Classify(),enry,50,3438303
10586 .linguist/samples/STON/properties.ston,GetLanguage(),enry,5000,30232
[all …]
H A Dlinguist-samples.csv11426 .linguist/samples/STON/Array.ston,GetLanguage(),linguist,5,65000
11427 .linguist/samples/STON/Array.ston,Classify(),linguist,5,1239400
11430 .linguist/samples/STON/Array.ston,GetLanguagesByShebang(),linguist,5,3800
11433 .linguist/samples/STON/Dictionary.ston,GetLanguage(),linguist,5,86600
11434 .linguist/samples/STON/Dictionary.ston,Classify(),linguist,5,1815800
11440 .linguist/samples/STON/Rectangle.ston,GetLanguage(),linguist,5,95000
11441 .linguist/samples/STON/Rectangle.ston,Classify(),linguist,5,3530400
11454 .linguist/samples/STON/ZNResponse.ston,GetLanguage(),linguist,5,426600
11455 .linguist/samples/STON/ZNResponse.ston,Classify(),linguist,5,7825600
11468 .linguist/samples/STON/properties.ston,GetLanguage(),linguist,5,191600
[all …]
/dports/math/xspread/xspread-3.1.1c.orig/doc/
H A Dxspread.tex1859 @EQS \>@STON \>@SUBSTR\\
2105 {\bf @STON(string)}\\

12