HomeSort by relevance Sort by last modified time
    Searched defs:rounded_product (Results 1 - 4 of 4) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 409 #define rounded_product(a,b) a = rnd_prod(a, b) macro
417 #define rounded_product(a,b) a *= b macro
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
gdtoaimp.h 405 #define rounded_product(a,b) a = rnd_prod(a, b) macro
409 #define rounded_product(a,b) a *= b macro
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
strtod.c 325 #define rounded_product(a,b) a = rnd_prod(a, b) macro
333 #define rounded_product(a,b) a *= b macro
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
strtod.c 325 #define rounded_product(a,b) a = rnd_prod(a, b) macro
333 #define rounded_product(a,b) a *= b macro
    [all...]

Completed in 74 milliseconds