Searched refs:dd (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/bootloader/build/
H A Dmkdiskimg.sh14 dd if=/dev/zero of="$1" bs=512 count=93750
/fuchsia/zircon/system/uapp/dd/
H A Drules.mk12 MODULE_NAME := dd
/fuchsia/zircon/third_party/ulib/musl/third_party/math/
H A Dfmal.c44 * A struct dd represents a floating-point number with twice the precision
48 struct dd { struct
54 * Compute a+b exactly, returning the exact result in a struct dd. We assume
58 static inline struct dd dd_add(long double a, long double b) {
59 struct dd ret;
80 struct dd sum;
98 struct dd sum;
124 * Compute a*b exactly, returning the exact result in a struct dd. We assume
128 static inline struct dd dd_mul(long double a, long double b) {
129 struct dd re
[all...]
H A Dfma.c189 * A struct dd represents a floating-point number with twice the precision
193 struct dd { struct
199 * Compute a+b exactly, returning the exact result in a struct dd. We assume
203 static inline struct dd dd_add(double a, double b) {
204 struct dd ret;
225 struct dd sum;
250 struct dd sum;
283 * Compute a*b exactly, returning the exact result in a struct dd. We assume
287 static inline struct dd dd_mul(double a, double b) {
289 struct dd re
[all...]
/fuchsia/zircon/scripts/
H A Dflash-hikey118 dd if=/dev/zero of=${RAMDISK} bs=4096 count=1
/fuchsia/zircon/system/utest/hid-parser/
H A Dhid-parser-test.cpp603 hid::DeviceDescriptor* dd = nullptr; local
605 acer12_touch_r_desc, sizeof(acer12_touch_r_desc), &dd);
609 hid::FreeDeviceDescriptor(dd);

Completed in 34 milliseconds