HomeSort by relevance Sort by last modified time
    Searched refs:lround (Results 1 - 25 of 169) sorted by null

1 2 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_lround.c 39 #define fn lround
44 * of the form xxx.5; they are "out of range" because lround() rounds away
  /bionic/libm/
fake_long_double.c 37 long lroundl(long double a1) { return lround(a1); }
  /device/google/marlin/vibrator/
Vibrator.cpp 77 std::lround((amplitude - 1) / 254.0 * (MAX_VOLTAGE - MIN_VOLTAGE) + MIN_VOLTAGE);
  /external/clang/lib/Headers/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
251 using ::lround;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
251 using ::lround;
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
251 using ::lround;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
251 using ::lround;
  /prebuilts/sdk/renderscript/clang-include/
__clang_cuda_math_forward_declares.h 141 __DEVICE__ long lround(double);
142 __DEVICE__ long lround(float);
237 using ::lround;
  /external/harfbuzz_ng/util/
ansi-print.cc 46 lround (double x) function
206 (*this)(x, y) = d < 0 ? 0 : d > dd ? 255 : lround (d * 255. / dd);
303 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.height);
335 unsigned int which = lround ((double) ((best_i + 1) * 8) / bi.width);
  /external/iptables/extensions/
libxt_statistic.c 69 info->u.random.probability = lround(0x80000000 * cb->val.dbl);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
tgmath.h 161 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tgmath.h 161 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
tgmath.h 150 #define lround(x) __TGMATH_REAL(x, lround) macro
  /external/clang/test/CodeGen/
libcall-declarations.c 133 long int lround(double);
288 F(lrint), F(lrintf), F(lrintl), F(lround), F(lroundf),
432 // CHECK-NOERRNO: declare i64 @lround(double) [[NUW]]

Completed in 3201 milliseconds

1 2 3 4 5 6 7