Searched refs:sin (Results 226 - 236 of 236) sorted by relevance

12345678910

/openbsd-current/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp387 return selectExtInst(ResVReg, ResType, I, CL::sin, GL::Sin);
/openbsd-current/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1770 case Intrinsic::sin:
/openbsd-current/sys/net/
H A Dpf.c6566 struct sockaddr_in *dst, sin; local
6608 memset(&sin, 0, sizeof(sin));
6609 dst = &sin;
/openbsd-current/usr.bin/awk/
H A Drun.c2093 u = sin(getfval(x)); break;
/openbsd-current/gnu/usr.bin/perl/
H A Dperl.h2766 # define Perl_sin sin
6887 # ifdef sin
/openbsd-current/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3543 case Intrinsic::sin:
3563 case Intrinsic::sin:
/openbsd-current/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1868 case Intrinsic::sin:
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1774 case Intrinsic::sin:
/openbsd-current/gnu/lib/libstdc++/libstdc++/
H A Dconfigure12137 echo $ac_n "checking for sin in -lm""... $ac_c" 1>&6
12138 echo "configure:12139: checking for sin in -lm" >&5
12139 ac_lib_var=`echo m'_'sin | sed 'y%./+-%__p_%'`
12151 char sin();
12154 sin() function
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6336 case Intrinsic::sin:
6351 case Intrinsic::sin: Opcode = ISD::FSIN; break;
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2152 MUTATE_LDBL(sin)
2456 Intrinsic::sin,
3093 emitUnaryBuiltin(*this, E, llvm::Intrinsic::sin, "elt.sin"));

Completed in 515 milliseconds

12345678910