HomeSort by relevance Sort by last modified time
    Searched defs:float8 (Results 1 - 7 of 7) sorted by null

  /external/clang/test/CodeGenCXX/
vector-splat-conversion.cpp 5 typedef vector_float8 float8; typedef
10 constexpr float8 v4 = 4.0; // value to compare against abs(z)^2, to see if bounded
11 float8 vABS;
  /external/clang/test/CodeGen/
target-builtin-error-3.c 15 typedef __attribute__ ((ext_vector_type( 8),__aligned__( 32))) float float8; typedef
17 static inline half8 __attribute__((__overloadable__)) convert_half( float8 a ) {
arm-swiftcall.c 62 typedef float float8 __attribute__((ext_vector_type(8))); typedef
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
pickletools.py 597 raise ValueError("not enough data in stream to read float8")
600 float8 = ArgumentDescriptor( variable
601 name='float8',
    [all...]
  /external/python/cpython2/Lib/
pickletools.py 597 raise ValueError("not enough data in stream to read float8")
600 float8 = ArgumentDescriptor( variable
601 name='float8',
    [all...]
  /external/python/cpython3/Lib/
pickletools.py 813 raise ValueError("not enough data in stream to read float8")
816 float8 = ArgumentDescriptor( variable
817 name='float8',
    [all...]
  /external/clang/lib/Headers/
opencl-c.h 121 typedef float float8 __attribute__((ext_vector_type(8))); typedef
    [all...]

Completed in 352 milliseconds