| /external/rust/crates/half/src/ |
| D | binary16.rs | 40 pub struct f16(u16); struct 42 impl f16 { impl 46 pub const fn from_bits(bits: u16) -> f16 { in from_bits() 59 pub fn from_f32(value: f32) -> f16 { in from_f32() 76 pub const fn from_f32_const(value: f32) -> f16 { in from_f32_const() 89 pub fn from_f64(value: f64) -> f16 { in from_f64() 106 pub const fn from_f64_const(value: f64) -> f16 { in from_f64_const() 184 pub const fn from_le_bytes(bytes: [u8; 2]) -> f16 { in from_le_bytes() 199 pub const fn from_be_bytes(bytes: [u8; 2]) -> f16 { in from_be_bytes() 222 pub const fn from_ne_bytes(bytes: [u8; 2]) -> f16 { in from_ne_bytes() [all …]
|
| D | num_traits.rs | 8 impl ToPrimitive for f16 { implementation 51 impl FromPrimitive for f16 { implementation 94 impl Num for f16 { implementation 103 impl One for f16 { implementation 110 impl Zero for f16 { implementation 122 impl NumCast for f16 { implementation 129 impl num_traits::float::FloatCore for f16 { implementation 294 impl num_traits::float::Float for f16 { implementation 582 impl FloatConst for f16 { implementation 679 impl Bounded for f16 { implementation [all …]
|
| D | lib.rs | 231 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
|
| D | function-attributes.c | 75 void __attribute__((force_align_arg_pointer)) f16(void) { in f16() function
|
| /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 | 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
|
| 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
|
| /external/clang/test/Sema/ |
| D | variadic-promotion.c | 5 void test_floating_promotion(__fp16 *f16, float f32, double f64) { in test_floating_promotion()
|
| D | extern-redecl.c | 6 void f16(void) { in f16() function
|
| /external/skia/tests/ |
| D | F16StagesTest.cpp | 26 f16 = { halfs, 0 }; in DEF_TEST() local
|
| /external/clang/test/Index/ |
| D | linkage.c | 17 void f16(void) { in f16() function
|
| /external/llvm/test/MC/ARM/ |
| D | ldr-pseudo-darwin.s | 159 f16: label
|
| D | ldr-pseudo.s | 159 f16: label
|
| /external/llvm/test/MC/AArch64/ |
| D | ldr-pseudo.s | 168 f16: label
|
| /external/golang-protobuf/internal/testprotos/benchmarks/micro/ |
| D | micro.proto | 27 required int32 f16 = 16; field
|
| /external/mesa3d/src/compiler/glsl/ |
| D | lower_packing_builtins.cpp | 1030 ir_variable *f16 = factory.make_temp(glsl_type::uvec2_type, in lower_pack_half_2x16() local 1246 ir_variable *f16 = factory.make_temp(glsl_type::uvec2_type, in lower_unpack_half_2x16() local
|
| /external/skia/tools/fiddle/ |
| D | fiddle_main.h | 69 bool f16; member
|
| /external/XNNPACK/src/xnnpack/ |
| D | params.h | 172 xnn_init_f16_minmax_params_fn f16; member 293 xnn_init_f16_minmax_params_fn f16; member 305 xnn_init_f16_scaleminmax_params_fn f16; member 311 xnn_update_f16_scaleminmax_params_fn f16; member 328 xnn_init_f16_scaleminmax_params_fn f16; member 349 xnn_init_f16_minmax_params_fn f16; member 380 xnn_init_f16_minmax_params_fn f16; member 422 xnn_init_f16_expminus_params_fn f16; member 447 xnn_init_f16_minmax_params_fn f16; member 591 } f16; member
|
| D | compute.h | 186 union xnn_f16_scaleminmax_params f16; member 289 union xnn_f16_scaleminmax_params f16; member 385 union xnn_f16_scaleminmax_params f16; member 431 union xnn_f16_scaleminmax_params f16; member 505 union xnn_f16_minmax_params f16; member 647 union xnn_f16_scaleminmax_params f16; member 686 union xnn_f16_minmax_params f16; member 720 union xnn_f16_scaleminmax_params f16; member 835 union xnn_f16_minmax_params f16; member 1033 union xnn_f16_minmax_params f16; member [all …]
|
| /external/llvm/test/MC/ELF/ |
| D | cfi.s | 95 f16: label
|
| /external/mesa3d/src/panfrost/bifrost/ |
| D | bi_pack.c | 461 bool f16 = bundle.fma->dest_type == nir_type_float16; in bi_pack_fma() local 674 bool f16 = ins->dest_type == nir_type_float16; in bi_pack_add_special() local 706 bool f16 = bundle.add->dest_type == nir_type_float16; in bi_pack_add() local
|
| /external/clang/test/CodeGenCXX/ |
| D | debug-info-line.cpp | 199 void f16(__complex float f) { in f16() function
|
| /external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
| D | aix_closure.S | 75 .set f16,16 define
|