/third_party/ltp/testcases/kernel/syscalls/connect/ |
D | connect01.c | 285 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/ |
D | recv01.c | 266 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/ |
D | recvfrom01.c | 295 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/ |
D | send01.c | 212 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/ |
D | sendto01.c | 280 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/ |
D | dst_rules.hpp | 330 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/ |
D | recvmsg01.c | 426 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/ |
D | sendmsg01.c | 483 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/ |
D | surf3d.s | 154 fsin 396 fsin
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 70 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/ |
D | SelectionDAGCompat.td | 106 def : GINodeEquiv<G_FSIN, fsin>;
|
/third_party/mesa3d/docs/relnotes/ |
D | 19.1.8.rst | 219 - intel/nir: do not apply the fsin and fcos trig workarounds for consts
|
D | 19.2.0.rst | 378 - intel/nir: do not apply the fsin and fcos trig workarounds for consts
|
D | 21.1.0.rst | 681 - pan/bi: Implement fsin/fcos 2193 - r600/sfn: Add algebraic lowering for fsin and fcos
|
D | 19.3.0.rst | 3015 - intel/nir: do not apply the fsin and fcos trig workarounds for consts
|
D | 20.2.0.rst | 3837 - aco: fix half_pi constant for 16-bit fsin/fcos
|
D | 21.2.0.rst | 392 - agx: Implement fsin/fcos
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 765 #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/ |
D | TargetSelectionDAG.td | 457 def fsin : SDNode<"ISD::FSIN" , SDTFPUnaryOp>; 1346 (fsin node:$src)]>;
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_separate_shader_objects.txt | 2551 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/ |
D | ARB_separate_shader_objects.txt | 2561 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/ |
D | X86InstrFPStack.td | 746 def FSIN : I<0xD9, MRM_FE, (outs), (ins), "fsin", []>;
|
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_compile.c | 812 ALU_CASE(fsin, fsinpi); in emit_alu()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.td | 1035 [(set Float32Regs:$dst, (fsin Float32Regs:$src))]>,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 7667 "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, { }, },
|