Home
last modified time | relevance | path

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

123

/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSFastCast.h144 static inline f32 OSu8tof32Value(const u8* in) in OSu8tof32Value() argument
146 f32x2 f = __PSQ_L(in, 1, OS_FASTCAST_U8); in OSu8tof32Value()
150 static inline void OSu8tof32(const u8* in, volatile f32* out) in OSu8tof32() argument
152 *out = OSu8tof32Value(in); in OSu8tof32()
155 static inline f32 OSu16tof32Value(const u16 * in) in OSu16tof32Value() argument
157 f32x2 f = __PSQ_L(in, 1, OS_FASTCAST_U16); in OSu16tof32Value()
161 static inline void OSu16tof32(const u16* in, volatile f32* out) in OSu16tof32() argument
163 *out = OSu16tof32Value(in); in OSu16tof32()
166 static inline f32 OSs8tof32Value(const s8 * in) in OSs8tof32Value() argument
168 f32x2 f = __PSQ_L(in, 1, OS_FASTCAST_S8); in OSs8tof32Value()
[all …]
/CafeSDK-2.12.13-1/
Dmulti_cafe.bat8 :: # not be disclosed to third parties or copied or duplicated in any form,
9 :: # in whole or in part, without the prior written consent of Nintendo.::::
Dcafex_env.bat8 :: # not be disclosed to third parties or copied or duplicated in any form,
9 :: # in whole or in part, without the prior written consent of Nintendo.::::
Dmulti_cafex.bat8 :: # not be disclosed to third parties or copied or duplicated in any form,
9 :: # in whole or in part, without the prior written consent of Nintendo.::::
/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/SLConverter/DeferredTest/shaders/
DdeferredRenderingLighting.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
DdeferredRenderingSetup.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
/CafeSDK-2.12.13-1/system/src/lib/gx2ut/shaders/
Dgx2utResolveColor.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utExpandDepth.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utConvertDepth.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utExpandColor.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utClearSurfaceRect.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utCopySurfaceRect8xMS.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utCopySurfaceRect3D.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utCopySurfaceRect2xMS.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utCopySurfaceRect.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
Dgx2utCopySurfaceRect4xMS.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
/CafeSDK-2.12.13-1/system/bin/tool/
Dcafeoptions8 # not be disclosed to third parties or copied or duplicated in any form,
9 # in whole or in part, without the prior written consent of Nintendo.::::
Dgetbridge.bat10 :: # not be disclosed to third parties or copied or duplicated in any form,
11 :: # in whole or in part, without the prior written consent of Nintendo.
Dgetbridgetype.bat10 :: # not be disclosed to third parties or copied or duplicated in any form,
11 :: # in whole or in part, without the prior written consent of Nintendo.
Dpcfsoversata.bat10 :: # not be disclosed to third parties or copied or duplicated in any form,
11 :: # in whole or in part, without the prior written consent of Nintendo.
/CafeSDK-2.12.13-1/data/disc/content/system_config_tool/
Dinit.scp8 # not be disclosed to third parties or copied or duplicated in any form,
9 # in whole or in part, without the prior written consent of Nintendo.
/CafeSDK-2.12.13-1/data/mlc/sys/title/00050010/1f700500/content/system_config_tool/
Dinit.scp8 # not be disclosed to third parties or copied or duplicated in any form,
9 # in whole or in part, without the prior written consent of Nintendo.
/CafeSDK-2.12.13-1/system/bin/tool/mastering/Ionic.Zip.dll_licenses/
DLicense.bzip2.txt2 The managed BZIP2 code included in Ionic.BZip2.dll and Ionic.Zip.dll is
3 modified code, based on the bzip2 code in the Apache commons compress
18 * "License"); you may not use this file except in compliance
23 * Unless required by applicable law or agreed to in writing,
/CafeSDK-2.12.13-1/system/src/lib/demo/shaders/
DdemoFont.vs8 not be disclosed to third parties or copied or duplicated in any form,
9 in whole or in part, without the prior written consent of Nintendo.
/CafeSDK-2.12.13-1/system/include/cafe/
Deppc.Cafe.ld29 .sdata ALIGN(0x20) : > dataarea // SDA sections must be in this order
31 .sbss ALIGN(0x20) : > dataarea // SDA sections must be in this order
33 ….thrdata ALIGN(0x20) : > dataarea // default initialized TLS sections must be in this ord…
35 ….thrbss ALIGN(0x20) : > dataarea // default uninitialized TLS sections must be in this o…

123