「利用者:Tommy6/翻訳進捗状況」の版間の差分

提供: Tommy6
移動: 案内検索
1行: 1行:
 
{|
 
{|
|
+
|-
 +
|style="vertical-align:top;"|
 
{{TranslationProgress/Header}}
 
{{TranslationProgress/Header}}
 
{{TranslationProgress/Chapter|Chapter 1.<br />Introduction}}
 
{{TranslationProgress/Chapter|Chapter 1.<br />Introduction}}
109行: 110行:
 
{{TranslationProgress/Element|[[clFlush]]|0}}
 
{{TranslationProgress/Element|[[clFlush]]|0}}
 
{{TranslationProgress/Element|[[clFinish]]|0}}
 
{{TranslationProgress/Element|[[clFinish]]|0}}
 +
{{TranslationProgrress/Footer}}
 +
|style="vertical-align:top;"|
 +
{{TranslationProgress/Header}}
 +
{{TranslationProgress/Chapter|Chapter 6.<br />The OpenCL C Programming Language}}
 +
{{TranslationProgress/Element|Introduction|0}}
 +
{{TranslationProgress/Element|Supported Data Types|0}}
 +
{{TranslationProgress/Element|Conversions and Type Casting|0}}
 +
{{TranslationProgress/Element|Operators|0}}
 +
{{TranslationProgress/Element|Vector Operations|0}}
 +
{{TranslationProgress/Element|Introduction - <br />Address Space Qualifiers|0}}
 +
{{TranslationProgress/Element|[[__global]]|0}}
 +
{{TranslationProgress/Element|[[__constant]]|0}}
 +
{{TranslationProgress/Element|[[__local]]|0}}
 +
{{TranslationProgress/Element|[[__private]]|0}}
 +
{{TranslationProgress/Element|Introduction - <br />Access Qualifiers|0}}
 +
{{TranslationProgress/Element|[[__read_only]]|0}}
 +
{{TranslationProgress/Element|[[__write_only]]|0}}
 +
{{TranslationProgress/Element|[[__read_write]]|0}}
 +
{{TranslationProgress/Element|Introduction - <br />Function Qualifiers|0}}
 +
{{TranslationProgress/Element|[[__kernel]]|0}}
 +
{{TranslationProgress/Element|Optional Attribute Qualifiers|0}}
 +
{{TranslationProgress/Element|Introduction - <br />Storage-Class Specifiers|0}}
 +
{{TranslationProgress/Element|[[typedef]]|0}}
 +
{{TranslationProgress/Element|[[extern]]|0}}
 +
{{TranslationProgress/Element|[[static]]|0}}
 +
{{TranslationProgress/Element|Restrictions|0}}
 +
{{TranslationProgress/Element|Preprocessor Directives and Macros|0}}
 +
{{TranslationProgress/Element|Attribute Qualifiers|0}}
 +
{{TranslationProgress/Element|Introduction - <br />Built-in Functions|0}}
 +
{{TranslationProgress/Element|Introduction - <br />Work-Item Functions|0}}
 +
{{TranslationProgress/Element|[[get_work_dim]]|4}}
 +
{{TranslationProgress/Element|[[get_global_size]]|4}}
 +
{{TranslationProgress/Element|[[get_global_id]]|4}}
 +
{{TranslationProgress/Element|[[get_local_size]]|3}}
 +
{{TranslationProgress/Element|[[get_local_id]]|3}}
 +
{{TranslationProgress/Element|[[get_num_groups]]|3}}
 +
{{TranslationProgress/Element|[[get_group_id]]|3}}
 +
{{TranslationProgress/Element|[[get_global_offset]]|3}}
 +
{{TranslationProgress/Element|Introduction - <br />Math Functions|0}}
 +
{{TranslationProgress/Element|[[acos]]|3}}
 +
{{TranslationProgress/Element|[[acosh]]|3}}
 +
{{TranslationProgress/Element|[[acospi]]|3}}
 +
{{TranslationProgress/Element|[[asin]]|3}}
 +
{{TranslationProgress/Element|[[asinh]]|3}}
 +
{{TranslationProgress/Element|[[asinpi]]|3}}
 +
{{TranslationProgress/Element|[[atan]]|3}}
 +
{{TranslationProgress/Element|[[atan2]]|3}}
 +
{{TranslationProgress/Element|[[atanh]]|3}}
 +
{{TranslationProgress/Element|[[atanpi]]|3}}
 +
{{TranslationProgress/Element|[[atan2pi]]|3}}
 +
{{TranslationProgress/Element|[[cbrt]]|3}}
 +
{{TranslationProgress/Element|[[ceil]]|3}}
 +
{{TranslationProgress/Element|[[copysign]]|3}}
 +
{{TranslationProgress/Element|[[cos]]|3}}
 +
{{TranslationProgress/Element|[[cosh]]|3}}
 +
{{TranslationProgress/Element|[[cospi]]|3}}
 +
{{TranslationProgress/Element|[[erfc]]|3}}
 +
{{TranslationProgress/Element|[[erf]]|3}}
 +
{{TranslationProgress/Element|[[exp]]|3}}
 +
{{TranslationProgress/Element|[[exp2]]|3}}
 +
{{TranslationProgress/Element|[[exp10]]|3}}
 +
{{TranslationProgress/Element|[[expml]]|0}}
 +
{{TranslationProgress/Element|[[fabs]]|3}}
 +
{{TranslationProgress/Element|[[fdim]]|3}}
 +
{{TranslationProgress/Element|[[floor]]|3}}
 +
{{TranslationProgress/Element|[[fma]]|3}}
 +
{{TranslationProgress/Element|[[fmax]]|3}}
 +
{{TranslationProgress/Element|[[fmin]]|3}}
 +
{{TranslationProgress/Element|[[fmod]]|3}}
 +
{{TranslationProgress/Element|[[fract]]|3}}
 +
{{TranslationProgress/Element|[[frexp]]|5}}
 +
{{TranslationProgress/Element|[[hypot]]|3}}
 +
{{TranslationProgress/Element|[[ilogb]]|5}}
 +
{{TranslationProgress/Element|[[ldexp]]|5}}
 +
{{TranslationProgress/Element|[[lgamma]]|3}}
 +
{{TranslationProgress/Element|[[lgamma_r]]|5}}
 +
{{TranslationProgress/Element|[[log]]|3}}
 +
{{TranslationProgress/Element|[[log2]]|3}}
 +
{{TranslationProgress/Element|[[log10]]|3}}
 +
{{TranslationProgress/Element|[[log1p]]|3}}
 +
{{TranslationProgress/Element|[[logb]]|3}}
 +
{{TranslationProgress/Element|[[mad]]|3}}
 +
{{TranslationProgress/Element|[[maxmag]]|3}}
 +
{{TranslationProgress/Element|[[minmag]]|3}}
 +
{{TranslationProgress/Element|[[modf]]|3}}
 +
{{TranslationProgress/Element|[[nan]]|5}}
 +
{{TranslationProgress/Element|[[nextafter]]|3}}
 +
{{TranslationProgress/Element|[[pow]]|3}}
 +
{{TranslationProgress/Element|[[pown]]|5}}
 +
{{TranslationProgress/Element|[[powr]]|3}}
 +
{{TranslationProgress/Element|[[remainder]]|3}}
 +
{{TranslationProgress/Element|[[remquo]]|5}}
 +
{{TranslationProgress/Element|[[rint]]|3}}
 
{{TranslationProgrress/Footer}}
 
{{TranslationProgrress/Footer}}
 
|}
 
|}

2012年4月1日 (日) 22:37時点における版

Chapter 1.
Introduction
Introduction 翻訳予定未定/無
Chapter 2.
Glossary
Glossary 未翻訳
Class Diagram 未翻訳
Chapter 3.
The OpenCL Architecture
Introduction 未翻訳
Platform Model 未翻訳
Execution Model 未翻訳
Memory Model 未翻訳
Programming Model 未翻訳
Memory Objects 未翻訳
The OpenCL Framework 未翻訳
Chapter 4.
The OpenCL Platform Layer
Introduction 翻訳予定未定/無
clGetPlatformIDs 翻訳完了・検査中
clGetPlatformInfo 翻訳完了・検査中
clGetDeviceIDs 要更新
clGetDeviceInfo 要更新
clCreateSubDevices 未翻訳
clRetainDevice 未翻訳
clReleaseDevice 未翻訳
clCreateContext 要更新
clCreateContextFromType 翻訳完了・検査中
clRetainContext 翻訳完了・検査中
clReleaseContext 翻訳完了・検査中
clGetContextInfo 翻訳完了・検査中
clCreateCommandQueue 翻訳完了・検査中
clRetainCommandQueue 翻訳完了・検査中
clReleaseCommandQueue 67%進捗
clGetCommandQueueInfo 翻訳完了・検査中
clSetCommandQueueProperty 翻訳完了・検査中
clCreateBuffer 要更新
clCreateSubBuffer 翻訳完了・検査中
clEnqueueReadBuffer 未翻訳
clEnqueueWriteBuffer 未翻訳
clEnqueueReadBufferRect 未翻訳
clEnqueueWriteBufferRect 未翻訳
clEnqueueCopyBuffer 未翻訳
clEnqueueCopyBufferRect 未翻訳
clEnqueueFillBuffer 未翻訳
clEnqueueMapBuffer 未翻訳
clCreateImage2D 未翻訳
clCreateImage3D 未翻訳
clCreateImage 未翻訳
clGetSupportedImageFormats 未翻訳
clEnqueueReadImage 未翻訳
clEnqueueWriteImage 未翻訳
clEnqueueCopyImage 未翻訳
clEnqueueFillImage 未翻訳
clEnqueueCopyImageToBuffer 未翻訳
clEnqueueCopyBufferToImage 未翻訳
clEnqueueMapImage 未翻訳
clGetImageInfo 未翻訳
clRetainMemObject 未翻訳
clReleaseMemObject 未翻訳
clSetMemObjectDestructorCallback 未翻訳
clEnqueueUnmapMemObject 未翻訳
Accessing mapped regions of a memory object 未翻訳
clEnqueueMigrateMemObjects 未翻訳
clGetMemObjectInfo 翻訳完了・検査中
clCreateSampler 未翻訳
clRetainSampler 未翻訳
clReleaseSampler 未翻訳
clGetSamplerInfo 未翻訳
clCreateProgramWithSource 翻訳完了・検査中
clCreateProgramWithBinary 未翻訳
clRetainProgram 翻訳完了・検査中
clReleaseProgram 翻訳完了・検査中
clBuildProgram 要更新
Introduction -
Separate Compilation and Linking of Programs
未翻訳
clCompileProgram 未翻訳
clLinkProgram 未翻訳
Compiler/Build Options 未翻訳
clUnloadCompiler 要更新
clUnloadPlatformCompiler 未翻訳
clGetProgramInfo 要更新
clGetProgramBuildInfo 要更新
clCreateKernel 翻訳完了・検査中
clCreateKernelsInProgram 未翻訳
clRetainKernel 翻訳完了・検査中
clReleaseKernel 翻訳完了・検査中
clSetKernelArg 要更新
clGetKernelInfo 要更新
clGetKernelWorkGroupInfo 要更新
clGetKernelArgInfo 未翻訳
clEnqueueNDRangeKernel 要更新
clEnqueueTask 要更新
clEnqueueNativeKernel 未翻訳
Introduction -
Event Objects
未翻訳
clCreateUserEvent 未翻訳
clSetUserEventStatus 未翻訳
clWaitForEvents 翻訳完了・検査中
clGetEventInfo 要更新
clSetEventCallback 未翻訳
clRetainEvent 要更新
clReleaseEvent 要更新
clEnqueueMarker 要更新
clEnqueueBarrier 要更新
clEnqueueWaitForEvents 要更新
clEnqueueMarkerWithWaitList 未翻訳
clEnqueueBarrierWithWaitList 未翻訳
Out-of-order Execution of Kernels and Memory Object Commands 未翻訳
Introduction -
Profiling Operations on Memory Objects and Kernels
未翻訳
clGetEventProfilingInfo 翻訳完了・検査中
clFlush 未翻訳
clFinish 未翻訳
Chapter 6.
The OpenCL C Programming Language
Introduction 未翻訳
Supported Data Types 未翻訳
Conversions and Type Casting 未翻訳
Operators 未翻訳
Vector Operations 未翻訳
Introduction -
Address Space Qualifiers
未翻訳
__global 未翻訳
__constant 未翻訳
__local 未翻訳
__private 未翻訳
Introduction -
Access Qualifiers
未翻訳
__read_only 未翻訳
__write_only 未翻訳
__read_write 未翻訳
Introduction -
Function Qualifiers
未翻訳
__kernel 未翻訳
Optional Attribute Qualifiers 未翻訳
Introduction -
Storage-Class Specifiers
未翻訳
typedef 未翻訳
extern 未翻訳
static 未翻訳
Restrictions 未翻訳
Preprocessor Directives and Macros 未翻訳
Attribute Qualifiers 未翻訳
Introduction -
Built-in Functions
未翻訳
Introduction -
Work-Item Functions
未翻訳
get_work_dim 検査終了
get_global_size 検査終了
get_global_id 検査終了
get_local_size 翻訳完了・検査中
get_local_id 翻訳完了・検査中
get_num_groups 翻訳完了・検査中
get_group_id 翻訳完了・検査中
get_global_offset 翻訳完了・検査中
Introduction -
Math Functions
未翻訳
acos 翻訳完了・検査中
acosh 翻訳完了・検査中
acospi 翻訳完了・検査中
asin 翻訳完了・検査中
asinh 翻訳完了・検査中
asinpi 翻訳完了・検査中
atan 翻訳完了・検査中
atan2 翻訳完了・検査中
atanh 翻訳完了・検査中
atanpi 翻訳完了・検査中
atan2pi 翻訳完了・検査中
cbrt 翻訳完了・検査中
ceil 翻訳完了・検査中
copysign 翻訳完了・検査中
cos 翻訳完了・検査中
cosh 翻訳完了・検査中
cospi 翻訳完了・検査中
erfc 翻訳完了・検査中
erf 翻訳完了・検査中
exp 翻訳完了・検査中
exp2 翻訳完了・検査中
exp10 翻訳完了・検査中
expml 未翻訳
fabs 翻訳完了・検査中
fdim 翻訳完了・検査中
floor 翻訳完了・検査中
fma 翻訳完了・検査中
fmax 翻訳完了・検査中
fmin 翻訳完了・検査中
fmod 翻訳完了・検査中
fract 翻訳完了・検査中
frexp 要更新
hypot 翻訳完了・検査中
ilogb 要更新
ldexp 要更新
lgamma 翻訳完了・検査中
lgamma_r 要更新
log 翻訳完了・検査中
log2 翻訳完了・検査中
log10 翻訳完了・検査中
log1p 翻訳完了・検査中
logb 翻訳完了・検査中
mad 翻訳完了・検査中
maxmag 翻訳完了・検査中
minmag 翻訳完了・検査中
modf 翻訳完了・検査中
nan 要更新
nextafter 翻訳完了・検査中
pow 翻訳完了・検査中
pown 要更新
powr 翻訳完了・検査中
remainder 翻訳完了・検査中
remquo 要更新
rint 翻訳完了・検査中