Home
last modified time | relevance | path

Searched refs:TempArray (Results 1 – 25 of 58) sorted by relevance

123

/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DBlenderIntermediate.h62 struct TempArray { struct
65 TempArray() { in TempArray() argument
68 ~TempArray () { in ~TempArray() argument
108 void operator= (const TempArray&) { argument
111 TempArray(const TempArray& arr) { in TempArray() function
135 TempArray <std::vector, aiMesh> meshes;
136 TempArray <std::vector, aiCamera> cameras;
137 TempArray <std::vector, aiLight> lights;
138 TempArray <std::vector, aiMaterial> materials;
139 TempArray <std::vector, aiTexture> textures;
H A DBlenderLoader.h79 template <template <typename,typename> class TCLASS, typename T> struct TempArray;
182 Blender::TempArray<std::vector,aiMesh>& temp
/dports/games/doomsday/doomsday-2.3.1/doomsday/external/assimp/code/
H A DBlenderIntermediate.h64 struct TempArray { struct
67 TempArray() { in TempArray() argument
70 ~TempArray () { in ~TempArray() argument
110 void operator= (const TempArray&) { argument
113 TempArray(const TempArray& arr) { in TempArray() function
153 TempArray <std::vector, aiMesh> meshes;
154 TempArray <std::vector, aiCamera> cameras;
155 TempArray <std::vector, aiLight> lights;
156 TempArray <std::vector, aiMaterial> materials;
157 TempArray <std::vector, aiTexture> textures;
H A DBlenderLoader.h86 template <template <typename,typename> class TCLASS, typename T> struct TempArray;
164 Blender::TempArray<std::vector,aiMesh>& temp
/dports/devel/upp/upp/bazaar/plugin/assimp/code/Blender/
H A DBlenderIntermediate.h65 struct TempArray { struct
68 TempArray() { in TempArray() argument
71 ~TempArray () { in ~TempArray() argument
111 void operator= (const TempArray&) { argument
114 TempArray(const TempArray& /*arr*/) { in TempArray() argument
158 TempArray <std::vector, aiMesh> meshes;
159 TempArray <std::vector, aiCamera> cameras;
160 TempArray <std::vector, aiLight> lights;
161 TempArray <std::vector, aiMaterial> materials;
162 TempArray <std::vector, aiTexture> textures;
H A DBlenderLoader.h88 template <template <typename,typename> class TCLASS, typename T> struct TempArray;
165 Blender::TempArray<std::vector,aiMesh>& temp
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Blender/
H A DBlenderIntermediate.h65 struct TempArray { struct
68 TempArray() { in TempArray() argument
71 ~TempArray () { in ~TempArray() argument
111 void operator= (const TempArray&) { argument
114 TempArray(const TempArray& /*arr*/) { in TempArray() function
158 TempArray <std::vector, aiMesh> meshes;
159 TempArray <std::vector, aiCamera> cameras;
160 TempArray <std::vector, aiLight> lights;
161 TempArray <std::vector, aiMaterial> materials;
162 TempArray <std::vector, aiTexture> textures;
H A DBlenderLoader.h94 struct TempArray;
134 Blender::TempArray<std::vector, aiMesh> &temp);
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Assimp/code/
H A DBlenderIntermediate.h67 struct TempArray { struct
70 TempArray() { in TempArray() argument
73 ~TempArray () { in ~TempArray() argument
113 void operator= (const TempArray&) { argument
116 TempArray(const TempArray& arr) { in TempArray() function
156 TempArray <std::vector, aiMesh> meshes;
157 TempArray <std::vector, aiCamera> cameras;
158 TempArray <std::vector, aiLight> lights;
159 TempArray <std::vector, aiMaterial> materials;
160 TempArray <std::vector, aiTexture> textures;
H A DBlenderLoader.h86 template <template <typename,typename> class TCLASS, typename T> struct TempArray;
164 Blender::TempArray<std::vector,aiMesh>& temp
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DBlenderIntermediate.h64 struct TempArray { struct
67 TempArray() { in TempArray() function
70 ~TempArray () { in ~TempArray() argument
110 void operator= (const TempArray&) { argument
113 TempArray(const TempArray& /*arr*/) { in TempArray() function
153 TempArray <std::vector, aiMesh> meshes;
154 TempArray <std::vector, aiCamera> cameras;
155 TempArray <std::vector, aiLight> lights;
156 TempArray <std::vector, aiMaterial> materials;
157 TempArray <std::vector, aiTexture> textures;
H A DBlenderLoader.h87 template <template <typename,typename> class TCLASS, typename T> struct TempArray;
164 Blender::TempArray<std::vector,aiMesh>& temp
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/TransformMatlab/src/
H A DitkMatlabTransformIO.cxx138 typename MatlabTransformIOTemplate<ParametersValueType>::TransformType::ParametersType TempArray; in Write() local
144 TempArray = ( *it )->GetParameters(); in Write()
145 vnl_matlab_write( out, TempArray.begin(), TempArray.size(), xfrmType.c_str() ); in Write()
146 TempArray = ( *it )->GetFixedParameters(); in Write()
147 vnl_matlab_write(out, TempArray.begin(), TempArray.size(), "fixed"); in Write()
/dports/audio/ampache/ampache-php74-5.0.0/vendor/szymach/c-pchart/src/
H A DImage.php493 $TempArray = [];
501 $TempArray[] = [$Fields[0], $Fields[1], $Fields[2], $Fields[3], $Fields[4]];
507 foreach ($TempArray as $Key => $Settings) {
509 $TempArray[$Key][3] = $NewTitle[$ID];
514 foreach ($TempArray as $Key => $Settings) {
516 $TempArray[$Key][3] = $NewTitle;
522 foreach ($TempArray as $Key => $Settings) {
571 $TempArray = [];
583 foreach ($TempArray as $Key => $Settings) {
586 $TempArray[$Key][4] = $Values[$ID];
[all …]
/dports/www/matomo/piwik/vendor/szymach/c-pchart/src/
H A DImage.php493 $TempArray = [];
501 $TempArray[] = [$Fields[0], $Fields[1], $Fields[2], $Fields[3], $Fields[4]];
507 foreach ($TempArray as $Key => $Settings) {
509 $TempArray[$Key][3] = $NewTitle[$ID];
514 foreach ($TempArray as $Key => $Settings) {
516 $TempArray[$Key][3] = $NewTitle;
522 foreach ($TempArray as $Key => $Settings) {
571 $TempArray = [];
583 foreach ($TempArray as $Key => $Settings) {
586 $TempArray[$Key][4] = $Values[$ID];
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/
H A Dpack_args.h93 class TempArray {
95 explicit TempArray(int size) {} in TempArray() function
102 class TempArray<T, 0> {
104 explicit TempArray(int size) : data_(size) {} in TempArray() function
142 TempArray<void*, N> addr_(num_args); in PackFuncVoidAddr_()
143 TempArray<ArgUnion, N> holder_(num_args); in PackFuncVoidAddr_()
180 TempArray<ArgUnion, N> holder_(num_args); in PackFuncNonBufferArg_()
216 TempArray<uint64_t, N> pack_(num_args); in PackFuncPackedArg_()
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/
H A Dpack_args.h92 class TempArray {
94 explicit TempArray(int size) {} in TempArray() function
102 class TempArray<T, 0> {
104 explicit TempArray(int size) : data_(size) {} in TempArray() function
144 TempArray<void*, N> addr_(num_args); in PackFuncVoidAddr_()
145 TempArray<ArgUnion, N> holder_(num_args); in PackFuncVoidAddr_()
183 TempArray<ArgUnion, N> holder_(num_args); in PackFuncNonBufferArg_()
218 TempArray<uint64_t, N> pack_(num_args); in PackFuncPackedArg_()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/
H A Dpack_args.h92 class TempArray {
94 explicit TempArray(int size) {} in TempArray() function
102 class TempArray<T, 0> {
104 explicit TempArray(int size) : data_(size) {} in TempArray() function
144 TempArray<void*, N> addr_(num_args); in PackFuncVoidAddr_()
145 TempArray<ArgUnion, N> holder_(num_args); in PackFuncVoidAddr_()
183 TempArray<ArgUnion, N> holder_(num_args); in PackFuncNonBufferArg_()
218 TempArray<uint64_t, N> pack_(num_args); in PackFuncPackedArg_()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/boincstats/includes/pchart/class/
H A DpImage.class.php346 $TempArray = "";
353 $TempArray[] = array($Fields[0],$Fields[1],$Fields[2],$Fields[3],$Fields[4]);
358 …{ $ID = 0; foreach($TempArray as $Key => $Settings) { if ( $Settings[3] == $OldTitle && isset($New…
360 …{ foreach($TempArray as $Key => $Settings) { if ( $Settings[3] == $OldTitle ) { $TempArray[$Key][3…
363 foreach($TempArray as $Key => $Settings)
384 $TempArray = "";
391 $TempArray[] = array($Fields[0],$Fields[1],$Fields[2],$Fields[3],$Fields[4]);
395 …foreach($TempArray as $Key => $Settings) { if ( $Settings[3] == $Title ) { if ( isset($Values[$ID]…
398 foreach($TempArray as $Key => $Settings)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Nt32Pkg/Library/DxeNt32PeCoffExtraActionLib/
H A DDxeNt32PeCoffExtraActionLib.c158 PDB_NAME_TO_MOD_HANDLE *TempArray; in AddModHandle() local
200 TempArray = mWinNt->HeapAlloc ( mWinNt->GetProcessHeap (), in AddModHandle()
205 CopyMem ((VOID *) (UINTN) TempArray, (VOID *) (UINTN)mPdbNameModHandleArray, PreviousSize); in AddModHandle()
209 mPdbNameModHandleArray = TempArray; in AddModHandle()
/dports/devel/p5-File-Tail-Multi/File-Tail-Multi-0.1/
H A DMulti.pm923 my @TempArray=();
943 push(@TempArray,"$FH->{'name'} : $LINE");
945 push(@TempArray,"$FH->{'basename'} : $LINE");
947 push(@TempArray,Time($r) . " : $LINE");
949 push(@TempArray,"$FH->{'name'} " . Time($r) . " : $LINE");
951 push(@TempArray,Time($r) . " $FH->{'name'} : $LINE");
953 push(@TempArray,"$FH->{'basename'} " . Time($r) . " : $LINE");
955 push(@TempArray,Time($r) . " $FH->{'basename'} : $LINE");
957 @{$FH->{$OutArray}} = @TempArray;
958 @TempArray=();
/dports/science/wannier90/wannier90-3.1.0/src/postw90/
H A Dboltzwann.F9090 real(kind=dp), dimension(:), allocatable :: TempArray, MuArray, KTArray local
152 allocate (TempArray(TempNumPoints), stat=ierr)
155 TempArray(i) = boltz_temp_min + real(i - 1, dp)*boltz_temp_step
162 KTArray = TempArray*k_B_SI/elem_charge_SI
346 LocalSigmaS(:, LocalIdx) = sum(IntegrandArray, DIM=2)*boltz_tdf_energy_step/TempArray(TempIdx)
386 LocalKappa(:, LocalIdx) = sum(IntegrandArray, DIM=2)*boltz_tdf_energy_step/TempArray(TempIdx)
480 write (elcond_unit, 103) MuArray(MuIdx), TempArray(TempIdx), ElCond(:, TempIdx, MuIdx)
493 write (sigmas_unit, 103) MuArray(MuIdx), TempArray(TempIdx), SigmaS(:, TempIdx, MuIdx)
508 write (seebeck_unit, 104) MuArray(MuIdx), TempArray(TempIdx), Seebeck(:, TempIdx, MuIdx)
523 write (kappa_unit, 103) MuArray(MuIdx), TempArray(TempIdx), Kappa(:, TempIdx, MuIdx)
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A DXdmfExpr.y82 xdmf2::XdmfArray *TempArray = ( xdmf2::XdmfArray *)$3; variable
86 *XdmfExprReturnValue = *TempArray;
87 delete TempArray; variable
134 xdmf2::XdmfArray *TempArray = ( xdmf2::XdmfArray *)$8; variable
140 *XdmfExprReturnValue = *TempArray;
144 delete TempArray; variable
147 xdmf2::XdmfArray *TempArray = ( xdmf2::XdmfArray *)$1; variable
150 XdmfExprReturnValue = TempArray;
/dports/math/vtk6/VTK-6.2.0/ThirdParty/xdmf2/vtkxdmf2/libsrc/
H A DXdmfExpr.y82 xdmf2::XdmfArray *TempArray = ( xdmf2::XdmfArray *)$3; variable
86 *XdmfExprReturnValue = *TempArray;
87 delete TempArray; variable
134 xdmf2::XdmfArray *TempArray = ( xdmf2::XdmfArray *)$8; variable
140 *XdmfExprReturnValue = *TempArray;
144 delete TempArray; variable
147 xdmf2::XdmfArray *TempArray = ( xdmf2::XdmfArray *)$1; variable
150 XdmfExprReturnValue = TempArray;
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DTempArray.java33 public class TempArray { class
35 public TempArray() { in TempArray() method in TempArray

123