Home
last modified time | relevance | path

Searched refs:T_BOOL (Results 1 – 25 of 1291) sorted by last modified time

12345678910>>...52

/dports/lang/cython/Cython-0.29.24/Cython/Compiler/
H A DFusedNode.c24973 {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
/dports/math/gap/gap-4.11.0/lib/
H A Dvariable.g176 BIND_GLOBAL( "UNCLONEABLE_TNUMS", MakeImmutable([T_INT,T_FFE,T_BOOL]) );
/dports/math/gap/gap-4.11.0/src/
H A Dbool.c150 if ( TNUM_OBJ(obj) == T_BOOL ) { in FiltIS_BOOL()
294 { T_BOOL, "boolean or fail" },
344 TypeObjFuncs[ T_BOOL ] = TypeBool; in InitKernel()
353 SaveObjFuncs[ T_BOOL ] = SaveBool; in InitKernel()
362 EqFuncs[ T_BOOL ][ T_BOOL ] = EqBool; in InitKernel()
363 LtFuncs[ T_BOOL ][ T_BOOL ] = LtBool; in InitKernel()
366 MakeBagTypePublic(T_BOOL); in InitKernel()
386 True = NewBag( T_BOOL, 0L ); in InitLibrary()
387 False = NewBag( T_BOOL, 0L ); in InitLibrary()
388 Fail = NewBag( T_BOOL, 0L ); in InitLibrary()
[all …]
H A Dobjects.h160 T_BOOL, enumerator
H A Dobjects.c2277 ExportAsConstantGVar(T_BOOL); in InitLibrary()
/dports/math/gap/gap-4.11.0/src/hpc/
H A Dserialize.c451 WriteTNum(T_BOOL); in SerializeBool()
1111 RegisterSerializerFunctions(T_BOOL, SerializeBool, DeserializeBool); in InitKernel()
/dports/math/gap/gap-4.11.0/hpcgap/lib/
H A Dvariable.g176 BIND_GLOBAL( "UNCLONEABLE_TNUMS", MakeImmutable([T_INT,T_FFE,T_BOOL]) );
/dports/math/gap/gap-4.11.0/pkg/datastructures-0.2.5/src/
H A Dhashfunctions.c210 case T_BOOL: in BasicRecursiveHash()
/dports/math/minizinc/libminizinc-2.5.5/lib/
H A Dsolver_config.cpp32 case FlagType::T_BOOL: in validate()
182 flag_type = SolverConfig::ExtraFlag::FlagType::T_BOOL; in get_extra_flag_list()
465 case ExtraFlag::FlagType::T_BOOL: in toJSON()
/dports/math/py-yt/yt-4.0.1/yt/utilities/lib/
H A Dimage_samplers.cpp37896 {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
H A Damr_kdtools.c38735 {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
/dports/math/py-yt/yt-4.0.1/yt/frontends/ramses/
H A Dio_utils.c33666 {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
/dports/math/py-yt/yt-4.0.1/yt/geometry/
H A Dselection_routines.c86897 {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
H A Dparticle_oct_container.cpp71858 {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
H A Dparticle_deposit.c41572 {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
H A Dgrid_container.c38873 {(char *) "gi_running", T_BOOL, offsetof(__pyx_CoroutineObject, is_running), READONLY, NULL},
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_structmembers.py33 ts.T_BOOL = True
34 self.assertEqual(ts.T_BOOL, True)
35 ts.T_BOOL = False
36 self.assertEqual(ts.T_BOOL, False)
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_structmembers.py32 ts.T_BOOL = True
33 self.assertEqual(ts.T_BOOL, True)
34 ts.T_BOOL = False
35 self.assertEqual(ts.T_BOOL, False)
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_structmembers.py32 ts.T_BOOL = True
33 self.assertEqual(ts.T_BOOL, True)
34 ts.T_BOOL = False
35 self.assertEqual(ts.T_BOOL, False)
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_structmembers.py19 ts.T_BOOL = True
20 self.assertEqual(ts.T_BOOL, True)
21 ts.T_BOOL = False
22 self.assertEqual(ts.T_BOOL, False)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_structmembers.py19 ts.T_BOOL = True
20 self.assertEqual(ts.T_BOOL, True)
21 ts.T_BOOL = False
22 self.assertEqual(ts.T_BOOL, False)
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_structmembers.py32 ts.T_BOOL = True
33 self.assertEqual(ts.T_BOOL, True)
34 ts.T_BOOL = False
35 self.assertEqual(ts.T_BOOL, False)
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_structmembers.py33 ts.T_BOOL = True
34 self.assertEqual(ts.T_BOOL, True)
35 ts.T_BOOL = False
36 self.assertEqual(ts.T_BOOL, False)
/dports/lang/lafontaine/lafontaine-0.4/src/
H A Dparser.y296 { $$ = mc_add_constant(T_BOOL, $1); }
H A Dexec.c934 CLASS_VALUE(instr).valuetype = T_BOOL; in exec_and()
960 CLASS_VALUE(instr).valuetype = T_BOOL; in exec_or()
1006 CLASS(instr)->value.valuetype = T_BOOL; in exec_eq()
1016 CLASS(instr)->value.valuetype = T_BOOL; in exec_eq()
1020 case T_BOOL: in exec_eq()
1026 CLASS(instr)->value.valuetype = T_BOOL; in exec_eq()
1036 CLASS(instr)->value.valuetype = T_BOOL; in exec_eq()
1071 CLASS(instr)->value.valuetype = T_BOOL; in exec_lt()
1081 CLASS(instr)->value.valuetype = T_BOOL; in exec_lt()
1115 CLASS(instr)->value.valuetype = T_BOOL; in exec_gt()
[all …]

12345678910>>...52