Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp455 bool native_sin = useNativeFunc("sin"); in sincosUseNative() local
458 if (native_sin && native_cos) { in sincosUseNative()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td304 defm : DemangledExtendedBuiltin<"native_sin", OpenCL_std, 92>;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td651 "native_sin", "native_sqrt", "native_tan"] in {
/freebsd/contrib/llvm-project/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);