Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp494 bool native_sin = useNativeFunc("sin"); in sincosUseNative() local
497 if (native_sin && native_cos) { in sincosUseNative()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DOpenCLBuiltins.td589 "native_sin", "native_sqrt", "native_tan"] in {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
Dopencl-c.h8912 float __ovld __cnfn native_sin(float x);
8913 float2 __ovld __cnfn native_sin(float2 x);
8914 float3 __ovld __cnfn native_sin(float3 x);
8915 float4 __ovld __cnfn native_sin(float4 x);
8916 float8 __ovld __cnfn native_sin(float8 x);
8917 float16 __ovld __cnfn native_sin(float16 x);