Home
last modified time | relevance | path

Searched refs:primTypes (Results 1 – 24 of 24) sorted by relevance

/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dlongprim.c44 static const GLenum primTypes[] = { variable
78 for (prim = 0; prim < ARRAY_SIZE(primTypes); prim++) { in test_prims()
83 draw(primTypes[prim], len); in test_prims()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/
H A DINDIFY_Test6998541.jmpp38 # String[][] primTypes = new String[][] {
52 # for ( String[] t : primTypes ) {
61 # for ( String[] t : primTypes ) {
95 # for ( String[] t : primTypes ) {
104 # for ( String[] f : primTypes ) {
113 # for ( String[] t : primTypes ) {
133 # for ( String[] f : primTypes ) {
150 # for ( String[] f : primTypes ) {
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/
H A DINDIFY_Test6998541.jmpp38 # String[][] primTypes = new String[][] {
52 # for ( String[] t : primTypes ) {
61 # for ( String[] t : primTypes ) {
95 # for ( String[] t : primTypes ) {
104 # for ( String[] f : primTypes ) {
113 # for ( String[] t : primTypes ) {
133 # for ( String[] f : primTypes ) {
150 # for ( String[] f : primTypes ) {
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/
H A DINDIFY_Test6998541.jmpp38 # String[][] primTypes = new String[][] {
52 # for ( String[] t : primTypes ) {
61 # for ( String[] t : primTypes ) {
95 # for ( String[] t : primTypes ) {
104 # for ( String[] f : primTypes ) {
113 # for ( String[] t : primTypes ) {
133 # for ( String[] f : primTypes ) {
150 # for ( String[] f : primTypes ) {
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/
H A DINDIFY_Test6998541.jmpp38 # String[][] primTypes = new String[][] {
52 # for ( String[] t : primTypes ) {
61 # for ( String[] t : primTypes ) {
95 # for ( String[] t : primTypes ) {
104 # for ( String[] f : primTypes ) {
113 # for ( String[] t : primTypes ) {
133 # for ( String[] f : primTypes ) {
150 # for ( String[] f : primTypes ) {
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/
H A DINDIFY_Test6998541.jmpp38 # String[][] primTypes = new String[][] {
52 # for ( String[] t : primTypes ) {
61 # for ( String[] t : primTypes ) {
95 # for ( String[] t : primTypes ) {
104 # for ( String[] f : primTypes ) {
113 # for ( String[] t : primTypes ) {
133 # for ( String[] f : primTypes ) {
150 # for ( String[] f : primTypes ) {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/
H A DINDIFY_Test6998541.jmpp38 # String[][] primTypes = new String[][] {
52 # for ( String[] t : primTypes ) {
61 # for ( String[] t : primTypes ) {
95 # for ( String[] t : primTypes ) {
104 # for ( String[] f : primTypes ) {
113 # for ( String[] t : primTypes ) {
133 # for ( String[] f : primTypes ) {
150 # for ( String[] f : primTypes ) {
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/
H A DINDIFY_Test6998541.jmpp38 # String[][] primTypes = new String[][] {
52 # for ( String[] t : primTypes ) {
61 # for ( String[] t : primTypes ) {
95 # for ( String[] t : primTypes ) {
104 # for ( String[] f : primTypes ) {
113 # for ( String[] t : primTypes ) {
133 # for ( String[] f : primTypes ) {
150 # for ( String[] f : primTypes ) {
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/mlvm/indy/func/java/rawRetypes/
H A DINDIFY_Test6998541.jmpp38 # String[][] primTypes = new String[][] {
52 # for ( String[] t : primTypes ) {
61 # for ( String[] t : primTypes ) {
95 # for ( String[] t : primTypes ) {
104 # for ( String[] f : primTypes ) {
113 # for ( String[] t : primTypes ) {
133 # for ( String[] f : primTypes ) {
150 # for ( String[] f : primTypes ) {
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Ide/
H A DPrim.hs15 , mconcat [primTypes, primClasses]
52 primTypes = annType (removeClasses PEnv.primTypes PEnv.primClasses) function
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/ParticleIO/
H A DParticleIOUtility.cpp49 ParticleSet::ParticleIndex_t primTypes(ref_.GroupID); in expandSuperCell() local
63 if (primTypes[iat] != ns) in expandSuperCell()
114 ParticleSet::ParticleIndex_t primTypes(ref_.GroupID);
127 if (primTypes[iat] != ns)
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/ModuleSystem/
H A DName.hs349 , primTypes :: Map.Map PrimIdent Name function
354 , primTypes = Map.union (primTypes x) (primTypes y) function
369 lookupPrimType name PrimMap { .. } = Map.findWithDefault err name primTypes
373 , show primTypes ]
H A DInterface.hs169 , primTypes = merge primTypes } function
179 , primTypes = Map.fromList (newtypes ++ types) function
H A DNamingEnv.hs102 primTypes = Map.fromList [ entry n | ns <- Map.elems neTypes, n <- ns ] function
/dports/lang/purescript/purescript-0.14.5/tests/
H A DTestPrimDocs.hs25 ( P.primTypes <>
/dports/math/scilab/scilab-6.1.1/scilab/modules/external_objects_java/src/java/org/scilab/modules/external_objects_java/
H A DScilabJavaObject.java64 static final Map<Class, Class> primTypes = new HashMap<Class, Class>(8); field in ScilabJavaObject
84 primTypes.put(double.class, Double.class); in primTypes.put()
85 primTypes.put(float.class, Float.class); in primTypes.put()
86 primTypes.put(int.class, Integer.class); in primTypes.put()
87 primTypes.put(short.class, Short.class); in primTypes.put()
88 primTypes.put(byte.class, Byte.class); in primTypes.put()
89 primTypes.put(char.class, Character.class); in primTypes.put()
90 primTypes.put(long.class, Long.class); in primTypes.put()
91 primTypes.put(boolean.class, Boolean.class); in primTypes.put()
H A DFunctionArguments.java47 …eger.class) && (Number.class.isAssignableFrom(from) || ScilabJavaObject.primTypes.containsKey(from… in registerConverter()
89 return ScilabJavaObject.primTypes.get(_from) == _to; in registerConverter()
489 B = ScilabJavaObject.primTypes.get(B); in dist()
H A DScilabJavaArray.java574 base = ScilabJavaObject.primTypes.get(base); in getFromPrimClasses()
935 if (ScilabJavaObject.primTypes.containsKey(base)) { in toList()
/dports/misc/usd/USD-21.11/pxr/imaging/hd/
H A DprimTypeIndex.cpp52 Hd_PrimTypeIndex<PrimType>::InitPrimTypes(const TfTokenVector &primTypes) in InitPrimTypes() argument
54 size_t primTypeCount = primTypes.size(); in InitPrimTypes()
58 _index.emplace(primTypes[typeIdx], typeIdx); in InitPrimTypes()
H A DprimTypeIndex.h59 void InitPrimTypes(const TfTokenVector &primTypes);
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Sugar/Names/
H A DEnv.hs169 primExports = mkPrimExports primTypes primClasses
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/purescript-cst-0.4.0.0/src/Language/PureScript/
H A DEnvironment.hs350 primTypes :: M.Map (Qualified (ProperName 'TypeName)) (SourceType, TypeKind)
/dports/lang/purescript/purescript-0.14.5/src/Language/PureScript/Docs/
H A DPrim.hs168 ( P.primTypes <>
/dports/www/element-web/element-v1.9.8/bundles/fe56de007a54db37c626/
H A Dvendors~init.js.map1 …wn","getClientWellKnown","waitForClientWellKnown","storeClientOptions","primTypes","serializableOp…