Home
last modified time | relevance | path

Searched refs:ftrue (Results 1 – 25 of 66) sorted by relevance

123

/dports/math/py-cma/cma-3.1.0/cma/
H A Dbbobbenchmarks.py332 idx = ftrue < tol
348 idx = ftrue < tol
370 idx = ftrue < tol
672 ftrue += fadd
762 ftrue += fadd
812 ftrue += fadd
870 ftrue += fadd
918 ftrue += fadd
1239 ftrue = np.hstack(ftrue)
1604 ftrue = 10. * (ftrue / dim - self.f0) ** 3
[all …]
H A Dfitness_functions2.py263 ftrue = sum(cond**(np.arange(N) / (N - 1.)) * (x + xoffset)**2) \
268 felli = np.random.rand(1)[0]**beta * ftrue * \
269 max(1, (10.**9 / (ftrue + 1e-99))**(alpha * np.random.rand(1)[0]))
273 return (felli, ftrue)
276 return ftrue # + np.random.randn()
H A Dfitness_functions.py285 ftrue = sum(cond**(np.arange(N) / (N - 1.)) * (x + xoffset)**2) \
290 felli = np.random.rand(1)[0]**beta * ftrue * \
291 max(1, (10.**9 / (ftrue + 1e-99))**(alpha * np.random.rand(1)[0]))
295 return (felli, ftrue)
298 return ftrue # + np.random.randn()
/dports/lang/fpc-source/fpc-3.2.2/tests/test/
H A Dtmacbool.pp10 function ftrue: boolean;
13 ftrue := true;
28 if (ftrue or ffalse) then
40 if not(ffalse or ftrue) then
49 if (ftrue | ffalse) then
73 if (ftrue or ffalse) then
94 if (ftrue | ffalse) then
135 if (ftrue & ffalse) then
144 if (ffalse & ftrue) then
174 if (ftrue & ffalse) then
[all …]
/dports/games/xonotic/Xonotic/source/gmqcc/tests/
H A Dtruth3.tmpl2 D: -ftrue-empty-strings
4 C: -std=fteqcc -ftrue-empty-strings
H A Dtruth-flags-2.tmpl4 C: -std=fteqcc -ftrue-empty-strings
H A Dtruth-flags-2-s.tmpl4 C: -std=fteqcc -fshort-logic -ftrue-empty-strings
/dports/math/py-yt/yt-4.0.1/yt/frontends/enzo/
H A Danswer_testing_support.py45 def ftrue(func): function
57 return ftrue
60 return ftrue
/dports/math/py-yt/yt-4.0.1/yt/utilities/answer_testing/
H A Dtesting_utilities.py378 def ftrue(func): function
388 return ftrue
405 def ftrue(func): function
415 return ftrue
H A Dframework.py1133 def ftrue(func): function
1141 return ftrue
1156 def ftrue(func): function
1160 return ftrue
1177 def ftrue(func): function
1185 return ftrue
/dports/graphics/povray36/povray-3.6.1/source/
H A Dexpress.cpp70 #define ftrue(f) ((int)(fabs(f)>EPSILON)) macro
725 if (ftrue(Val) || ftrue(Val2)) in Parse_Num_Factor()
1279 Express[i] = ftrue(Express[i])?0.0:1.0; in Parse_Num_Factor()
1686 … Express[i] = (DBL)((Express[i] <= Local_Express[i]) || (!ftrue(Express[i]-Local_Express[i]))); in Parse_Rel_Term()
1694 Express[i] = (DBL)(!ftrue(Express[i]-Local_Express[i])); in Parse_Rel_Term()
1702 Express[i] = (DBL)ftrue(Express[i]-Local_Express[i]); in Parse_Rel_Term()
1710 … Express[i] = (DBL)((Express[i] >= Local_Express[i]) || (!ftrue(Express[i]-Local_Express[i]))); in Parse_Rel_Term()
1765 Express[i] = (DBL)(ftrue(Express[i]) && ftrue(Local_Express[i])); in Parse_Logical()
1773 Express[i] = (DBL)(ftrue(Express[i]) || ftrue(Local_Express[i])); in Parse_Logical()
1822 if (ftrue(Express[0])) in Parse_Express()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dexpress.cpp74 #define ftrue(f) ((int)(fabs(f)>EPSILON)) macro
738 if (ftrue(Val) || ftrue(Val2)) in Parse_Num_Factor()
1338 Express[i] = ftrue(Express[i])?0.0:1.0; in Parse_Num_Factor()
1842 Express[i] = (DBL)((Express[i] <= Local_Express[i]) || (!ftrue(Express[i]-Local_Express[i]))); in Parse_Rel_Term()
1850 Express[i] = (DBL)(!ftrue(Express[i]-Local_Express[i])); in Parse_Rel_Term()
1858 Express[i] = (DBL)ftrue(Express[i]-Local_Express[i]); in Parse_Rel_Term()
1866 Express[i] = (DBL)((Express[i] >= Local_Express[i]) || (!ftrue(Express[i]-Local_Express[i]))); in Parse_Rel_Term()
1921 Express[i] = (DBL)(ftrue(Express[i]) && ftrue(Local_Express[i])); in Parse_Logical()
1929 Express[i] = (DBL)(ftrue(Express[i]) || ftrue(Local_Express[i])); in Parse_Logical()
1978 if (ftrue(Express[0])) in Parse_Express()
/dports/math/py-yt/yt-4.0.1/yt/
H A Dtesting.py874 def ftrue(func): function
886 return ftrue
944 def ftrue(func): function
952 return ftrue
955 return ftrue
1359 def ftrue(func): function
1363 return ftrue
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser_expressions.cpp88 #define ftrue(f) ((int)(fabs(f)>EPSILON)) macro
751 if (ftrue(Val) || ftrue(Val2)) in Parse_Num_Factor()
1377 Express[i] = ftrue(Express[i])?0.0:1.0; in Parse_Num_Factor()
1871 … Express[i] = (DBL)((Express[i] <= Local_Express[i]) || (!ftrue(Express[i]-Local_Express[i]))); in Parse_Rel_Term()
1879 Express[i] = (DBL)(!ftrue(Express[i]-Local_Express[i])); in Parse_Rel_Term()
1887 Express[i] = (DBL)ftrue(Express[i]-Local_Express[i]); in Parse_Rel_Term()
1895 … Express[i] = (DBL)((Express[i] >= Local_Express[i]) || (!ftrue(Express[i]-Local_Express[i]))); in Parse_Rel_Term()
1948 Express[i] = (DBL)(ftrue(Express[i]) && ftrue(Local_Express[i])); in Parse_Logical()
1956 Express[i] = (DBL)(ftrue(Express[i]) || ftrue(Local_Express[i])); in Parse_Logical()
2002 if (ftrue(Express[0])) in Parse_Express()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dexpress.cpp105 #define ftrue(f) ((int)(fabs(f)>EPSILON)) macro
957 if (ftrue(Val) || ftrue(Val2)) in Parse_Num_Factor()
1911 Express[i] = ftrue(Express[i])?0.0:1.0; in Parse_Num_Factor()
2318 … Express[i] = (DBL)((Express[i] <= Local_Express[i]) || (!ftrue(Express[i]-Local_Express[i]))); in Parse_Rel_Term()
2326 Express[i] = (DBL)(!ftrue(Express[i]-Local_Express[i])); in Parse_Rel_Term()
2334 Express[i] = (DBL)ftrue(Express[i]-Local_Express[i]); in Parse_Rel_Term()
2342 … Express[i] = (DBL)((Express[i] >= Local_Express[i]) || (!ftrue(Express[i]-Local_Express[i]))); in Parse_Rel_Term()
2397 Express[i] = (DBL)(ftrue(Express[i]) && ftrue(Local_Express[i])); in Parse_Logical()
2405 Express[i] = (DBL)(ftrue(Express[i]) || ftrue(Local_Express[i])); in Parse_Logical()
2454 if (ftrue(Express[0])) in Parse_Express()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dtype.cpp372 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
373 ftrue[0] = Type::TOP; in Initialize_shared()
374 ftrue[1] = Type::CONTROL; in Initialize_shared()
375 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A Dtype.cpp372 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
373 ftrue[0] = Type::TOP; in Initialize_shared()
374 ftrue[1] = Type::CONTROL; in Initialize_shared()
375 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dtype.cpp510 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
511 ftrue[0] = Type::TOP; in Initialize_shared()
512 ftrue[1] = Type::CONTROL; in Initialize_shared()
513 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A Dtype.cpp510 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
511 ftrue[0] = Type::TOP; in Initialize_shared()
512 ftrue[1] = Type::CONTROL; in Initialize_shared()
513 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A Dtype.cpp506 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
507 ftrue[0] = Type::TOP; in Initialize_shared()
508 ftrue[1] = Type::CONTROL; in Initialize_shared()
509 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A Dtype.cpp504 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
505 ftrue[0] = Type::TOP; in Initialize_shared()
506 ftrue[1] = Type::CONTROL; in Initialize_shared()
507 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A Dtype.cpp512 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
513 ftrue[0] = Type::TOP; in Initialize_shared()
514 ftrue[1] = Type::CONTROL; in Initialize_shared()
515 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A Dtype.cpp516 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
517 ftrue[0] = Type::TOP; in Initialize_shared()
518 ftrue[1] = Type::CONTROL; in Initialize_shared()
519 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A Dtype.cpp501 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
502 ftrue[0] = Type::TOP; in Initialize_shared()
503 ftrue[1] = Type::CONTROL; in Initialize_shared()
504 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A Dtype.cpp506 const Type **ftrue =(const Type**)shared_type_arena->Amalloc_4(2*sizeof(Type*)); in Initialize_shared() local
507 ftrue[0] = Type::TOP; in Initialize_shared()
508 ftrue[1] = Type::CONTROL; in Initialize_shared()
509 TypeTuple::IFTRUE = TypeTuple::make( 2, ftrue ); in Initialize_shared()

123