Home
last modified time | relevance | path

Searched refs:fsin (Results 1 – 25 of 25) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/connect/
Dconnect01.c285 struct sockaddr_in fsin; in do_child() local
308 fromlen = sizeof(fsin); in do_child()
309 newfd = accept(sfd, (struct sockaddr *)&fsin, &fromlen); in do_child()
/third_party/ltp/testcases/kernel/syscalls/recv/
Drecv01.c266 struct sockaddr_in fsin; in do_child() local
288 fromlen = sizeof(fsin); in do_child()
289 newfd = accept(sfd, (struct sockaddr *)&fsin, &fromlen); in do_child()
/third_party/ltp/testcases/kernel/syscalls/recvfrom/
Drecvfrom01.c295 struct sockaddr_in fsin; in do_child() local
317 fromlen = sizeof(fsin); in do_child()
318 newfd = accept(sfd, (struct sockaddr *)&fsin, &fromlen); in do_child()
/third_party/ltp/testcases/kernel/syscalls/send/
Dsend01.c212 struct sockaddr_in fsin; in do_child() local
231 fromlen = sizeof(fsin); in do_child()
232 newfd = accept(sfd, (struct sockaddr *)&fsin, &fromlen); in do_child()
/third_party/ltp/testcases/kernel/syscalls/sendto/
Dsendto01.c280 struct sockaddr_in fsin; in do_child() local
301 fromlen = sizeof(fsin); in do_child()
302 newfd = accept(sfd, (struct sockaddr *)&fsin, &fromlen); in do_child()
/third_party/boost/boost/date_time/
Ddst_rules.hpp330 fkday fsin(Sunday, date_time::Nov); in local_dst_end_day() local
331 return fsin.get_date(year); in local_dst_end_day()
/third_party/ltp/testcases/kernel/syscalls/recvmsg/
Drecvmsg01.c426 struct sockaddr_in fsin; in do_child() local
454 fromlen = sizeof(fsin); in do_child()
455 newfd = accept(sfd, (struct sockaddr *)&fsin, &fromlen); in do_child()
/third_party/ltp/testcases/kernel/syscalls/sendmsg/
Dsendmsg01.c483 struct sockaddr_in fsin; in do_child() local
506 fromlen = sizeof(fsin); in do_child()
507 newfd = accept(sfd, (struct sockaddr *)&fsin, &fromlen); in do_child()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dsurf3d.s154 fsin
396 fsin
/third_party/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c70 OP(fsqrt, SQRT, X_X_0), OP(fsin, SIN, X_X_0), OP(fcos, COS, X_X_0),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DSelectionDAGCompat.td106 def : GINodeEquiv<G_FSIN, fsin>;
/third_party/mesa3d/docs/relnotes/
D19.1.8.rst219 - intel/nir: do not apply the fsin and fcos trig workarounds for consts
D19.2.0.rst378 - intel/nir: do not apply the fsin and fcos trig workarounds for consts
D21.1.0.rst681 - pan/bi: Implement fsin/fcos
2193 - r600/sfn: Add algebraic lowering for fsin and fcos
D19.3.0.rst3015 - intel/nir: do not apply the fsin and fcos trig workarounds for consts
D20.2.0.rst3837 - aco: fix half_pi constant for 16-bit fsin/fcos
D21.2.0.rst392 - agx: Implement fsin/fcos
/third_party/mesa3d/src/mesa/x86/
Dassyntax.h765 #define FSIN CHOICE(fsin, fsin, fsin)
1478 #define FSIN fsin
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td457 def fsin : SDNode<"ISD::FSIN" , SDTFPUnaryOp>;
1346 (fsin node:$src)]>;
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_separate_shader_objects.txt2551 layout(location = 4) in vec2 fsin;
2553 the two components of <fsin> will be obtained by interpolating the x
2568 layout(location = 4) in dvec2 fsin[2];
2570 "fsin[1]" would be assigned location 5.
/third_party/openGLES/extensions/ARB/
DARB_separate_shader_objects.txt2561 layout(location = 4) in vec2 fsin;
2563 the two components of <fsin> will be obtained by interpolating the x
2578 layout(location = 4) in dvec2 fsin[2];
2580 "fsin[1]" would be assigned location 5.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrFPStack.td746 def FSIN : I<0xD9, MRM_FE, (outs), (ins), "fsin", []>;
/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c812 ALU_CASE(fsin, fsinpi); in emit_alu()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.td1035 [(set Float32Regs:$dst, (fsin Float32Regs:$src))]>,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenAsmMatcher.inc7667 "ptan\007frndint\006frstor\002fs\006fscale\004fsin\007fsincos\005fsqrt\003"
8755 { 2809 /* fsin */, X86::FSIN, Convert_NoOperands, AMFBS_None, { }, },
23327 { 2809 /* fsin */, X86::FSIN, Convert_NoOperands, AMFBS_None, { }, },