Home
last modified time | relevance | path

Searched refs:a_double (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SPARC/
Ddisable-fsmuld-fmuls.ll33 %a_double = fpext float %a to double
35 %mul = fmul double %a_double, %b_double
/external/e2fsprogs/intl/
Dprintf-args.h96 double a_double; member
Dprintf-args.c71 ap->a.a_double = va_arg (args, double); in printf_fetchargs()
Dvasnprintf.c702 double arg = a.arg[dp->arg_index].a.a_double; in VASNPRINTF()
/external/googletest/googlemock/docs/
DCheatSheet.md200 |`DoubleEq(a_double)`|`argument` is a `double` value approximately equal to `a_double`, treating tw…
202 |`NanSensitiveDoubleEq(a_double)`|`argument` is a `double` value approximately equal to `a_double`,…
215 |`DoubleNear(a_double, max_abs_error)`|`argument` is a `double` value close to `a_double` (absolute…
217 |`NanSensitiveDoubleNear(a_double, max_abs_error)`|`argument` is a `double` value close to `a_doubl…
/external/gemmlowp/test/
Dtest_fixedpoint.cc323 double a_double = ToDouble(a); in test_mul() local
325 double ab_double = a_double * b_double; in test_mul()