Home
last modified time | relevance | path

Searched defs:f16 (Results 1 – 25 of 114) sorted by relevance

12345

/external/rust/crates/half/src/
Dbinary16.rs34 pub struct f16(u16); struct
41 impl ToPrimitive for f16 { implementation
74 impl FromPrimitive for f16 { implementation
335 impl f16 { impl
338 pub const fn from_bits(bits: u16) -> f16 { in from_bits()
350 pub fn from_f32(value: f32) -> f16 { in from_f32()
362 pub fn from_f64(value: f64) -> f16 { in from_f64()
434 pub fn from_le_bytes(bytes: [u8; 2]) -> f16 { in from_le_bytes()
448 pub fn from_be_bytes(bytes: [u8; 2]) -> f16 { in from_be_bytes()
469 pub fn from_ne_bytes(bytes: [u8; 2]) -> f16 { in from_ne_bytes()
[all …]
Dlib.rs116 impl SealedHalf for f16 {} implementation
/external/clang/test/CodeGen/
Dtbaa-class.cpp12 uint16_t f16; member in StructA
20 uint16_t f16; member in StructB
27 uint16_t f16; member in StructC
34 uint16_t f16; member in StructD
43 uint16_t f16; member in StructS
Dtbaa.cpp15 uint16_t f16; member
22 uint16_t f16; member
28 uint16_t f16; member
34 uint16_t f16; member
42 uint16_t f16; member
47 uint16_t f16; member
/external/llvm-project/clang/test/CodeGen/
Dtbaa-class.cpp13 uint16_t f16; member in StructA
21 uint16_t f16; member in StructB
28 uint16_t f16; member in StructC
35 uint16_t f16; member in StructD
44 uint16_t f16; member in StructS
Dtbaa.cpp16 uint16_t f16; member
23 uint16_t f16; member
29 uint16_t f16; member
35 uint16_t f16; member
43 uint16_t f16; member
48 uint16_t f16; member
Daarch64-debug-sve-vectorx3-types.c56 __clang_svfloat16x3_t f16; in test_locals() local
Daarch64-debug-sve-vectorx2-types.c56 __clang_svfloat16x2_t f16; in test_locals() local
Daarch64-debug-sve-vectorx4-types.c56 __clang_svfloat16x4_t f16; in test_locals() local
Daarch64-debug-sve-vector-types.c60 __SVFloat16_t f16; in test_locals() local
Daarch64-sve.c32 __SVFloat16_t f16; in test_locals() local
/external/virglrenderer/src/gallium/auxiliary/util/
Du_half.h56 uint16_t f16; in util_float_to_half() local
100 util_half_to_float(uint16_t f16) in util_half_to_float()
/external/FP16/test/
Dieee-from-fp32-value.cc353 for (uint16_t f16 = UINT16_C(0x0000); f16 < UINT16_C(0x7C00); f16++) { in TEST() local
366 for (uint16_t f16 = UINT16_C(0x8000); f16 < UINT16_C(0xFC00); f16++) { in TEST() local
428 for (uint16_t f16 = 0; f16 < UINT16_C(0x0400); f16++) { in TEST() local
447 for (uint16_t f16 = UINT16_C(0x8000); f16 < UINT16_C(0x8400); f16++) { in TEST() local
469 for (uint16_t f16 = uint16_t(e + e_bias) << 10; f16 < uint16_t(e + e_bias + 1) << 10; f16++) { in TEST() local
492 …for (uint16_t f16 = (UINT16_C(0x8000) | (uint16_t(e + e_bias) << 10)); f16 < (UINT16_C(0x8000) | (… in TEST() local
Dalt-from-fp32-value.cc353 for (uint16_t f16 = UINT16_C(0x0000); f16 <= UINT16_C(0x7FFF); f16++) { in TEST() local
366 for (uint16_t f16 = UINT16_C(0xFFFF); f16 >= UINT16_C(0x8000); f16--) { in TEST() local
420 for (uint16_t f16 = 0; f16 < UINT16_C(0x0400); f16++) { in TEST() local
439 for (uint16_t f16 = UINT16_C(0x8000); f16 < UINT16_C(0x8400); f16++) { in TEST() local
461 for (uint16_t f16 = uint16_t(e + e_bias) << 10; f16 < uint16_t(e + e_bias + 1) << 10; f16++) { in TEST() local
484 …for (uint16_t f16 = (UINT16_C(0x8000) | (uint16_t(e + e_bias) << 10)); f16 < (UINT16_C(0x8000) | (… in TEST() local
/external/clang/test/Sema/
Dvariadic-promotion.c5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
/external/llvm-project/clang/test/Sema/
Dconversion-target-dep.c9 _Float16 f16; // x86-error {{_Float16 is not supported on this target}} variable
/external/llvm-project/clang/test/AST/
Dvariadic-promotion.c12 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
/external/skia/tests/
DF16StagesTest.cpp22 f16 = { halfs, 0 }; in DEF_TEST() local
/external/skqp/tests/
DF16StagesTest.cpp22 f16 = { halfs, 0 }; in DEF_TEST() local
/external/llvm-project/clang/test/Index/
Dlinkage.c17 void f16(void) { in f16() function
/external/clang/test/Index/
Dlinkage.c17 void f16(void) { in f16() function
/external/llvm-project/clang/test/PCH/
Daarch64-sve-types.c17 __SVFloat16_t *f16; variable
/external/llvm-project/clang/test/CodeGenObjC/
Daarch64-sve-types.m25 const char f16[] = @encode(__SVFloat16_t); function
/external/llvm-project/clang/test/SemaObjC/
Daarch64-sve-types.m17 @property(nullable) __SVFloat16_t f16; // expected-error {{cannot be applied to non-pointer type}} property
/external/llvm-project/clang/test/CodeGenCXX/
Daarch64-sve-typeinfo.cpp18 auto &f16 = typeid(__SVFloat16_t); variable

12345