| /external/rust/crates/half/src/ |
| D | binary16.rs | 34 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 …]
|
| D | lib.rs | 116 impl SealedHalf for f16 {} implementation
|
| /external/clang/test/CodeGen/ |
| D | tbaa-class.cpp | 12 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
|
| D | tbaa.cpp | 15 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/ |
| D | tbaa-class.cpp | 13 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
|
| D | tbaa.cpp | 16 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
|
| D | aarch64-debug-sve-vectorx3-types.c | 56 __clang_svfloat16x3_t f16; in test_locals() local
|
| D | aarch64-debug-sve-vectorx2-types.c | 56 __clang_svfloat16x2_t f16; in test_locals() local
|
| D | aarch64-debug-sve-vectorx4-types.c | 56 __clang_svfloat16x4_t f16; in test_locals() local
|
| D | aarch64-debug-sve-vector-types.c | 60 __SVFloat16_t f16; in test_locals() local
|
| D | aarch64-sve.c | 32 __SVFloat16_t f16; in test_locals() local
|
| /external/virglrenderer/src/gallium/auxiliary/util/ |
| D | u_half.h | 56 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/ |
| D | ieee-from-fp32-value.cc | 353 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
|
| D | alt-from-fp32-value.cc | 353 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/ |
| D | variadic-promotion.c | 5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
|
| /external/llvm-project/clang/test/Sema/ |
| D | conversion-target-dep.c | 9 _Float16 f16; // x86-error {{_Float16 is not supported on this target}} variable
|
| /external/llvm-project/clang/test/AST/ |
| D | variadic-promotion.c | 12 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
|
| /external/skia/tests/ |
| D | F16StagesTest.cpp | 22 f16 = { halfs, 0 }; in DEF_TEST() local
|
| /external/skqp/tests/ |
| D | F16StagesTest.cpp | 22 f16 = { halfs, 0 }; in DEF_TEST() local
|
| /external/llvm-project/clang/test/Index/ |
| D | linkage.c | 17 void f16(void) { in f16() function
|
| /external/clang/test/Index/ |
| D | linkage.c | 17 void f16(void) { in f16() function
|
| /external/llvm-project/clang/test/PCH/ |
| D | aarch64-sve-types.c | 17 __SVFloat16_t *f16; variable
|
| /external/llvm-project/clang/test/CodeGenObjC/ |
| D | aarch64-sve-types.m | 25 const char f16[] = @encode(__SVFloat16_t); function
|
| /external/llvm-project/clang/test/SemaObjC/ |
| D | aarch64-sve-types.m | 17 @property(nullable) __SVFloat16_t f16; // expected-error {{cannot be applied to non-pointer type}} property
|
| /external/llvm-project/clang/test/CodeGenCXX/ |
| D | aarch64-sve-typeinfo.cpp | 18 auto &f16 = typeid(__SVFloat16_t); variable
|