Home
last modified time | relevance | path

Searched defs:float16_t (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/util/
Dhalf_float.h122 struct float16_t { struct
124 float16_t(float f) : bits(_mesa_float_to_half(f)) {} in float16_t() argument
125 float16_t(double d) : bits(_mesa_float_to_half(d)) {} in float16_t() argument
126 float16_t(uint16_t bits) : bits(bits) {} in float16_t() argument
127 static float16_t one() { return float16_t(FP16_ONE); } in one() argument
128 static float16_t zero() { return float16_t(FP16_ZERO); } in zero() argument
/external/llvm-project/clang/test/CodeGen/
Dfp16-ops-strictfp.c18 typedef __fp16 float16_t; typedef
Dfp16-ops.c14 typedef __fp16 float16_t; typedef
Darm-vfp16-arguments2.cpp13 typedef __fp16 float16_t; typedef
/external/clang/test/CodeGenCXX/
Dmangle-neon-vectors.cpp7 typedef __fp16 float16_t; typedef
Daarch64-mangle-neon-vectors.cpp11 typedef __fp16 float16_t; typedef
/external/llvm-project/clang/test/CodeGenCXX/
Dmangle-neon-vectors.cpp8 typedef __fp16 float16_t; typedef
Daarch64-mangle-neon-vectors.cpp11 typedef __fp16 float16_t; typedef
/external/llvm-project/clang/test/Sema/
Dattr-arm-sve-vector-bits.c11 typedef __fp16 float16_t; typedef
/external/arm-neon-tests/
Dstm-arm-neon-ref.h154 #define float16_t __fp16 macro
/external/mesa3d/prebuilt-intermediates/nir/
Dnir_constant_expressions.c244 typedef float float16_t; typedef