Home
last modified time | relevance | path

Searched refs:native_sin (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/libclc/generic/lib/math/
H A Dnative_tan.inc2 return native_sin(val) / native_cos(val);
/llvm-project-15.0.7/libclc/generic/include/clc/math/
H A Dnative_sin.h2 #define __CLC_FUNCTION native_sin
/llvm-project-15.0.7/libclc/generic/lib/
H A DSOURCES159 math/native_sin.cl
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp466 bool native_sin = useNativeFunc("sin"); in sincosUseNative() local
469 if (native_sin && native_cos) { in sincosUseNative()
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td650 "native_sin", "native_sqrt", "native_tan"] in {
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c.h8926 float __ovld __cnfn native_sin(float);
8927 float2 __ovld __cnfn native_sin(float2);
8928 float3 __ovld __cnfn native_sin(float3);
8929 float4 __ovld __cnfn native_sin(float4);
8930 float8 __ovld __cnfn native_sin(float8);
8931 float16 __ovld __cnfn native_sin(float16);
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3321 libclc/generic/include/clc/math/native_sin.h