Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp467 bool native_sin = useNativeFunc("sin"); in sincosUseNative() local
470 if (native_sin && native_cos) { in sincosUseNative()
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td276 defm : DemangledExtendedBuiltin<"native_sin", OpenCL_std, 92>;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td651 "native_sin", "native_sqrt", "native_tan"] in {
/openbsd-src/gnu/llvm/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);
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3317 libclc/generic/include/clc/math/native_sin.h