Home
last modified time | relevance | path

Searched refs:native_cos (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_cos.h2 #define __CLC_FUNCTION native_cos
/llvm-project-15.0.7/libclc/generic/lib/
H A DSOURCES148 math/native_cos.cl
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp467 bool native_cos = useNativeFunc("cos"); in sincosUseNative() local
469 if (native_sin && native_cos) { in sincosUseNative()
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td646 "native_cos",
/llvm-project-15.0.7/clang/lib/Headers/
H A Dopencl-c.h8800 float __ovld __cnfn native_cos(float);
8801 float2 __ovld __cnfn native_cos(float2);
8802 float3 __ovld __cnfn native_cos(float3);
8803 float4 __ovld __cnfn native_cos(float4);
8804 float8 __ovld __cnfn native_cos(float8);
8805 float16 __ovld __cnfn native_cos(float16);
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3310 libclc/generic/include/clc/math/native_cos.h