Home
last modified time | relevance | path

Searched refs:comb1 (Results 1 – 25 of 105) sorted by relevance

12345

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_BASE/
H A DScheduleCombineTestSuite.h66 gum::ScheduleCombine< double > comb1(f1, f2, myadd); in test_construct()
67 const gum::ScheduleMultiDim< double >& result1 = comb1.result(); in test_construct()
69 TS_ASSERT_EQUALS(comb1.nbOperations(), 32) in test_construct()
70 std::pair< long, long > xxx = comb1.memoryUsage(); in test_construct()
76 TS_ASSERT_EQUALS(s1.str(), comb1.toString()) in test_construct()
82 comb1.execute(); in test_construct()
101 TS_ASSERT_DIFFERS(comb3, comb1) in test_construct()
103 comb3 = comb1; in test_construct()
104 TS_GUM_ASSERT_EQUALS(comb3, comb1); in test_construct()
H A DScheduleTestSuite.h71 gum::ScheduleCombine< double > comb1(f1, f2, schedule_myadd); in test_construct1()
72 const gum::ScheduleMultiDim< double >& result1 = comb1.result(); in test_construct1()
99 schedule.insert(comb1); in test_construct1()
103 TS_GUM_ASSERT_EQUALS(comb1, schedule.operation(3)); in test_construct1()
104 TS_ASSERT_EQUALS((gum::Size)3, schedule.nodeId(comb1)) in test_construct1()
125 schedule.execute(comb1); in test_construct1()
200 const gum::ScheduleMultiDim< double >& result1 = comb1.result(); in test_construct2()
233 schedule.insert(comb1); in test_construct2()
237 TS_GUM_ASSERT_EQUALS(comb1, schedule.operation(3)); in test_construct2()
238 TS_GUM_ASSERT_EQUALS(3, schedule.nodeId(comb1)); in test_construct2()
[all …]
H A DSchedulerBasicTestSuite.h76 gum::ScheduleCombinationBasic< double > comb1(schedule_sched_myadd); in test_construct1()
79 const gum::ScheduleMultiDim< double > result1 = comb1.combine(set1, schedule); in test_construct1()
187 gum::ScheduleCombinationBasic< double > comb1(schedule_sched_myadd); in test_construct2()
190 const gum::ScheduleMultiDim< double > result1 = comb1.combine(set1, schedule); in test_construct2()
293 gum::ScheduleCombinationBasic< double > comb1(schedule_sched_myadd); in test_construct3()
296 const gum::ScheduleMultiDim< double > result1 = comb1.combine(set1, schedule); in test_construct3()
398 gum::ScheduleCombinationBasic< double > comb1(schedule_sched_myadd); in test_construct4()
401 gum::ScheduleMultiDim< double > result1 = comb1.combine(set1, schedule); in test_construct4()
/dports/mail/emil/emil-2.1.0-beta9/charset/
H A Dgc.c55 codc1,codc2,dupl,comb1,comb2,resch,donotread, variable
129 getcombtab(comb1) int comb1; in getcombtab() argument
134 if (*(intab + *(outtab+comb1)) < chdr->begcombtabs) {
138 *(intab+ *(outtab+comb1) )= chdr->begcombtabs+c.combtabs;
143 return combtabs+ (*(intab+ *(outtab+comb1) ) - chdr->begcombtabs) * C256;
474 fscanf (f,"%s",s); comb1= getmnem(s);
475 if (comb1 && *(outtab+comb1) == 0)
477 else combtab= getcombtab(comb1);
479 while (comb1 && *s diff '&') {
489 *(outtab+resch)= (char)*(outtab+comb1)*C256+*(outtab+comb2);
/dports/converters/libiconv/libiconv-1.16/lib/
H A Dcp1255.h98 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb… member
366 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
372 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
H A Dvietcomb.h260 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member
/dports/comms/fldigi/fldigi-4.1.20/src/libtiniconv/encdec/
H A Dcp1255.h99 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb… member
367 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
373 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
H A Dvietcomb.h262 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libiconv-1.14/lib/
H A Dcp1255.h99 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb… member
367 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
373 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
H A Dvietcomb.h261 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member
/dports/multimedia/aegisub/aegisub-3.2.2/vendor/iconv/libiconv/
H A Dcp1255.h99 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb… member
367 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
373 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
H A Dvietcomb.h262 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/libiconv/source/lib/
H A Dcp1255.h99 struct cp1255_decomp { unsigned short composed; unsigned short base; int comb1 : 8; signed int comb… member
367 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
373 r[1] = cp1255_comb_table[cp1255_decomp_table[i].comb1]; in cp1255_wctomb()
H A Dvietcomb.h262 struct viet_decomp { unsigned short composed; unsigned int base : 12; int comb1 : 4; }; member
/dports/math/jts/jts-jts-1.18.1/modules/core/src/test/java/test/jts/perf/operation/valid/
H A DValidStressTest.java123 Polygon comb1 = comb(env, size, geomFact); in crossedComb() local
126 Polygon comb2 = (Polygon) trans.transform(comb1); in crossedComb()
127 MultiPolygon mp = geomFact.createMultiPolygon(new Polygon[] { comb1, comb2 } ); in crossedComb()
/dports/audio/snd/snd-21.2/
H A Djcrev.scm13 (comb1 (make-comb 0.742 4799))
25 (combs (make-comb-bank (vector comb1 comb2 comb3 comb4)))
H A Dnrev.scm43 (comb1 (make-comb (* .822 reverb-factor) (dly-len 0)))
64 (combs (make-comb-bank (vector comb1 comb2 comb3 comb4 comb5 comb6)))
/dports/mail/aerc/aerc-0.4.0/vendor/github.com/gdamore/tcell/terminfo/testdata/
H A Dcombined1 {"name":"combined1","aliases":["alias-comb1"],"cols":80,"lines":101,"clear":"\u001b1","cup":"\u001b…
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/gdamore/tcell/tcell-1.1.4/terminfo/testdata/
H A Dcombined1 {"name":"combined1","aliases":["alias-comb1"],"cols":80,"lines":101,"clear":"\u001b1","cup":"\u001b…
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_2/
H A Dbug21261_2115 restore [locate_data_file OCC21261-comb1.brep] s
/dports/misc/vifm/vifm-0.11/src/utils/
H A Dmacros.h170 #define comb2(f, n, op, val, ...) (n f(val) op comb1(f, n, op, __VA_ARGS__))
171 #define comb1(f, n, op, val) (n f(val))
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/TestSuite/Basics/
H A DArithNoSolver.hs329 …pTests1 = map mkTest1 $ floatRun1 "abs" abs abs comb1
330 … ++ floatRun1 "fpAbs" abs fpAbs comb1
331 … ++ doubleRun1 "abs" abs abs comb1
332 … ++ doubleRun1 "fpAbs" abs fpAbs comb1
334 … ++ floatRun1 "negate" negate negate comb1
335 … ++ floatRun1 "fpNeg" negate fpNeg comb1
336 … ++ doubleRun1 "negate" negate negate comb1
337 … ++ doubleRun1 "fpNeg" negate fpNeg comb1
339 … ++ floatRun1M "fpSqrt" sqrt fpSqrt comb1
340 … ++ doubleRun1M "fpSqrt" sqrt fpSqrt comb1
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dunicodedata.c695 int comb1 = _getrecord_ex(*i1)->combining; in nfc_nfkc() local
697 if (comb1 == 0) in nfc_nfkc()
699 if (comb >= comb1) { in nfc_nfkc()
711 if (comb1 == 0) in nfc_nfkc()
713 comb = comb1; in nfc_nfkc()
/dports/lang/python37/Python-3.7.12/Modules/
H A Dunicodedata.c718 int comb1 = _getrecord_ex(code1)->combining; in nfc_nfkc() local
720 if (comb1 == 0) in nfc_nfkc()
722 if (comb >= comb1) { in nfc_nfkc()
734 if (comb1 == 0) in nfc_nfkc()
736 comb = comb1; in nfc_nfkc()
/dports/lang/python27/Python-2.7.18/Modules/
H A Dunicodedata.c695 int comb1 = _getrecord_ex(*i1)->combining; in nfc_nfkc() local
697 if (comb1 == 0) in nfc_nfkc()
699 if (comb >= comb1) { in nfc_nfkc()
711 if (comb1 == 0) in nfc_nfkc()
713 comb = comb1; in nfc_nfkc()

12345